cancel
Showing results for 
Search instead for 
Did you mean: 

Does SOAP in synchronous mode retry?

Former Member
0 Kudos

Hi,

I have a scenario in which i want to post a message through my SOAP receiver adapter and receive the response. But i want to know how many times the soap adapter will retry if the it fails ?

How is the retry interval and time out work for adapters in synchronous case?

Can anyone please give any info on this?

Thanks

Shakthi

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>> Does SOAP in synchronous mode retry?

none of the sync messages are retried

that's the point with sync messaging and why async mode was designed

Regards,

Michal Krawczyk

Former Member
0 Kudos

Nice to see you back on SDN Michal

Former Member
0 Kudos

Hi Michal,

Thanks for your inputs. So the SOAP receiver adapter just posts the request message once and waits till the time out limit , if it does not get a response it will error out is it?

Any reason why synchronous messages are not retried?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Thanks for your inputs. So the SOAP receiver adapter just posts the request message once and waits till the time out limit , if it does not get a response it will error out is it?

yes

>>>>Any reason why synchronous messages are not retried?

as this is how sync messages work - if you post a call from WWW page would you like to wait 1 hour for a reponse

till the receiver system is on? it's not XI - it's how ALL sync messaging is done

one of the reasons why we have async are - retries

Regards,

michal krawczyk

Former Member
0 Kudos

Hi

Yes the message will be timeout and will show failure error message

Thanks

Gaurav

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Go through this you can get answers

Thanks

Gaurav

MichalKrawczyk
Active Contributor
0 Kudos

hi Gaurav,

>>>Go through this you can get answers

>>>

the blog you mention does not have anything about sync messages

so does not relate to the question I guess

Regards,

Michal Krawczyk

Former Member
0 Kudos

message posted twice

Edited by: Gaurav Bhargava on Oct 30, 2008 3:23 AM

Former Member
0 Kudos

Hi Michal

Yes it does not talk about Sync messages retry as retry mechanism work for Async. Sync always has its response.

But it does give idea about the retry mechanism for Async. thought it can be useful.

Thanks

Gaurav