You can use tcpmon to see the soap request/responses or enable
soapmonitor by editing web.xml and uncomming the tags.

Regards,
Shobha Rani J
 


> -----Original Message-----
> From: Mark Mueller [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, January 09, 2003 10:14 AM
> To: [EMAIL PROTECTED]
> Subject: Can the client capture the raw SOAP response?
> 
> 
> I'm trying to learn SOAP and Axis and have spent a day
> trying to get a simple client to work. The service
> takes a search string and the number of responses to
> return, and returns an array of MP3 URLs in the form
> of TMP3Result objects.  I kept getting this error:
> 
> An Axis Fault occurred: org.xml.sax.SAXException: No 
> deserializer defined for array type {urn:RegMp3Class}MP3Result
> 
> I finally realized that the local name is wrong -- it
> should be TMP3Result per the wsdl.  I was finally able
> to make it work by using registerTypeMapping() to map
> the bad name to the right class.
> 
> Now I want to verify that the service is sending the
> wrong name, but I can't figure out how to capture the
> raw SOAP response.  The return value of invoke() is
> always an Object.  How can the client capture the raw
> response?
> 
>    Mark
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now. 
http://mailplus.yahoo.com

Attachment: smime.p7s
Description: application/pkcs7-signature

Reply via email to