Displaying 1 result from an estimated 1 matches for "queryresultrow".
2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...hanged serviceType to
string. SSOAP then actually made a successful call, 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,...