473,513 Members | 2,323 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to view SOAP requests

Hello,

Is it possible to view the incoming SOAP request on my server? I have a
webservice running and I want to view the all the raw SOAP message's which I
receive.

Is it possible to do this by programmatically or enabling some service logs?

Thanks in advance.

Regards,

Mahesh


Jul 28 '06 #1
3 11553
Hi Mahesh,
There are a few ways you could do this. Downloading and installing
SoapTrace.NET [1] is quite a good way but won't help if your connection
is secured. You could also try writing your own derivative of the
SoapExtension class to trace the message bodies to your own log, an
example of which can be found in the sample chapter of the book
"Building XML Web Services for the Microsoft® .NET Platform" [2].
Alternatively, if you're using Visual Studio 2005 and the .NET
Framework 2.0, I believe there's a configuration option you can turn on
(but maybe I'm thinking about WSE, I'm not entirely sure).
Regards,
Jono

1. SoapTrace.NET
http://soaptrace.sourceforge.net/

2. Building XML Web Services for the Microsoft® .NET Platform
http://www.microsoft.com/mspress/boo...chap/5242i.asp

Mahesh BS wrote:
Hello,

Is it possible to view the incoming SOAP request on my server? I have a
webservice running and I want to view the all the raw SOAP message's which I
receive.

Is it possible to do this by programmatically or enabling some service logs?

Thanks in advance.

Regards,

Mahesh
Jul 28 '06 #2
see the thread on "how to view soapmessage" on 7/27/2006 - WSE 2.0 is very
easy and it works

- sanjaya-
"Jono" <jo*******@gmail.comwrote in message
news:11**********************@s13g2000cwa.googlegr oups.com...
Hi Mahesh,
There are a few ways you could do this. Downloading and installing
SoapTrace.NET [1] is quite a good way but won't help if your connection
is secured. You could also try writing your own derivative of the
SoapExtension class to trace the message bodies to your own log, an
example of which can be found in the sample chapter of the book
"Building XML Web Services for the Microsoft® .NET Platform" [2].
Alternatively, if you're using Visual Studio 2005 and the .NET
Framework 2.0, I believe there's a configuration option you can turn on
(but maybe I'm thinking about WSE, I'm not entirely sure).
Regards,
Jono

1. SoapTrace.NET
http://soaptrace.sourceforge.net/

2. Building XML Web Services for the Microsoft® .NET Platform
http://www.microsoft.com/mspress/boo...chap/5242i.asp

Mahesh BS wrote:
Hello,

Is it possible to view the incoming SOAP request on my server? I have a
webservice running and I want to view the all the raw SOAP message's which
I
receive.

Is it possible to do this by programmatically or enabling some service
logs?

Thanks in advance.

Regards,

Mahesh

Jul 28 '06 #3
I tried YATT but it does not work with SSL. Also could not figure how to get
it to work with the Visual Studio web server.

======================================
David McCarter [Microsoft VB.NET MVP]
www.vsdntips.com
VSDN Tips & Tricks .NET Coding Standards available at:
www.cafepress.com/vsdntips.20412485
"Sithicus" wrote:
Try using YATT. Google it and you will be able to find it. I use it and I
think its very easy to use.

"Sanjaya" wrote:
see the thread on "how to view soapmessage" on 7/27/2006 - WSE 2.0 is very
easy and it works

- sanjaya-
"Jono" <jo*******@gmail.comwrote in message
news:11**********************@s13g2000cwa.googlegr oups.com...
Hi Mahesh,
There are a few ways you could do this. Downloading and installing
SoapTrace.NET [1] is quite a good way but won't help if your connection
is secured. You could also try writing your own derivative of the
SoapExtension class to trace the message bodies to your own log, an
example of which can be found in the sample chapter of the book
"Building XML Web Services for the Microsoft® .NET Platform" [2].
Alternatively, if you're using Visual Studio 2005 and the .NET
Framework 2.0, I believe there's a configuration option you can turn on
(but maybe I'm thinking about WSE, I'm not entirely sure).
Regards,
Jono

1. SoapTrace.NET
http://soaptrace.sourceforge.net/

2. Building XML Web Services for the Microsoft® .NET Platform
http://www.microsoft.com/mspress/boo...chap/5242i.asp

Mahesh BS wrote:
Hello,
>
>
>
Is it possible to view the incoming SOAP request on my server? I have a
webservice running and I want to view the all the raw SOAP message's which
I
receive.
>
>
>
Is it possible to do this by programmatically or enabling some service
logs?
>
>
>
Thanks in advance.
>
>
>
Regards,
>
Mahesh
Mar 28 '07 #4

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

Similar topics

3
4870
by: Nimai Malle | last post by:
I have not had any luck searching for a simple, simple example that calls a method on an object given a SOAP string. Here's what I'm looking for (in pseudocode): string SOAPCall = "bla bla...
2
4383
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...
7
5912
by: Q. John Chen | last post by:
All, I have a WebService created in .NET. I have VB6 Client consume the WebService (using Soap ToolKit 3.0) But I have couple user who got error accessing the WebServer with error message...
3
9775
by: parrot toes | last post by:
Summary: I have been trying to make requests of a web service provided by Axis using a dotnet client with code generated by wsdl.exe and have been getting exceptions when trying to process the...
5
8224
by: jb | last post by:
*Please* help --- I'm tearing my hair out. I want to use sessionstate in a webservice, accessed from a client, written in script (JScript, InfoPath). I have written my webservice (C# .NET). I...
5
16246
by: aaa | last post by:
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?
7
1620
by: Andy Kendall | last post by:
Hi, This article states the following in relation to ASP.NET default test harness web pages. "These test pages can be used to invoke your WebMethods, but the test harness does this by making...
1
12259
by: Florian Grousset | last post by:
Hi, I'm trying to code a simple C# SOAP client wich query an Axis2 Java SOAP Server. Server side code has been generated from a WSDL file. SOAP requests and responses must both contain a simple...
2
6736
by: furrypop | last post by:
Hi, I'm trying to get the Perl SOAP::Lite examples to work on a Windows PC, running Apache 2.2.4. Apache is definitely serving CGI scripts, as I've tested a dummy Hello World thing. I'm also...
0
7391
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
7553
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...
1
7120
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7542
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...
0
5697
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,...
1
5100
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...
0
3247
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...
0
1609
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
466
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...

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.