Code of Web Service object:
Generated class:
Code of web browser object:
the way I tried to call method of wbo object, which (I suppose) can return result of web call:
Error message:
Soap Fault error Server Responded with a Soap Fault Error
Fault Code: soap:Server
Fault String: Error during Web Application Server session initialization, please try again later. The application is currently running in the debugger using another session Please check the Windows event log for further information about the problem.
MSG_ERROR_REPORT (433) - OWEBAPPERROR (4) - at address 4510
MSG_LASTERROR (5551) - OWSTEMPSERVICE2 (34) - at address 14305
GET_WSMESSAGE (5683) - OWSTEMPSERVICE2 (34) - at address 14753
GET_GETMSG (5685) - OWEBCLIENT (31) - at address 14770
GET_DOCALL (1284) - OCALLINTERFACE (32) - in native code
GET_DOCALL (1284) - OWEBCLIENT (31) - at address 8637
MSG_ONDFFUNC (4880) - OVDFINETSESSION (21) - at address 7213
MSG_STARTWEBAPP (5240) - OWEBAPP (19) - at address 11395
[start] - at address 14778
I also tried to make call as:
where oWStempService2 is declared in WebClient.wo - but in this case, page even is not displayed.
The only way it works for me when I have:
But it returns xml, and I wish to get a value using generated class. So, I need client web service in the web application. In the VDF documentation I found client web service example only for windows application