PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WebService problem (WB 21)
WebService problem (WB 21)
Iniciado por nagyimre908, 25,ago. 2017 12:04 - No hay respuesta
Publicado el 25,agosto 2017 - 12:04
I have succesfully used a webservice in webdev before but now I have to use a webservice with different structure.

As can been see below the response and the request are not under the procedures but under the types. Therefore I cant use „OrganizationUnitService.listAllChildrenOrganizationUnitsBySapCodeRp” in the code because I get the „type is unknown” error in the code editor.

Is there any way that I can use this webservice? If yes, then how can I call this in the code editor?

Here is the webservice which I can’t use:





Thanks