|
Home > Archive > BizTalk Server General > October 2005 > Logging soap request and response using WSE 2.0 adapter
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Logging soap request and response using WSE 2.0 adapter
|
|
|
| We are consuming a web service from an orchestration using the BizTalk 2004
WSE 2.0 adapter. Is it possible to configure the adapter to log the soap
request and response documents?
Thanks for you help
Mark
| |
| Tomas Restrepo \(MVP\) 2005-10-04, 5:53 pm |
| Mark,
> We are consuming a web service from an orchestration using the BizTalk
> 2004
> WSE 2.0 adapter. Is it possible to configure the adapter to log the soap
> request and response documents?
Since it uses WSE underneath, I imagine you should be able to just enable
the basic message tracing features in WSE by just adding the appropriate
entries to the corresponding .config files (either BTSNTSvc.exe.config or
the web.config file for your webservice).
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
| |
|
| Thanks for the reply Tomas. I was able to update the BTSNTSvc.exe.config to
log the SOAP request and responses.
Thanks again,
Mark
"Tomas Restrepo (MVP)" wrote:
> Mark,
>
>
> Since it uses WSE underneath, I imagine you should be able to just enable
> the basic message tracing features in WSE by just adding the appropriate
> entries to the corresponding .config files (either BTSNTSvc.exe.config or
> the web.config file for your webservice).
>
>
> --
> Tomas Restrepo
> tomasr@mvps.org
> http://www.winterdom.com/
>
>
>
|
|
|
|
|