cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous SOAP sender

Former Member
0 Kudos

In a scenario, Web Service Application sends request to PI (7.11), PI maps the request to IDOC and after that sends an success (OK) response back to the Web service app. What is the suggested way to handle this sync->Async scenario? RequestResponseBean in the SOAP sender adapter (with Axis,say) or BPM?

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

You may give a try to Soap Axis with RequestResponseBean.

Regards,

Prateek Raj Srivastava

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You need BPM. Use Sync Async Bridge Pattern to achieve this.

Refer: BPMPatternSyncAsyncBridge under SAP BASIS component to get idea.

former_member854360
Active Contributor
0 Kudos

Hi ,

You need to use BPM in this case .

Because ECC system is not going to create any ACK............You need to create it from PI.