cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC synchronous scenario with File without BPM

Former Member
0 Kudos

Hi Folks,

I have a requirement that has to be done with out BPM!!!

Requirement:

Soap will trigger the request to SAP(RFC) and SAP sends the response to a file and then after SOAP has to recieve the ACK from PI.

1) Can we do this by without using BPM

2)Can we use without BPM module entries for SOAP Sender

Please suggest and help me out in this

Thanks in advance,

Regards

vivek

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member181962
Active Contributor
0 Kudos

Hi Vivek,

Why not have the SOAP interface defined as synchronous?

You can avoid using BPM that way.

Best Regards,

Ravi

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Yes, BPM is required to implement. Only if you have async sync requirement, you can do request response and one way response bean to avoid bpm.

rajasekhar_reddy14
Active Contributor
0 Kudos

You have to use BPM,without BPM not possible.

Former Member
0 Kudos

Modules cannot be used in SOAP sender adapter.