Page 1 of 1

Nusoap -> New type/value

Posted: Fri Mar 07, 2003 5:32 am
by Dr_Gonzo
Hi,
I am using nusoap to connect to a SOAP service which doesn not have a wsdl file. This worked fine up to the point where one of the remote methods required a struct as an argument. I now get 'no deserializer found for type x' error message back. I found out that the type needs to be somehow connected to its namespace, but I have no clue how. I tried nusoap's soapval class, but that doesn't seem to worl.
Thanks for reading.
Bye.

Posted: Fri Mar 07, 2003 5:50 am
by Dr_Gonzo
Uhh, I mean one of the methods required an array, not a struct. I should stop switching between prog languages so fast :wink: