cancel
Showing results for 
Search instead for 
Did you mean: 

Frequency of Message Sending for HTTP/SOAP Receiver

Former Member
0 Kudos

hi,

is there a way to schedule a message for a particular time/situation until we get the response from the receiver?

Say i am connecting to a https://test.com/OrderReceive, for some reason the receiver has failed to receive the message.

Is there a way for HTTPS/SOAP like how we have for a FILE adapter to poll the message at a regular interval until we get a success response?

Thanks,

Tirumal

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Tirumal,

you can build a business process with a synchronous sendstep. In case of error you jump into an exception branch. There is an endless loop with a wait step and the same send step. In case of success you raise another exception which can end the process.

Sounds more complex than it is

Regards,

Udo