Re: Parsing SOAP message request in Java

2002-10-09 Thread Scott Nichol
- From: <[EMAIL PROTECTED]> To: "SOAP-Dev" <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 5:58 AM Subject: Parsing SOAP message request in Java > Hi All, > > I want to know how can i access a request that has been sent thru the > message.sent() method ..

Parsing SOAP message request in Java

2002-10-09 Thread KavithaK
Hi All, I want to know how can i access a request that has been sent thru the message.sent() method .. for example.. i send my xml document through this soap method msg.send (new URL ("http://localserver/soap/messagerouter";), "urn:testservice", msgEnv); where msgEnv parsed is a soap xml. wh