cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to SOAP

Former Member
0 Kudos

Hello All,

Can you please share me the links of IDOC to SOAP sync scenario

Thanks,

Regards,

Moorthy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Take a look to this "how to":

http://wiki.sdn.sap.com/wiki/display/XI/IDoctoSOAPSynchronouswith+BPM

Fit perfectly with your issue.

Former Member
0 Kudos

Hello All,

Thanks for the response.

In my case, I will get a ack from SOAP(applcation). This ack(res) should be sent to PI, not to source system SAP.

How handle ack which is coming from SOAP? Is BP required here?

rajasekhar_reddy14
Active Contributor
0 Kudos

you really want ACK in to PI,wt you are going to with Ack in PI?

Former Member
0 Kudos

Target legacy application is sending a response message back to PI. But as per requirement this message is not required to send to source system.

rajasekhar_reddy14
Active Contributor
0 Kudos

then create Target service interface as Async , anyway u dont required ack .

in this case your dont required BPM,simple IDoc to SOAP scenario Async.

Regards,

Raj

Former Member
0 Kudos

Since you are not doing anything with the ack sent back from SOAP, as suggested by Raj above, configure the scenario as IDOC to SOAP asynchronous.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Since Idoc adapter is in the ABAP stack, you would not be able to use any module bean to make the scenario synchronous.

You would need to use a BPM in your scenario to deal with the async/sync case.

Search for BPm scenarios for async/sync bridge that you can use the same design approach for your requirement.

Also, since Idoc communication is by nature asynchronous, how would you be handling the SOAP response in ECC?

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Regards