-----Original Message-----
From: PokerJoker [mailto
[email protected]]
Posted At: Wednesday, December 29, 2004 1:17 PM
Posted To: microsoft.public.dotnet.framework.aspnet.webservices
Conversation: Capture SOAP envelope
Subject: Re: Capture SOAP envelope
Thanks Chris, but I dont need it in code at all.
The webservice at our vendor is returning errors, which in my opinion are
entirely unrelated to the envelope. They have asked me to trap the
request
and email it to them to assist with debugging.
:
Are you looking at trapping them to execute code before the message is
sent? Then you should look at building your own SoapExtension [0].
Depending on what you want to do, you'll need to plug in your code at
the BeforeSerialize or AfterSerialize stages.
HTH,
Christoph Schittko
MVP XML
http://weblogs.asp.net/cschittko
[0]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/h
tml/frlrfsystemwebservicesprotocolssoapextensionclasstopic.asp
-----Original Message-----
From: PokerJoker [mailto
[email protected]]
Posted At: Wednesday, December 29, 2004 12:35 PM
Posted To: microsoft.public.dotnet.framework.aspnet.webservices
Conversation: Capture SOAP envelope
Subject: Capture SOAP envelope
I'm calling a web service provided to me by one of my company's
vendors.
I
used visual studio to automatically generate the SOAP request but I am
trying
to figure out a way to trap the soap envelope before it is sent.
Is there a program, technique, or sniffer that I can use to accomplish
this?