google.public.web-apis
http://groups.google.com/group/google.public.web-apis
google.public.web-apis googlegroups.com
Today's topics:
* Error : No Deserializer found ... - 2 messages, 2 authors
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/176904
ffecace7dd
* google api The request failed with HTTP status 502: Bad
Gateway - 1 messages,
1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/bcbaf3
a22db42126
* What do I do with this? - 1 messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/656e1d
5effbc401f
* Google violate Privacy and Intelligent Property - 1
messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/9406d5
6cbfe7dc8d
* Google API - 502 Bad Gateway Error - 2 messages, 2 authors
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/6f1ef9
463b961feb
* Google API Key - 1 messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/107c16
de6d560766
* how do I get rid of the web API? - 1 messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/86cd93
9120d95655
* test. please ignore. - 1 messages, 1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/bd03f9
bf12fdb80e
* Different results through API than browsing - 1 messages,
1 author
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/b4947a
14ed9d958a
============================================================
==================
TOPIC: Error : No Deserializer found ...
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/176904
ffecace7dd
============================================================
==================
== 1 of 2 ==
Date: Wed, Jan 4 2006 1:21 am
From: "J. Kretzschmar"
Hello ,
I get always a server error like this :
An error #SOAP-ENV:Client occurred!
Error: /search/beta2No Deserializer found to deserialize a
':key' using
encoding style 'http://sche
mas.xmlsoap.org/soap/encoding/'.
my PHP-code (the interesting parts) :
include("SOAP/Client.php"); // I use the PEAR SOAP
package 0.9.1
$soapclient = new SOAP_Client('GoogleSearch.wsdl');
$soapoptions = array('namespace' => 'urn:GoogleSearch',
'trace' => 0);
$params = array(
'key' => 'xxx', // I've entered the
correct key ... for
sure !
'q' => $query,
'start' => 0,
'maxResults' => 1,
'filter' => false,
'restrict' => '',
'safeSearch' => false,
'lr' => '',
'ie' => '',
'oe' => ''
);
$ret = $soapclient->call('doGoogleSearch', $params,
$soapoptions);
What am I doing wrong ? Perhaps anyone can help me ?!
Thank you very much !!!
== 2 of 2 ==
Date: Wed, Jan 4 2006 3:55 am
From: atgbcn gmail.com
J. Kretzschmar wrote:
> Hello ,
>
> I get always a server error like this :
> An error #SOAP-ENV:Client occurred!
> Error: /search/beta2No Deserializer found to
deserialize a ':key' using
> encoding style 'http://sche
mas.xmlsoap.org/soap/encoding/'.
Hi, the same happens to me but I'm using Oxygen-xml.
I guess it should be our keys are canceled or a problem at
the google
server may currently be happening.
Any other guesses?
============================================================
==================
TOPIC: google api The request failed with HTTP status 502:
Bad Gateway
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/bcbaf3
a22db42126
============================================================
==================
== 1 of 1 ==
Date: Wed, Jan 4 2006 2:08 am
From: "janine"
snap using vb.net - everything ok up until january 1 and
from then on
the error counts have been steadily increasing daily. i have
even tried
placing a 60 second gap between queries to no avail.
is anyone else having the same trouble and has anyone come
up with a
fix?
thanks,
janine.
============================================================
==================
TOPIC: What do I do with this?
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/656e1d
5effbc401f
============================================================
==================
== 1 of 1 ==
Date: Wed, Jan 4 2006 5:50 am
From: jkaufman shaw.ca
I am trying to use Google SOAP & Spelling. I get the
following output.
What am I doing
wrong?
[xpconnect wrapped (nsISupports, nsISOAPBlock,
nsISOAPParameter)]
Here is the code that generated the response I received:
note: This code does not include my google key.
note: I am using Firefox 1.5.
function callGoogle() {
netscape.security.PrivilegeManager.enablePrivilege("U
niversalBrowserRead");
var key ="...";
var phrase = "helllo";
var p = new Array();
p[0] = new SOAPParameter(key,"key");
p[1] = new SOAPParameter(phrase, "phrase");
var soapCall = new SOAPCall();
soapCall.transportURI = "http://api.
google.com/search/beta2";
soapCall.encode(0,"doSpellingSuggestion","u
rn:GoogleSearch",0,null,p.length,p);
var response = soapCall.invoke();
if(response.fault) {
alert("fault");
}
var rarray = response.getParameters(false,{});
var s = rarray[0];
document.write(s);
document.close();
}
============================================================
==================
TOPIC: Google violate Privacy and Intelligent Property
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/9406d5
6cbfe7dc8d
============================================================
==================
== 1 of 1 ==
Date: Wed, Jan 4 2006 7:21 am
From: onesidedsquare gmail.com
you use AOL don't you?
============================================================
==================
TOPIC: Google API - 502 Bad Gateway Error
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/6f1ef9
463b961feb
============================================================
==================
== 1 of 2 ==
Date: Wed, Jan 4 2006 8:54 am
From: bashar.abdullah gmail.com
Hi,
I am running a simple perl script in a loop as a work around
for the 10
results limit. The script has been tested and is working
fine. But the
problem is, I started getting the 502 Bad Gateway Error
lately and this
is causing the program to terminate ruining my searching.
Is there anyway I can handle this error, and resume the
program if it
occurs? Any suggestions are highly appreciated.
Thanks
== 2 of 2 ==
Date: Thurs, Jan 5 2006 12:21 am
From: "janine"
hi bashar,
a couple of others were having the same problem see
http://groups.google.com/group/google.public.we
b-apis/browse_thread/thread/bcbaf3a22db42126/9c1929441a8667b
c#9c1929441a8667bc
my api errors seem to have vanished today. are you still
having issues?
============================================================
==================
TOPIC: Google API Key
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/107c16
de6d560766
============================================================
==================
== 1 of 1 ==
Date: Wed, Jan 4 2006 4:58 pm
From: "pi"
Look in your email spam/junk folders for message subject
Your Google Web APIs Licence Key
My account confirmation arrived in the in-box, but the
license key
message went straight to spam folder. Yours should have
arrived within
seconds of clicking on the email confirmation link, so you
should know
pretty much the time and date you are looking for.
.
marijepelle hotmail.com wrote:
> I have tried several times to obtain a Google API key,
with different
> e-mail addresses, but I do not succeed in getting one.
I have tried
> with different e-mail addresses, and I have tried
several times with
> the same account, but still no e-mail with the API key.
>
> I'd like to have this key for checking the Google
rankings of our
> site.
>
> What else can I do to get the key??
============================================================
==================
TOPIC: how do I get rid of the web API?
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/86cd93
9120d95655
============================================================
==================
== 1 of 1 ==
Date: Wed, Jan 4 2006 5:32 pm
From: "pi"
Wow, you set up Goo API services on a site and aren't smart
enough to
figure out this one? That really says a lot for the ease of
using the
APIs.
1. Have the new owner obtain his own api developer account
and key.
2. Replace all instances of the old key with the new key on
your web
pages.
============================================================
==================
TOPIC: test. please ignore.
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/bd03f9
bf12fdb80e
============================================================
==================
== 1 of 1 ==
Date: Wed, Jan 4 2006 5:35 pm
From: "Tamashee"
test
============================================================
==================
TOPIC: Different results through API than browsing
http://groups.google.
com/group/google.public.web-apis/browse_thread/thread/b4947a
14ed9d958a
============================================================
==================
== 1 of 1 ==
Date: Wed, Jan 4 2006 5:43 pm
From: "Tamashee"
Hi,
I am seeing different results when I search for the word
"Perl" on
www.google.com than when I use web API to pull the results.
Though
they match somewhat (50-60%), it gets worse when the query
has more
than one word and/or non-typical searches. For example, when
you look
for "running a background process from dos
prompt".
I went through few threads in this group that discussed same
or similar
topic, but they were few months old. Any information is
helpful.
Thanks,
============================================================
==================
You received this message because you are subscribed to the
Google Groups "google.public.web-apis"
group.
To post to this group, send email to
google.public.web-apis googlegroups.com
or visit http://groups.google.com/group/google.public.web-apis
To unsubscribe from this group, send email to
google.public.web-apis-unsubscribe googlegroups.com
To change the way you get mail from this group, visit:
http://groups.google.com/group/google.public.web-
apis/subscribe
To report abuse, send email explaining the problem to
abuse googlegroups.com
============================================================
==================
Google Groups: http://groups.google.com
|