[Mono-list] SoapHttpClientProtocol

Lluis Sanchez lluis@ximian.com
Sat, 14 Feb 2004 12:53:24 +0100


On dv, 2004-02-13 at 12:32, Yury Serdyuk wrote:
> Hi !
> 
> I have found that the class
> 
> System.Web.Services.Protocols.SoapHttpClientProtocol
> 
> is not implemented yet.

It is implemented. We have support for web services (including the
Google API) since July 2003.

Lluis.

> 
> 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 = "http://api.google.com/search/beta2";
> >     }
> 
> Regards,
>                   Yury Serdyuk.
>