Hi all,
We are working with webservices clients which use WSE 2.0
We are writing a utility to monitor the web services client.
The webservices clients are arbitrary 3rd party clients about which no
assumptions can be made.
We have written 2 custom wse filters - ClientInputFilter and
ClientOutputFilter.
For each invocation, the ClientOutputFilter generates some measurement
metrices which need to be communicated to the ClientInputFilter.
Is it possible to communicate the values? What is the best way to do
it?
Thank you,
Shrivallabh.
shrivallabh - 29 Mar 2006 12:14 GMT
Hi all,
I am using the Thread local storage for passing the reference from the
Output filter to Input filter.
I expect that this will not work if the call is made to an Asynchronous
web service.
It will however work for synchronous as well as asynchronous client
calls to a synchronous webservice.
Hope that helps somebody who is stuck like moi.
If anybody finds a better solution please let me know.
Regards,
Shrivallabh
> Hi all,
>
[quoted text clipped - 17 lines]
>
> Shrivallabh.