Subscribe:

Ads 468x60px

Pages

Monday, September 9, 2013

TCPMon as a Web Service Troubleshooting Tool

TCPMon is a simple tool developed by apache which can be used as a very useful tool when you are playing around to implement a web service or a web service client. TCPMon provides an interface to directly forward the raw SOAP messages to web service. And also returns the response SOAP message if the web service accepted the SOAP request successfully. Otherwise it'll return the error message to TCPMon. We have to specify the web service WSDL file in the connection end point file. It's Important to verify that the XML SOAP message is syntactically correct before sending. Because TCPMon doesn't validate or identify the syntax errors in the SOAP XML by it self.  

No comments:

Post a Comment