D
Daniel
I have a WinForm exe (client) connecting to an asmx WebService (server)
When I try to connect to WebMethod A, everything works fine.
But when I rename the WebMethod A to B, the client (actually,
SoapHttpClientProtocol.BeforeSerialize) throws:
ArgumentException "<B> Web Service method name is not valid"
What I do not understand is why the client process is not even sending
an http request to the server (I'm sniffing the connection) asking for
method B.
On the client, I modify the name in SoapDocumentMethodAttribute, and
the invoke method.
Any ideas?
When I try to connect to WebMethod A, everything works fine.
But when I rename the WebMethod A to B, the client (actually,
SoapHttpClientProtocol.BeforeSerialize) throws:
ArgumentException "<B> Web Service method name is not valid"
What I do not understand is why the client process is not even sending
an http request to the server (I'm sniffing the connection) asking for
method B.
On the client, I modify the name in SoapDocumentMethodAttribute, and
the invoke method.
Any ideas?