cancel
Showing results for 
Search instead for 
Did you mean: 

BPM

Former Member
0 Kudos

Hello Guru's,

I am looking for a blog or something where there is a similar situation like the one underneath:

I am sending out a sync message and if get no response message back (reponse message is HTTP OK), I want to resend that message after 30 minutes again.

So what I bassicly need is an example of a BPM where a similar thing is being done.

Hope someone can help me out.

Best regards,

Guido

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

HTTP adapters support Best Effort and are Synchronous.

SO, you can have a SEND SYNCHRONOUS STEP in your BPM and you can have a DEADLINE BLOCK around this SEND SYNCHRONOUS step .

Deadline Monitoring,

http://help.sap.com/saphelp_nw04/helpdata/en/c5/582541019fa52fe10000000a155106/content.htm

Example : Deadline monitoring for a response message,

http://help.sap.com/saphelp_nw04/helpdata/en/ca/7c5c41fe06cf1ee10000000a155106/content.htm

regards

krishna

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

I direct blog would be difficult to get. U can start making ur integration process with the following:

1. Receive step

2. A time-dependent loop with a sync send step. There u may check the if the response message is returned or not. Based on this message, u may put a wait step also.

Regards,

Prateek

Former Member
0 Kudos

Hi,

So basicly I need to have a BPM like this one:

http://www.plaatjesupload.nl/bekijken/616365.html

?

Best regards,

Guido

prateek
Active Contributor
0 Kudos

U have not addded the condition checking whether the messge received from the sync response is empty or not. This can be checked as the content of the container variable

Regards,

Prateek

Former Member
0 Kudos

So I need to define a condtion for my loop but the process for the BPM is correct right?

Thnx again,

Guido

prateek
Active Contributor
0 Kudos

Yes

Regards,

Prateek