Can't add reference to Webservice using HTTPModule
I am trying to create an HTTPModule for a web service. When I build a
tester app, I can't create a web reference to the service. The
HTTPModule I have written kicks in and I don't want it to if someone is
just making a reference to it. I can work around it on my machine by
removing the httpModules tag on the web service, making the reference
in my test app, and then readding the httpmodules tag on the web
service again. However, once I'm in production, my users will have the
same problem. Does anyone have any suggestions on how to get around
this? How can you make a web reference to a web service that has an
httpmodule attached, if the httpmodule is declining the call?
Thanks in advance
.
Relevant Pages
- Cant add reference to Webservice using HTTPModule
... I am trying to create an HTTPModule for a web service. ... tester app, I can't create a web reference to the service. ... (microsoft.public.dotnet.framework.webservices) - Problems with SoapExceptions in custom HttpModule
... I wrote a custom HttpModule for my ASP.NET XML web service so that I could ... do custom user authentication via SOAP headers. ... If I throw a SoapException from the web service code itself, ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: public function from class in other namespace inaccessible
... First off, if you want to use a class to pass data to a web service, you ... A web reference is not the same as a referenced assembly. ... > I added a new class test to the namespace of the webservice which I try to ... > public int TheInt ... (microsoft.public.dotnet.languages.csharp) - Re: Consuming Web Service without Web Reference
... Eventhough I extracted schema from WSDL iam not able to call the web service. ... calling a web service than creating an xml and pushing it to the SOAP adapter. ... still have to generate a proxy and configure it in your send port. ... Initially I tried adding the Web reference using the WSDL file. ... (microsoft.public.biztalk.general) - RE: Dynamic URL Behavior & Configuration
... I have a 3rd party web service running in a Web Server within our network. ... Dynamic URL Behavior & Configuration ... references a class library which in turn has a web reference. ... (microsoft.public.dotnet.framework.webservices) |
|