cancel
Showing results for 
Search instead for 
Did you mean: 

soap request->XI->RFC->RFC-> soap response

Former Member
0 Kudos

Hi,

I want to implement a scenario like this.

A third party system use the soap adapter to call the ECC RFC via XI.

AND I want to write the RFC response into another RFC.

After that i want to send back another Rfc response result to soap client (third party system).

So the scenario looks like this

soap request->XI->RFC->RFC->soap response

I want to use BPM,but have not too much experience.appreciate your help.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank for your reply.

Can you explain more detail?

Former Member
0 Kudos

Thank you for your replay.

Can you explain more detial?

message typ.

message interface.

message mapping.

interface mapping

integration process ....

container...

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You would need a Synch Asynch Bridge in this case.

Steps in BPM.

1. Receive --> Receives SOAP request message --> Select Opens Synch Asynch Bridge

2. Transfrom --> Map SOAP request to RFC 1's request Message

3. Send Synchronous --> Make the Synch Call to the RFC and get the Response back.

4. Transform --> Map RFC 1's response to RFC 2's Request

5. Send Synchronous --> Make the Synch Call to RFC 2 and get the RFC response back

6. Trasnsform -->Map RFC 2's response to SOAP response.

7. Send --> Select Closes Synch Asycnh Bridge and Send SOAP response back.

For synch asynch bridge , take a look at this too,

http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm

Regards,

Bhavesh