473,387 Members | 1,606 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,387 software developers and data experts.

How to View a SOAP message

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.

--
Regards,
Gary Blakely
Sep 4 '08 #1
3 3306
"GaryDean" <gd**********@newsgroup.nospamwrote in message
news:uD**************@TK2MSFTNGP04.phx.gbl...
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.

--
Regards,
Gary Blakely

Fiddler is your friend. http://www.fiddler2.com
Sep 4 '08 #2
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/perm...369-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:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#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/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "GaryDean" <gd**********@newsgroup.nospam>
Subject: How to View a SOAP message
Date: Thu, 4 Sep 2008 13:16:55 -0700
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.

--
Regards,
Gary Blakely
Sep 5 '08 #3
On Sep 4, 4:16*pm, "GaryDean" <gdeanblak...@newsgroup.nospamwrote:
I'm using Visual Studio 2005 with WSE 3.0. *I'm developing a Web Clientthat
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.

--
Regards,
Gary Blakely
you can intercept" incoming SOAP messages, using SOAPExtension
inheritance...

.... more at http://www.siccolo.com/articles.asp ...
Sep 5 '08 #4

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

Similar topics

0
by: Leonid | last post by:
Thanks a lot for your time! Here is WSDL: <?xml version="1.0" encoding="utf-8"?>
3
by: Patrick | last post by:
I would like to use the MSSOAPT3.exe to check the SOAP message sent to a ..NET webservice. Does anyone out there know how to do this? (cuz i'm using a VB6 client side to consume the .NET...
6
by: A.M-SG | last post by:
Hi, We are developing a SmartClient application and we are planning to expose business objects layer to SmartClient application by using ASP.NET SOAP web services.
0
by: Jigar.Patel | last post by:
I have simple remoting server exposing following simple method. When I try to add webreference to this server in another project, it gives me following error: Custom tool error: Unable to import...
3
by: Mahesh BS | last post by:
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.
7
by: beachdog | last post by:
I'm using Visual Studio 2005/C# to build a web client. The web server is something I've written in a different framework, which does not support generating wsdl, so I have hand-built a wsdl file,...
2
by: =?Utf-8?B?QWplaw==?= | last post by:
I have a client which consumes Web Service (WCF - .NET Framework 3.0). I would like to see a Soap message generated when a client calls a Web Service method. In debug mode, I just see the method...
3
by: =?Utf-8?B?RWFnbGVSZWRASGlnaEZseWluZ0JpcmRzLmNvbQ== | last post by:
I have written a Web service using VS2005 and deployed it to a Web server and it is running using HTTPS. We have a person who is writing a desktop application using a non-Microsoft development...
0
by: Philluminati | last post by:
I have a Perl SOAP Server which returns this SOAP Message when invoked: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance"...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...
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...

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.