cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC synchronous scenario with File

0 Kudos

Hi,

My scenario is

Java application is sending SOAP message to PI and PI should route that message (after converting SOAP message to XI message) to RFC.

2) After receiving the response from RFC PI should send the response to java application. Now here comes the little tweak, we need to map RFC response to File as well apart from sending SOAP response message (which is generated after mapping RFC response message to Java application response structure) back to Java application.

Is it possible without BPM?

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Without BPM you can try below approach, but i would recommend you to use BPM.

Develop SOAP---->PI(rfc look up) -


> SOAP/JAVA application

map RFC loop up response to SOAP receiver and JAVA application/.

Regards,

Raj

0 Kudos

Thanks for your Ans....

But i want the same response to the file server...

sysnchronous it is not possible..if i made aynchrnous then above scenaro will get affect...

is there any alternate solution for this?

rajasekhar_reddy14
Active Contributor
0 Kudos

use multi mapping concept,receiver side you can add any number of receivers, map RFC lookup response to both(SOAP and File).