Hallo KM,

teste mal folgenden Webservice der auch Umlaute und russische Zeichen im ersten Datensatz enthält

Code:
Select x.*
  from JSON_TABLE(
     SYSTOOLS.HTTPGETCLOB('http://www.myhofi.com/myapp/websrv11.pgm',''), 
     '$'
     Columns(
        nested '$.items[*]' columns(
            "Id"     integer                   path 'lax $.id',
            "Name"   varchar(40)    ccsid 1208 path 'lax $.name'   
        )
    )
  ) x;
Click image for larger version. 

Name:	capture20180219162739441.png 
Views:	18 
Size:	28,3 KB 
ID:	439