There was an error downloading 'http://api.google.com/GoogleSearch.wsdl'.
The request failed with HTTP status 404: Not Found.
There was an error downloading 'http://api.google.com/GoogleSearch.wsdl/$metadata'.
The request failed with HTTP status 404:
Please suggest me. What GoogleSearch.wsdl are Paid not free ?
I think they pulled this service a few weeks ago. (And officially stopped supporting it quite some time ago). They probably aren't happy with the idea of people using a SOAP service to get their search results when the bulk of their advertising revenue
is from ads and clicks.
The recommended search is now the javascript based
AJAX Search.
If you want a codebehind solution you may want to look at Yahoo
Boss and find out if it can be invoked via Soap/HttpWebRequest. I know
Bing's APIs can allow SOAP calls.
Vikas Goel
0 Points
13 Posts
Need GoogleSearch.wsdl web services in web application
Sep 24, 2009 10:05 AM|LINK
Hi
I need to access the GoogleSearch.wsdl web services in my web application.
I am using this url : http://api.google.com/GoogleSearch.wsdl
but it show the error as
There was an error downloading 'http://api.google.com/GoogleSearch.wsdl'.
The request failed with HTTP status 404: Not Found.
There was an error downloading 'http://api.google.com/GoogleSearch.wsdl/$metadata'.
The request failed with HTTP status 404:
Please suggest me. What GoogleSearch.wsdl are Paid not free ?
Thanks
Vikas Goel
SSE
Bober Song -...
All-Star
34686 Points
2167 Posts
Re: Need GoogleSearch.wsdl web services in web application
Sep 29, 2009 03:54 AM|LINK
Hi Vikas Goel,
From the error message, I think that service is inactive, or the service needs security validation.
I recommend you google it and ask for this issue in the Google products forums.
http://www.soapclient.com/googleSearch.html
http://code.google.com/intl/zh-CN/apis/soapsearch/api_faq.html
I hope it is helpful to you.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
mendhak
All-Star
17868 Points
2787 Posts
Re: Need GoogleSearch.wsdl web services in web application
Sep 29, 2009 06:41 AM|LINK
I think they pulled this service a few weeks ago. (And officially stopped supporting it quite some time ago). They probably aren't happy with the idea of people using a SOAP service to get their search results when the bulk of their advertising revenue is from ads and clicks.
The recommended search is now the javascript based AJAX Search.
If you want a codebehind solution you may want to look at Yahoo Boss and find out if it can be invoked via Soap/HttpWebRequest. I know Bing's APIs can allow SOAP calls.
Sara Bony
Member
2 Points
1 Post
Re: Need GoogleSearch.wsdl web services in web application
May 05, 2012 07:45 PM|LINK
Thanks.
Ok.
So what is the differences in code of this program with ajax search and Google API?
Can you explain more?