view SOAP request before it is sent to a web-service
I am consuming a SOAP based web-service with .net 3.5 The web-service itself is developed in Java.
I know w开发者_运维技巧hat the SOAP request should look like; And I am building the similar request in .net. However, I want to look at the XML that is sent to the web-service.
Is there a tool that would allow me to see what the request that I send look like just before it hits the web-service?
you can use Apache tcpmon[1] to view the messages pass through.
[1] http://ws.apache.org/commons/tcpmon/
精彩评论