I read a few articles about logging your outgoing and incoming SOAP messages. The simpliest way I found to trace SOAP messages is here-
Rick Stahl's Blog - http://www.west-wind.com/weblog/posts/205198.aspx
More Info from MS - http://msdn.microsoft.com/en-us/library/ms730064.aspx
Another useful tool called Web Services Studio Jason from the Arizona .Net User Group pointed me too-
http://code.msdn.microsoft.com/webservicestudio20
- is also very useful for debugging older web services (though it works with a lot of WCF stuff too).
1 comment:
Also do a search for Soap UI. It is a tool that allows you to moch web services or use it to send moch request against a real webservice. Useful.
Post a Comment