Environment : WSE2, smart client, c#
Hi
I want to get a global error handler within my webservices. So I have
created a soap extension that both client and server use inheriting from
WSE2.WebServiceExtension and look for the message.exception in the after
deserialize event . On the client this works fine, on the webservice side,
if I throw an error it doesnt run the processmessage event but rather passes
control straight back to the client
Any ideas?
Thanks
Dilip Krishnan - 20 Dec 2004 14:52 GMT
Hello Rob,
Why dont you try creating a soap output filter that does this for you.
You have access to the soap message and you could inspect it to alter the
behaviour. Derving from webserviceextension may not be required
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Environment : WSE2, smart client, c#
>
[quoted text clipped - 10 lines]
>
> Thanks