How to View a SOAP message

G

GaryDean

I'm using Visual Studio 2005 with WSE 3.0. I'm developing a Web Client that
connects to a Web Service and using x.509 Certificates. How can I see my
SOAP message?

I downloaded "Web Service Studio" but it does not work with x.509.
 
J

Jeff Dillon

GaryDean said:
I'm using Visual Studio 2005 with WSE 3.0. I'm developing a Web Client
that connects to a Web Service and using x.509 Certificates. How can I
see my SOAP message?

I downloaded "Web Service Studio" but it does not work with x.509.

Fiddler is your friend. http://www.fiddler2.com
 
S

Steven Cheng [MSFT]

Hi Gary,

Regarding on "view soap message", are you wantting to view the request and
response of each method call for diagnostics purpose? As other members
mentioned, there are some network trace utility(such as fiddler) that can
capture http messages).

For WSE 3.0, it support built-in message log/trace feature. You can turn on
trace in WSE configuration file so that the request/response messages will
be logged.

#Web Services Enhancements Diagnostic Settings
http://msdn.microsoft.com/en-us/library/aa529559.aspx

#WSE 3.0 Trace Files - Some tips about using and reading
http://www.thedatafarm.com/blog/permalink.aspx?guid=3768a11b-4369-45de-8f6a-
19f161de66b5

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.





--------------------
 
S

siccolo

I'm using Visual Studio 2005 with WSE 3.0.  I'm developing a Web Client that
connects to a Web Service and using x.509 Certificates.  How can I see my
SOAP message?

I downloaded "Web Service Studio" but it does not work with x.509.

you can intercept" incoming SOAP messages, using SOAPExtension
inheritance...

.... more at http://www.siccolo.com/articles.asp ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top