I'm using soap extensions to capture the Xml stream from a queue & making that the response for a web service ... and that's working great.
But I also want certain web methods not to be executed by ProcessMessage of the SOAP extension -- but executed as a normal web method. Does anyone know how to do this?
-
-
Register your extensions using the [SoapExtensionAttribute] syntax on each web method, rather than registering them in your web.config
-
thepuffin wrote:Register your extensions using the [SoapExtensionAttribute] syntax on each web method, rather than registering them in your web.config
Thank you thank you thank you. thepuffin, you theman!
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.