Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Google Search usage

Former Member
0 Likes
607

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

3 REPLIES 3
Read only

Former Member
0 Likes
533

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.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30f1b585-0a01-0010-3d96-ad0ea291...

Regards,

Ravi

Read only

Former Member
0 Likes
533

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.

Read only

0 Likes
533

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