Hi people,
I need to dynamically locate and call web services. So, I'm trying
to write my own more generic proxy by extending SoapHttpClientP rotocol.
However, I'm getting errors moaning about the BindingAttribut e. But, by
including
[System.Web.Serv ices.WebService BindingAttribut e(Name="Service 1Soap",
Namespace="http ://tempuri.org/")] like MS demands there is still a
compiled reference to a specified service.
Without resorting to writing my own SOAP client from scratch is
there anything I can do?
Thanks in advance
Jimbo
I need to dynamically locate and call web services. So, I'm trying
to write my own more generic proxy by extending SoapHttpClientP rotocol.
However, I'm getting errors moaning about the BindingAttribut e. But, by
including
[System.Web.Serv ices.WebService BindingAttribut e(Name="Service 1Soap",
Namespace="http ://tempuri.org/")] like MS demands there is still a
compiled reference to a specified service.
Without resorting to writing my own SOAP client from scratch is
there anything I can do?
Thanks in advance
Jimbo