Nusoap -> New type/value

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
Dr_Gonzo
Forum Newbie
Posts: 2
Joined: Fri Mar 07, 2003 5:32 am
Location: Aachen, Germany

Nusoap -> New type/value

Post 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.
Dr_Gonzo
Forum Newbie
Posts: 2
Joined: Fri Mar 07, 2003 5:32 am
Location: Aachen, Germany

Post 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:
Post Reply