开发者

How to debug soap web services?

开发者 https://www.devze.com 2023-03-02 10:40 出处:网络
If I have a server sitting somewhere that is not returning the correct information to a client that uses async methods to communicate with it, how do I debug this with soap?

If I have a server sitting somewhere that is not returning the correct information to a client that uses async methods to communicate with it, how do I debug this with soap?

I mean, atleast with rest I can just type in a web address inside a browser 开发者_Python百科and see on the screen the xml response. But how is debugging usually done with soap?

Note, my client is c#/wpf and the server is java


Have look at soapUI. I usually use it to develop and debug soap based web services.


As already mentioned soapUI is great tool if you want to test communication manually. If you want to see what exactly happens between your application and the service use Fiddler.

0

精彩评论

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

关注公众号