soap extensions?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
If you need to intercept a SOAP message, have you tried writing a SOAP extension - more info can be found here:- http://msdn.microsoft.com/en-us/library/system.web.services.protocols.soapextension.aspx[^] I am not precisely sure but i presume you could then intercept the SOAP message before it is sent over the wire and pass the call to your remoting service instead?