Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 14, 2012 06:06 PM by kushalrdalal
Participant
1087 Points
502 Posts
Dec 14, 2012 02:53 PM|LINK
I need to get hold of the http request content before it is sent to the webservice.
The issue is that a third party webservice is not working and the vendor wants us to send them the soap request that we are sending to the webservice.
Contributor
7130 Points
1271 Posts
Dec 14, 2012 03:54 PM|LINK
Before sending it to service from your application you can just log that file.
Please post more details like how you are sending the request.
Dec 14, 2012 04:03 PM|LINK
I need to get hold of the entire soap request (ie all the extra soap headers and envelopes etc), not just the data we are sending.
I am sending the data via a basic webservice method call.
Dec 14, 2012 06:06 PM|LINK
Check this article -
http://msdn.microsoft.com/en-us/magazine/cc164007.aspx
coolblue
Participant
1087 Points
502 Posts
How do I read the request before it is sent?
Dec 14, 2012 02:53 PM|LINK
I need to get hold of the http request content before it is sent to the webservice.
The issue is that a third party webservice is not working and the vendor wants us to send them the soap request that we are sending to the webservice.
kushalrdalal
Contributor
7130 Points
1271 Posts
Re: How do I read the request before it is sent?
Dec 14, 2012 03:54 PM|LINK
Before sending it to service from your application you can just log that file.
Please post more details like how you are sending the request.
My Blog
LinkedIn Profile
coolblue
Participant
1087 Points
502 Posts
Re: How do I read the request before it is sent?
Dec 14, 2012 04:03 PM|LINK
I need to get hold of the entire soap request (ie all the extra soap headers and envelopes etc), not just the data we are sending.
I am sending the data via a basic webservice method call.
kushalrdalal
Contributor
7130 Points
1271 Posts
Re: How do I read the request before it is sent?
Dec 14, 2012 06:06 PM|LINK
Check this article -
http://msdn.microsoft.com/en-us/magazine/cc164007.aspx
My Blog
LinkedIn Profile