cancel
Showing results for 
Search instead for 
Did you mean: 

Procedure for creating Web Service from RFC

antony_paul2
Active Participant
0 Kudos

Hi,

I need the procedure for creating Web Service from RFC. We are on SAP ECC 6.0 (SAP_BASIS - SP14 and SAP_ABA - SP14).

Thanks in advance

Antony

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi ,

check for this link

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

regards,

Praveen K

Former Member
0 Kudos

Hi

if you want to create the web service using the function module do the following steps.

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.

Thanks

Rinku

antony_paul2
Active Participant
0 Kudos

Hi Rinku,

I have already tried this at the end when I go to WSADMIN transaction, webservice is not available under the node SOAP Application for RFC - Complaint FM's .

Please note that SAP compontent release SAP_ABA is on SP-14 .

Regards

Antony

Former Member
0 Kudos

Hi,

Check with this

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

Regards

Seshagiri

justin_santhanam
Active Contributor
0 Kudos

Antony,

Can u go thru this -

/people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap

http://help.sap.com/saphelp_nw04/helpdata/en/0d/2eac5a56d7e345853fe9c935954ff1/frameset.htm

raj,

antony_paul2
Active Participant
0 Kudos

Hi Raju,

Thanks for the links, we are infact creating webservices using the mentioned wizard from se37 transaction.

This is working fine for component release SAP_ABA SP 13 , but we are on SP 14 .

Is there any addition procudure or requirements for creating webservice for component level SAP_ABA 700 14 , apart from the wizard .

Regards,

Antony