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
