473,804 Members | 3,722 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tool for intercepting SOAP requests

aaa
Is there a simple straight forward tool out there for intercepting my SOAP
requests so that I can debug the XML that I am sending?
Nov 23 '05 #1
5 16265

You can trace SOAP request and response with MS SOAP Trace Utility include
with SOAP Toolkit (see on
http://www.microsoft.com/downloads/d...isplaylang=en).
You don't need any change in your source code: just a mapping on port.

Lionel.

"aaa" <so*****@micros oft.com> a écrit dans le message de news:
O%************* ***@TK2MSFTNGP1 2.phx.gbl...
Is there a simple straight forward tool out there for intercepting my SOAP
requests so that I can debug the XML that I am sending?

Nov 23 '05 #2
aaa
Let me ask I can only capture on a server that I have access to correct(on
the server)? In other words I cannot capture my request or response on the
client that initiates the SOAP call?

"Lionel LASKE" <ll****@c2s.f r> wrote in message
news:ep******** ******@TK2MSFTN GP09.phx.gbl...

You can trace SOAP request and response with MS SOAP Trace Utility include
with SOAP Toolkit (see on
http://www.microsoft.com/downloads/d...isplaylang=en). You don't need any change in your source code: just a mapping on port.

Lionel.

"aaa" <so*****@micros oft.com> a écrit dans le message de news:
O%************* ***@TK2MSFTNGP1 2.phx.gbl...
Is there a simple straight forward tool out there for intercepting my SOAP requests so that I can debug the XML that I am sending?


Nov 23 '05 #3
Hello,

in this case I use a Network Protocol Analyser (http://www.ethereal.com
works fine.)

Bernd Klein
"aaa" <so*****@micros oft.com> schrieb im Newsbeitrag
news:u6******** ********@TK2MSF TNGP15.phx.gbl. ..
Let me ask I can only capture on a server that I have access to correct(on
the server)? In other words I cannot capture my request or response on the
client that initiates the SOAP call?

Nov 23 '05 #4
You can just as easily do it in the client. With TCPTrace if not with SOAP
Trace Utility (I don't know about that). Basically it just receives the data
on one port and sends it out on another, logging it in between. You just
point your client at the port instead of at the original service, and point
the trace utility at the original service.

S.
Nov 23 '05 #5
Try SOAPScope - it allows you to listen for SOAP Messages on any Network
Interface Card (NIC) - no port mappings required.

Here's a quick overview I did a while ago...
http://www.webserviceshelp.org/wsh/P...est+and+Debug/

--
Pete Wood
Email me at http://www.webserviceshelp.org for more help
_______________ _______________ _______________ ____________
"Lionel LASKE" <ll****@c2s.f r> wrote in message
news:ep******** ******@TK2MSFTN GP09.phx.gbl...

You can trace SOAP request and response with MS SOAP Trace Utility include
with SOAP Toolkit (see on
http://www.microsoft.com/downloads/d...isplaylang=en).
You don't need any change in your source code: just a mapping on port.

Lionel.

"aaa" <so*****@micros oft.com> a écrit dans le message de news:
O%************* ***@TK2MSFTNGP1 2.phx.gbl...
Is there a simple straight forward tool out there for intercepting my
SOAP
requests so that I can debug the XML that I am sending?


Nov 23 '05 #6

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

Similar topics

1
3272
by: Piro | last post by:
I'm getting the following warning on every soap request I make: Warning: SoapClient::__doRequest() : 1 bytes of buffered data lost during stream conversion! in <path\file.php> on line 105 When the request is between two different machines. When the soap call is made to a wsdl on the same machine as the client with the same code there is no warning. The expected data is returned and everything works (and no data seems lost), but the...
2
4430
by: v. Seydewitz | last post by:
Hello, I want to log the soap requests (and responses) in my C# webservice consumer. I have extended my class with the SoapExtension, but the debugger don't step into the overridden methods. The WSClient class is running as part of a console application as administrator. Why doesn't the debugger step into my methods? Here is my code. Thank You Joachim
3
6836
by: Tim Mavers | last post by:
Is there an easy way to turn on soap tracing of some sort for a web service? We have built a web service (in production) that is experiencing problems for a client. Is there an easy way we could enable some sort of tracing so we could view the entire HTTP request (and payload)? I would prefer not to have to recompiling our own home-grown tracing code into the app because it is hard to deploy. Does .NET support this internally?
4
1129
by: jcprince | last post by:
Hi All, I'm starting to implement a solution using webservices and need some help. Is it possible to use XML attributes within a SOAP message. All examples on the web seem to only pass data within XML nodes Thanks John
0
934
by: welyakim | last post by:
I have a c# program which conencts to a soap server written in perl. Everything works great except for one thing. C# or Perl is not closing the connection. That means that if another application wants to connect to the soap server and send requests it blocks until the visual studio program terminates. Is there a way to explicitly close the connection to the perl server to allow other connectinos to come in? I would assume this needs to be...
0
944
by: hardysd | last post by:
Hi, I am trying to create a web service which listens on a specific port for http requests and processes the request without using IIS. My client application sends a soap message through a http post operation and I need my server application to be able to receive this request and create a response and send it without using an asmx page. The server app needs to be built in C# and I need something like gSOap(C++) which parses the request...
2
1198
by: Jay | last post by:
Hi, I would like to develop peice of code, which will send the SOAP requests directly to the web services. Which namespace or class in dotnet will enable me to post direct SOAP requests to the web services server? Thanks in advance for the help.
3
6399
by: Joshua Beall | last post by:
Hi All, I've got the following PHP code: $service = new SoapClient("http://www.webservicex.net/length.asmx? wsdl"); $result = $service->ChangeLengthUnit(10,"Inches","Centimeters"); var_dump($result);
0
9569
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10558
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10318
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9130
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7608
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5503
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2975
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.