المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : soap extensions?



C# Programming
01-08-2010, 06:13 AM
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[^ (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?