cancel
Showing results for 
Search instead for 
Did you mean: 

webservice for a rfc in xi

Former Member
0 Kudos

hi,

We have developed a RFC in xi , we want to post it as a web service. can anyone help us?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos
prateek
Active Contributor
0 Kudos

This is only possible if ur WAS version is >= 6.4

U may use this

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

Regards,

Prateek

Former Member
0 Kudos

Hello ,

Instead of RFC prefer Client Proxy...

And ...

check this ink

How to configure the SOAP Adapter:

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

Documentation of Soap Adapters

Adapters

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

Proxy

-


/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

http://help.sap.com/saphelp_nw04/helpdata/en/86/58cd3b11571962e10000000a11402f/content.htm

former_member556603
Active Contributor
0 Kudos

Hi,

Hope this info is useful to you..

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_nw04s/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/frameset.htm

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

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

Regards,

Satya Kumar

Former Member
0 Kudos

Hi,

If you are Looking for How to Expose a BAPI as Web service means

the main requirement for creting the web service using the function module is the function should be RFC enabled.

1. To create web service of this Function Module

Go to Utilities ->More utilities->create a web service->from function module

2. A new wizard will be open to create the web service and click on continue.

3. Enter the web service name (any name that you want to give) and give the short description, select the Endpoint type as Fuinction Module and click on continue.

4. Select the Function Module name that you are using.

5. select the profile as Basic Authentication: SOAP Pro.

6. Press continue to release the web service. The web service is now created

To check the web service Go to the transaction WSADMIN and select the node

SOAP Application for RFC-Complaint FMs and expand the node and select your web service that you have created and expand the web service node up to the last .

Now to test the web service select the last node and click on the web service home page button and it will open the home page.

from this page u will get the wsdl file as well as you can testthe web service.

Regards

Seshagiri