Using SoapHttpClientProtocol

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jimbo

    Using SoapHttpClientProtocol

    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
Working...