search for: loginreq

Displaying 1 result from an estimated 1 matches for "loginreq".

Did you mean: loginrec
2010 Sep 10
0
SSOAP complex request types
...quests containing complex types. It seems as though processWSDL does not generate functions for converting the generated types into SOAP requests, but it does generate them for converting **from** SOAP requests to the complex types. The error that I get when trying to pass an object of type "LoginReq" (as generated by processWSDL) is that LoginReq does not inherit method "toSOAP" with signature (obj="LoginReq", con="XMLInternalElementNode", type="NULL"). Does anyone with experience of this library know if theres something i'm doing wrong? or is...