473,396 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Is there any way to intercep my raw SOAP request?

aaa
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?
Nov 23 '05 #1
6 3579
You can save a HTTP request directly to a file (assuming the asp.net
process is granted access):

this.Context.Request.SaveAs(path);

Nov 23 '05 #2
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.

Nov 23 '05 #3
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/de...Extensions.asp.

Nov 23 '05 #4
aaa
Wow thnx, are u saying that save as option is not an option then?
"Wilco Bauwer" <wi****@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
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/de...Extensions.asp.

Nov 23 '05 #5
aaa
Unfortuneatly this doenst seem to work with SOAP calls
"Wilco Bauwer" <wi****@gmail.com> wrote in message
news:11*********************@l41g2000cwc.googlegro ups.com...
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.

Nov 23 '05 #6
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?


Nov 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Doug Farrell | last post by:
Hi everyone, I'm trying to build a program to interface to a SOAP/XML interface provided by one of our vendors. This interface is built with MS SOAP Toolkit 3.0, so I'm guessig they are running...
0
by: ramas | last post by:
Hi, I am new to PHP scripting and i am trying to connect to a soap server (as mentioned below) using the SOAP extension comesup with PHP. Now my requirement is to add my HTTP header fields along...
5
by: aaa | last post by:
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...
1
by: Dr. Frankenchurn | last post by:
I have a question regarding SOAP. A basic "Hello World" web service was written then requested from an IIS server via TELNET. When a malformed request was sent, a SOAP exception was returned,...
0
by: Broadica | last post by:
hi, i wanted to know how can we read and intercep printing job queue in our system which will be forward to a print server? senario: assume there is a network of computer. 10 pc. 1 of the...
0
by: Michael Jackson | last post by:
I have attempted to mark up a service and it's methods so that it doesn't require the SOAPAction HTTP header to resolve the methods being called, this is done from first element in <SOAP-ENV:Body>...
4
by: Christian Wilhelm | last post by:
Hi! I have a Problem understanding the deserialisation of SOAP-Responses. The "normal" way, calling a XML WebService is to use WSDL 1) Send Request 2) Get SOAP-Response 3) With Informations...
0
by: Kaimar Seljamäe | last post by:
Hi, I have to create a web service client which uses SOAP encoding but does not use "multi-reference" values (see http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383513 item 10). If I...
0
by: Dica | last post by:
Hi all I've got a java microEdition client trying to make soap requests to my .Net service. i keep getting "Server was unable to process request..." err msg when attempting to make the request....
3
by: Sydney | last post by:
Hi, I am trying to construct a WSE 2.0 security SOAP request in VBScript on an HTML page to send off to a webservice. I think I've almost got it but I'm having an issue generating the nonce...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.