开发者

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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜