cancel
Showing results for 
Search instead for 
Did you mean: 

Resend data unless webmethod receive SOAP data successfully

Former Member
0 Kudos

Hi All,

I want to implement a scenario like as follows:

SAP->Idoc->XI->BPM->SOAP->webmethod

In above scenario whenever HTTP-SOAP communication fails. I want to re-send data after 5 min using BPM to HTTP-SOAP, unless webmethod receive data successfully.

Can any one help me in designing above scenario?

I have very less knowledge of BPM.

<b>Can I do above scenario without BPM, because BPM having some performance issues???</b>

Regards

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi Umesh,

One of the way probably-

Recieve the message(idoc) from the SAP to XI.

Send the Message Synchrnously to the SOAP(Webmethod)

Wait for the positive acknowledgement.. Until you get Positive acknowledgement, you can keep on sending the data from BPM .. But this loop will be kind of infinite..

Some info-

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/65c42db39b0398e10000000a1553f6/content.htm

Without BPM,I don't think so, directly

Hope this helps,

regards,

moorthy

Answers (0)