Override a Web service Proxy class
Can I override the send and receive methods on a web service proxy?
I want to use the default proxy classes generated when I add a reference to
a web service to create and read the SOAP messages when I call a method… but,
I would like to replace the send and receive with my own code so I could send
the Soap message to an EMS queue and get the response SOAP from another queue
instead of calling the web service.
Date:Wed, 4 Jul 2007 10:26:02 -0700
Author:
|
Re: Override a Web service Proxy class
Hello Rui,
You need to make your changes manually in client proxy.
I'm not sure if there is a program way to do this
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
R> Can I override the send and receive methods on a web service proxy?
R>
R> I want to use the default proxy classes generated when I add a
R> reference to a web service to create and read the SOAP messages when
R> I call a method… but, I would like to replace the send and receive
R> with my own code so I could send the Soap message to an EMS queue and
R> get the response SOAP from another queue instead of calling the web
R> service.
R>
Date:Thu, 5 Jul 2007 07:50:55 +0000 (UTC)
Author:
|