You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by li...@www.mailconcept.com on 2002/05/15 20:41:30 UTC

calling from SOAP::Lite client

Hi,

I wrote a perl SOAP client using SOAP::Lite to do the addressbook example. I used a hash to represent the address and called 'addEntry' method, I got the following error:

SOAP-ENV:Client, No Deserializer found to deserialize a 'http://namespaces.soapl
ite.com/perl:address' using encoding style 'http://schemas.xmlsoap.org/soap/enco
ding/'

My question is how to fix it, also is there a tool I can use to see what XML string the server actually receives?

Thanks,

LY