Apologies if this is trivial.
I was trying to run this code – http://oreilly.com/pub/h/974#code to get URLs from Yahoo! directory.
I was unable to get the google API base key and found at net that it’s not required any more.
I needed google.wsdl as well and found at Google’s API FAQ (http://code.google.com/apis/soapsearch/api_faq.html#tech4) that it can be taken from http://api.google.com/GoogleSearch.wsdl which is throwing 404 error.
Is it also not required? If yes, then just changing the method call by reducing the number of parameters will work?
Does anyone have any idea regarding the issue?
The
GoogleSearch.wsdlfile can be found here