Title: RE: calling from SOAP::Lite client

SOAP::Lite includes debug tracing if you want to see the req/resp.

Replace
        use SOAP::Lite;
With
        use SOAP::Lite + trace => qw(method debug);

-Joe
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 11:42 AM
To: [EMAIL PROTECTED]
Subject: 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

Reply via email to