‎2009 May 07 11:33 AM
Dear Experts,
in general I want to integrate the Google search web service to get additional information about a business partner and add this additional information into a table.
The process should be like that:
1) got business partner information from crm system, e.g. name
2) start a google request with the bp information
3) get google response and store the information into a table
Does anybody have done a integration like this or knows how i can use the Google API? What do i need to realize this? Do you have usefull information; links, guides etc.
Thanks for your help!
Tobi
‎2009 May 07 11:41 AM
Hi Tobias,
At a high level, your question can be rephrased as "How to consue the google serach webservice from ABAP".
Once you get hold of the wsdl of the google search webservice, then you can consume it just like any other webservice
Check this guide.
Regards,
Ravi
‎2009 May 07 11:41 AM
Hi,
If you using Ecc 6.0, then you can visit transaction BIBS, In that in the control Library -> Controls - > HTML Control -> USe as a general WWW. browser.
You use this sample for your reference.
Regards,
Mansi.
‎2009 May 07 1:20 PM
Hi Experts,
thanks for your answers. In my understanding i only need the WSDL file or WSDL-URL to get access to the web-services etc. So i have to create a Proxy, who is the facilitator to the web-service server. Here I`ve got an error while creating a Proxy-object:
Attribute "use" has incorrect value
Exception of class CX_SWSDL11_WSIBP11
A wsdl:binding in a DESCRIPTION MUST use the value of "literal" for the use attribute in all soapbind:body, soapbind:fault, soapbin d:header and soapbind:headerfault elements.
I used this wsdl: http://api.google.com/GoogleSearch.wsdl
Can anybody help me please?
Thanks,
Tobi