Hi !

I have found that the class

System.Web.Services.Protocols.SoapHttpClientProtocol

is not implemented yet.

Is there some possibility to walk around this problem by a patch or some else ?

We would like to use Google API Service
but its main part is based on the above protocol :

public class GoogleSearchService : System.Web.Services.Protocols.SoapHttpClientProtocol {
    
    /// <remarks/>
    public GoogleSearchService() {
        this.Url = "" class="moz-txt-link-rfc2396E" href="http://api.google.com/search/beta2">"http://api.google.com/search/beta2";
    }

Regards,
                  Yury Serdyuk.

Reply via email to