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 / February 2005

Tip: Looking for answers? Try searching our database.

WebService Logging

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mohammed AlQuraishi - 14 Jan 2005 20:27 GMT
Hi,

Is there any way to log all the messages sent to and from a web service? I
am trying to debug a webservice but I need to look at the messages directly,
and IIS' built-in logging functionality doesn't contain the contents of
those messages.

Thanks for any help, and if there's a better newsgroup to post this message
in please advise.

Mohammed
erymuzuan - 17 Jan 2005 01:06 GMT
try SOAPScope, BTW WSE 2.0 SP2 offers this logging capibilities

regards
erymuzuan mustapa

> Hi,
>
[quoted text clipped - 7 lines]
>
> Mohammed
Geoman - 15 Feb 2005 18:47 GMT
Hello, got to web config and add the following, this should trace all the
input and output messages in the webservices folder. You need WSE2 for this.

The following code example specifies that tracing is enabled and specifies
the files that the trace is written to for incoming and sent SOAP messages.

Copy Code
<configuration>
 <microsoft.web.services2>
   <diagnostics>
     <trace enabled="true"
       input="inputTrace.webinfo"
       output="outputTrace.webinfo"/>
   </diagnostics>
 </microsoft.web.services2>
</configuration


> Hi,
>
[quoted text clipped - 7 lines]
>
> Mohammed
Smike - 22 Feb 2005 22:01 GMT
use tool from

http://smike.ru

the log shows all the messages sent to and from a web service
plus all File I/O operation provided browser

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.