cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Adapterd --importing wsdl file

Former Member
0 Kudos

hi

I am doing the following scenario, in page no 6, where do I get GoogleSearch.wsdl to import ?

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

istead of copy the file from browser, you can get the valid file from the below link

http://www.phpclasses.org/browse/file/6180.html, it is free , plz subscribe and download.

also

http://code.google.com/apis/soapsearch/api_faq.html -- valid

also

www.onlamp.com/security/2004/10/07/examples/GoogleSearch.wsdl

api.google.com/GoogleSearch.wsdl

www.soapclient.com/xml/googleSearch.wsdl

Regards

Chilla

Former Member
0 Kudos

Thank you Satish and chilla

Former Member
0 Kudos

Hi,

The WSDL is given in this url:

http://api.google.com/GoogleSearch.wsdl

Take this and copy in a notepad and save it as GoogleSearch.wsdl and import it as an external definition and continue with your scenario.

---Satish