The SOAP monitor can intercept the SOAP messages for a web service. After get the SOAP message, just use a XML parser to extract the info you want. I just programmed a SOAPMonitorClient which can get the SOAP request and respond messages for a service and extract the operation and parameters from SOAP body. It's easy, mate.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 2005年9月9日 2:20 To: [email protected] Subject: How to collect a SOAP Message Hello all, Is there a way to implement a web service that can collect all the SOAPBody from a SOAP Message? For instance, I have a client that sends the soap message to my Web Service (WSA). My WSA must collects the SOAP Message, SOAP Body is most important. And then, parse it as a XML file. I don't know how it could be possible. Because as I know, web services receives the SOAP Message, but takes only the data type required. How my web service could be implemented to receives all the SOAPBody and manually I could extract the information inside it? And the client? How does it call this specific web service? Thanks a lot for all the help, Fabrício. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
