Re: SOAP Extensions on the client side

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



How about this:

http://msdn2.microsoft.com/en-us/library/s25h0swd.aspx

bottom section: "To configure a SOAP extension in a configuration file"

as opposed to a soap extension attribute on the generated proxy.

Ron

"Matt Kemmerer" <MattKemmerer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0ABE0BF9-18BF-4AA5-A861-E6C2FE99BF63@xxxxxxxxxxxxxxxx
I'm trying to write a web service server and client that use the same SOAP
Extension to encrypt and decrypt the communications between the two. I can
add the soap extension to the server without a problem and I can manually
edit the auto-generated reference.cs to use the extension as well.

The problem is any time i update the web service the reference.cs file is
replaced and loses my additions. Is there a way to tell Visual Studio that
I
want to use this soap extension on my soap calls?


.



Relevant Pages

  • Re: Build & Deployment problem.
    ... Failing to include the Attribute in the proxy will not give you the symtoms ... return the full name inc namespace of your SoapExtension: ie: ... // Define a SOAP Extension that encrypts the SOAP request and SOAP ... public override object GetInitializer(LogicalMethodInfo ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: How do I deploy a SOAP extension on the client proxy
    ... my proxy methods need to have the extension functionality. ... > soapExtension at clientside proxy is just like we do in asp.net server ... How do I deploy a SOAP extension on the client proxy ...
    (microsoft.public.dotnet.framework.webservices)