Hi Yuva, "Yuvaraj Athur Raghuvir" <[EMAIL PROTECTED]> writes:
> Hello, > > I am trying to connect to an internet web service provider using SOAP 1.1 > > So far everything works fine. But I do not get any response. > > 1) How can I see the final XML file before it is sent as a request? > 2) How can I see the response received? You could follow two methods to monitor soap request and response. 1. You can use tcp monitor. Almost every developer use this tool to monitor messages. [1] 2. You can engage logging module and see the outgoing and incoming messages using log file. That module logs every message that going out and coming in. [2] HTH thanks, Dinesh 1. http://ws.apache.org/commons/tcpmon/tcpmontutorial.html 2. http://ws.apache.org/axis2/c/docs/axis2c_manual.html#engaging_module -- Dinesh Premalal http://xydinesh.wordpress.com/ GPG ID : A255955C GPG Key Finger Print : C481 E5D4 C27E DC34 9257 0229 4F44 266E A255 955C --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
