开发者

view SOAP request before it is sent to a web-service

开发者 https://www.devze.com 2023-04-03 10:50 出处:网络
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

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

精彩评论

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