Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / February 2005

Tip: Looking for answers? Try searching our database.

Is there any way to intercep my raw SOAP request?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
aaa - 23 Feb 2005 21:21 GMT
I need to debug a SOAP request that I am making to a third party web
service. Is there any way I can spit this request out to a file so that I
can in turn put it into XMLSpy to see what problems I am having with the
request?
Wilco Bauwer - 23 Feb 2005 21:34 GMT
You can save a HTTP request directly to a file (assuming the asp.net
process is granted access):

this.Context.Request.SaveAs(path);
Wilco Bauwer - 23 Feb 2005 21:48 GMT
Sorry, for a second I thought I was reading a different newsgroup.

You could use a sniffer (like HTTPLook - http://www.httpsniffer.com/)
to see what requests you are sending.
aaa - 24 Feb 2005 03:07 GMT
Unfortuneatly this doenst seem to work with SOAP calls

> Sorry, for a second I thought I was reading a different newsgroup.
>
> You could use a sniffer (like HTTPLook - http://www.httpsniffer.com/)
> to see what requests you are sending.
Wilco Bauwer - 23 Feb 2005 21:54 GMT
BTW, you can also use soap extensions ofcourse to intercept at certain
stages in your request. You can find out more about this at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conAlteringSOAPMessageUsingSOAPExtensions.asp
.
aaa - 23 Feb 2005 22:49 GMT
Wow thnx, are u saying that save as option is not an option then?

> BTW, you can also use soap extensions ofcourse to intercept at certain
> stages in your request. You can find out more about this at

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conAlteringSOAPMessageUsingSOAPExtensions.asp
.
Dilip Krishnan - 25 Feb 2005 02:11 GMT
Hello aaa,
 Try and use use tcp trace [0]

[0] - http://www.pocketsoap.com/tcptrace/

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com

> I need to debug a SOAP request that I am making to a third party web
> service. Is there any way I can spit this request out to a file so
> that I can in turn put it into XMLSpy to see what problems I am having
> with the request?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.