search for: xmlinternalelementnod

Displaying 2 results from an estimated 2 matches for "xmlinternalelementnod".

Did you mean: xmlinternalelementnode
2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...ll, and the webservice returned a response. However, now SSOAP failed to deserialize it with the below error > res = def at functions$simpleQuery(1, 'Engine', 'select 1 as One') Error in as(from, "QueryResultRow") : no method or default for coercing "XMLInternalElementNode" to "QueryResultRow" I have since then created a standalone version of the service that only takes the query (no clientId and serviceType) and attached the code. The service is written in python using ZSI, and there is ZSI client code in the comments that shows how to use it from a...
2010 Sep 10
0
SSOAP complex request types
...es 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 it the case that sending complex request types isn't supported? Thanks, Jonny [[alternative HTML version deleted]]