[Mono-list] SoapHttpClientProtocol
Yury Serdyuk
yserdyuk@csc.liv.ac.uk
Fri, 13 Feb 2004 11:32:34 +0000
This is a multi-part message in MIME format.
--------------060301000009070405030206
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit
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 = "http://api.google.com/search/beta2";
> }
Regards,
Yury Serdyuk.
--------------060301000009070405030206
Content-Type: text/html; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by tethys.server.csc.liv.ac.uk id i1DBWYP01210
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html;charset=3DKOI8-R=
">
<title></title>
</head>
<body text=3D"#000000" bgcolor=3D"#ffffff">
Hi !<br>
<br>
I have found that the class<br>
<br>
System.Web.Services.Protocols.SoapHttpClientProtocol<br>
<br>
is not implemented yet.<br>
<br>
Is there some possibility to walk around this problem by a patch or
some else ?<br>
<br>
We would like to use Google API Service <br>
but its main part is based on the above protocol :<br>
<br>
<blockquote type=3D"cite">public class GoogleSearchService :
System.Web.Services.Protocols.SoapHttpClientProtocol {<br>
=9A=9A =9A<br>
=9A=9A=9A /// <remarks/><br>
=9A=9A=9A public GoogleSearchService() {<br>
=9A=9A=9A=9A=9A=9A=9A this.Url =3D <a class=3D"moz-txt-link-rfc2396E" hre=
f=3D"http://api.google.com/search/beta2">"http://api.google.com/search/be=
ta2"</a>;<br>
=9A=9A=9A }</blockquote>
<br>
Regards,<br>
=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A=9A Yury Serdyuk.<br>
<br>
<table class=3D"clsContainer" style=3D"table-layout: fixed;" cellspacing=3D=
"0"
cellpadding=3D"15" width=3D"100%" border=3D"0" float=3D"left"
_base_target=3D"_top">
</table>
<table class=3D"clsContainer" style=3D"table-layout: fixed;" cellspacing=3D=
"0"
cellpadding=3D"15" width=3D"100%" border=3D"0" float=3D"left"
_base_target=3D"_top">
</table>
</body>
</html>
--------------060301000009070405030206--