Ask a Question related to ASP.NET Web Services, Design and Development.
-
Hans #1
Soapextension problem
Hi,
I successfully created a
soapextension
extensionimporter
extensionreflector
I've put the dll into the gac, put a entry in assambly folders in the
regestry and fixed my web.config.
If I browse to the webservice all are fine. When I look at the WSDL I se the
namespace for my extension.
BUT...
When I do an add webreference I got the message: "Custom tool warning: At
least one optional import ServiceDescriptionFormatExtension has been ignored."
And the extension does not get executed on the client side.
If I manually add the extension or the dll ref into the reference.cs it works.
But in my world I shouldent have to do that. Or?
If I do it manually, I proboply going to forgett it next time I do a update.
And the info are there anyway. And put that extension or ref on all
methods...Doouggghhh!!
What am I missing? Any Ideas?
Anybody?
TIA
BR
Hans
Hans Guest
-
SoapExtension logging to SQL
Does anyone have an example of a SoapExtension that writes the incoming SOAP request to a table via SQL? I have tried editing the TraceExtension... -
SoapExtension.GetInitializer exception
I am trying to add a soap extension to a web service. I am getting the following error, and cannot figure out what cast is invalid. I am using... -
SoapExtension
Hello, I have a Web Service that is implementing a SoapExtension but when the Webservice is accessed the server returns a 500 Internal Server... -
SoapExtension and SSL
Is there an easy way to determine in a SoapExtension if the transport is HTTPS vs. HTTP other than testing the URL and manually looking for HTTP or... -
How can SoapExtension communicate with it's WebService?
DOH! Please excuse a newbie to .NET web services development. Just minutes after I posed my query I found it: Simply up-cast the SoapMessage in...



Reply With Quote

