cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a webservice to RFC scenario. ?

Former Member
0 Kudos

hi experts,

How do I construct a webservice to RFC scanario ?

Regards,

Abhisek.

Accepted Solutions (1)

Accepted Solutions (1)

pedro_baroni3
Active Contributor

Answers (3)

Answers (3)

0 Kudos
Former Member
0 Kudos

Hi Abhisek

Look at this example

You need to use RFC instead of JDBC. Now for RFC is your receiving system

Take this example

You dont need to use BPM but just see how he is using RFC module and response map to the interface

Thanks

Gaurav

Former Member
0 Kudos

Hi,

If i have understood, you want to create a Webservice to invoke a RFC.

If yes,

1. Create Outbound interface, and data type as that of RFC

2. Import RFC

3. Map Outbound interface input to RFC input as target.

4. Map RFC response to Outbound Interface Response structure.

5. In the ID, define the communication channels with Sender as SOAP and Reciever as RFC channel.

Most imp Step:

In ID go to TOOLs->Define Webservice -> and follow the steps to generate WSDL.

If you need any clarification about any of the step, please let me know. This is just a general desc.

Thanks

-Kulwant

Former Member
0 Kudos

Hi Kulwant,

Thanks for your reply. Can you mention any weblog or document where I can see the whole process in a sample scenario. ?

Thanks & regards,

Abhisek.

Former Member