cancel
Showing results for 
Search instead for 
Did you mean: 

Google Webservice API

philipp_wagner2
Explorer
0 Kudos

Hi,

I set up a scenarion with the <a href="http://code.google.com/apis/soapsearch/">Google SOAP search webservice</a>. I use SOAP-Message "doGoogleSearch" but when executing the SOAP request to http://api.google.com/search/beta2 I get the error "No Deserializer found":


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
<!--  Call Adapter --> 
<SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>SOAP:Client</faultcode> 
<faultstring>No Deserializer found to deserialize a ':key' using 
encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.</faultstring> 
<faultactor>/search/beta2</faultactor> 
</SOAP:Fault>

Does anybody have some experience with the Google APIs?

Any help is appreciated.

Regards,

Philipp

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

The google webservice API is not not supported any more and therfore cannot be used.

Regards

Stefan

former_member187339
Active Contributor
0 Kudos

Hi,

Just I found some threads which are saying the same problem with GoogleApis.

http://www.googleduel.com/google-api-php-faq.php

and

http://groups.google.com/group/google.public.web-apis/browse_frm/thread/6beb385344ec509e/a1fbfa5f713...Deserializerfoundtodeserializea%27%3Aq%27&rnum=10#a1fbfa5f713be131

Regards

Suraj