Re: debugging web services



Hi,

You have to enable the WSE tracing feature. It is a setting in the
application configuration file (web.config),

microsoft.web.services3>
<diagnostics>
<!--

NOTE: Enabling tracing has a significant performance penalty
and should only be used for
development purposes.
-->
<!--
Configures the message tracing facility.

The "enabled" attribute is required for the <trace> element,
whereas "input" and "output" are not.

If the "input" and "output" attributes are not provided, the
default file
name of "inputTrace.webinfo" and "outputTrace.webinfo" are
used. This file will reside in the
application's base directory.

<trace enabled="false" input="inputTrace.webinfo"
output="outputTrace.webinfo"/>
-->
</diagnostics>
</microsoft.web.services3>

Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax


"DBC User" <dbcuser@xxxxxxxxx> wrote in message
news:1149197561.814351.304380@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I would like to know how can I see the messages that are send to web
services and what client program is receiving? I am using
WSE3.0/VS2005/C#

Thanks.



.



Relevant Pages

  • Re: 401.2 Error
    ... That allows you to do some tracing. ... If you don't have a proper tracing tool you could capture this particular ... diagnostic both from machines which are working and from the machine ... Other diagnostics which could be illuminating via ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: 401.2 Error
    ... That allows you to do some tracing. ... >If you don't have a proper tracing tool you could capture ... >diagnostic both from machines which are working and from ... Other diagnostics which could be ...
    (microsoft.public.windows.inetexplorer.ie6.browser)