Re: debugging web services
- From: "Pablo Cibraro" <pcibraro@xxxxxxxxxxx>
- Date: Fri, 2 Jun 2006 10:20:23 -0400
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.
.
- Follow-Ups:
- Re: debugging web services
- From: DBC User
- Re: debugging web services
- References:
- debugging web services
- From: DBC User
- debugging web services
- Prev by Date: Re: UserNameToken question
- Next by Date: Re: Setting a SOAP Message SoapAction in WSE3
- Previous by thread: debugging web services
- Next by thread: Re: debugging web services
- Index(es):
Relevant Pages
|