Detecting type of webservice in httpmodule
Posted
by Marcus
on Stack Overflow
See other posts from Stack Overflow
or by Marcus
Published on 2010-05-28T09:27:40Z
Indexed on
2010/05/28
10:31 UTC
Read the original article
Hit count: 289
Hi,
Is there any way to detect the type of a webservice inside a httpmodule? The reason for this is that I want to do some property injection to the webservice before it's processed.
I found this: http://social.msdn.microsoft.com/Forums/en/asmxandxml/thread/0e848eee-d353-4e67-b47f-89fddb600009
but that is one h..l of an ugly solution.
Anyone have a nice solution?
© Stack Overflow or respective owner