Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / July 2006

Tip: Looking for answers? Try searching our database.

How to view Soapmessage

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sanjaya - 27 Jul 2006 14:37 GMT
Hi,

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

regards
sanjaya
linhardt@aol.com - 27 Jul 2006 19:36 GMT
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>

> Hi,
>
[quoted text clipped - 3 lines]
> regards
> sanjaya
Sanjaya - 27 Jul 2006 20:03 GMT
thx pal . currently i'm not using WSE 2.0.  is it only configuration or do i
need to use the classes from it ?

> 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
[quoted text clipped - 24 lines]
>> regards
>> sanjaya
Ravi Shankar - 28 Jul 2006 07:21 GMT
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

Signature

Thanks & Regards

Ravi Shankar S

> 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 clipped - 27 lines]
> >> regards
> >> sanjaya

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.