cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a web service

Former Member
0 Kudos

Hello guys ,

I have an Requirement in this way:

1) I have a file in which I give a string value

for example:

my file contains the string value = "SAP"

2) This value i have to post to a Google Web service and get the result back????????

It's only searching for the word "SAP" in Google using a web service

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

First of all few facts about Webservice:

1. Webservice is a remote application which is available in the Web.

2. XI communicates with Webservice by using SOAP adapter.

3. XI can send data to Webservice and can receive data from it.

How to use webservices in XI

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

A good start to creating web services:

/people/sap.user72/blog/2005/12/29/service-enable-your-sap-application-component

How To Use the XI 3.0 SOAP Adapter

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

Exposing BAPI as Web Services through SAP XI

/people/community.user/blog/2006/10/24/exposing-bapi-as-web-services-through-sap-xi

Refer this blog and use the SOAP adapter and the WS instead of the RFC part.

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit -

Develop a Web Service that sends an Email

/people/renald.wittwer/blog/2005/01/05/develop-a-web-service-that-sends-an-email

Using the SOAP inbound channel of the Integration Engine

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

RFC -> XI -> WebService - A Complete Walkthrough (Part 1)

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

RFC -> XI -> WebService - A Complete Walkthrough (Part 2)

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

Testing XI exposed Web-Services

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

Configuring the Sender RFC Adapter - step by step

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

Alos see the below examples

http://help.sap.com/saphelp_nw04/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/frameset.htm

Looking for replacing SAP.NET connectors with SAP XI?

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295a...

How to Develop a Webservice Using NWDS and SAP XI.30

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b...

How to Set Up a Web Service-Related Scenario with SAP XI

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f22...

Testing XI exposed Web-Services

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

How XML Encryption can be done using web services security in SAP NetWeaver XI

/people/aparna.chaganti2/blog/2007/01/23/how-xml-encryption-can-be-done-using-web-services-security-in-sap-netweaver-xi

Using RFC as WebService in WebDynpro

/people/kumar.prashant4/blog/2006/07/14/using-rfc-as-webservice-in-webdynpro

Consuming XI Web Services using Web Dynpro – Part I

/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

Consuming XI Web Services using Web Dynpro – Part II

/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii

Might help you..

Thanks,

vasanth.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

> This value i have to post to a Google Web service and get the result back?

what do you want to do with the result?

If you want to write it back into the file you will need an Integration Process.

1) Read the file with the File Sender Adapter

2) Call the Web service

3) Write the result in the file with the File Receiver Adapter

Regards

Patrick

Former Member
0 Kudos

Hello Patrick,

As i am working on SOA initative we are trying to Integrate the search service through google.

No matter what ever is the result........

This is just to have a push off