all groups > dotnet web services > july 2006 >
You're in the

dotnet web services

group:

How to view Soapmessage



Re: How to view Soapmessage linhardt NO[at]SPAM aol.com
7/27/2006 11:36:59 AM
dotnet web services: If you're using WSE 2.0 you can turn on the trace files in App.Config
(Client) and/or Web.Config (server). Remember to create the directory
that the trace file is to be put in. Also, don't forget to turn off
the trace when you're done (especially on the server side) as it will
be a performance drain.

-Paul

<microsoft.web.services2>
<!--
<soapExtensionTypes>
<add type="Microsoft.Web.Services2.WebServicesExtension,
Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
</soapExtensionTypes>
-->
<diagnostics>
<trace enabled="true" input="c:\traces\ClientInput.xml
output="c:\traces\ClientOutput.xml" />
</diagnostics>

[quoted text, click to view]
How to view Soapmessage Sanjaya
7/27/2006 7:37:53 PM
Hi,

I need to observe the in coming soapmessages and responses of my
webservise. what is the easiest way to do it?

regards
sanjaya

Re: How to view Soapmessage Ravi Shankar
7/27/2006 11:21:01 PM
You can try using SOAP Toolkit. The download is available in
http://www.microsoft.com/downloads/details.aspx?familyid=c943c0dd-ceec-4088-9753-86f052ec8450&displaylang=en
--
Thanks & Regards

Ravi Shankar S


[quoted text, click to view]
Re: How to view Soapmessage Sanjaya
7/28/2006 1:03:23 AM
thx pal . currently i'm not using WSE 2.0. is it only configuration or do i
need to use the classes from it ?


[quoted text, click to view]

AddThis Social Bookmark Button