↧
Answer by Jim Scott for Get xml web service request
I had to debug what was going across the line recently and tools like wireshark and fiddler are great tools for debugging the request and response unless you are using HTTPS or you are debugging on...
View ArticleAnswer by Paul-Jan for Get xml web service request
The easiest way to do this is using a 3rd party tool, like Fiddler . You'll be glad you started using this tool anyway.
View ArticleGet xml web service request
I'm submitting a request to a web service, but I'm receiving some errors. They've asked to see an example of the xml request and response. I used Visual Studio to consume the web service, so I'm just...
View Article