M
mtnmike
Per the msdn documentation, in order to use WSE 1.0 from a client app, "you
need to change the base class of each of your proxies to
WebServicesClientProtocol. "
Is there a way to instruct Visual Studio .NET 2003 to generate the proxy
with this base class instead of SoapHttpClientProtocol?
If not, how do people typically manage this?
If I have to change it by hand in the references.cs file, I must remember to
make this change each time I generate (or regenerate) proxy class.
Mike.
need to change the base class of each of your proxies to
WebServicesClientProtocol. "
Is there a way to instruct Visual Studio .NET 2003 to generate the proxy
with this base class instead of SoapHttpClientProtocol?
If not, how do people typically manage this?
If I have to change it by hand in the references.cs file, I must remember to
make this change each time I generate (or regenerate) proxy class.
Mike.