cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Timeout

Former Member
0 Kudos

Hi,

I have a scenario HTTP> XI> RFC

It is synchronos scenario.

There can be HTTP timeout or RFC timeout.

HTTP Timeout will return HTTP Error 500.

In case of RFC timeout in XI I want to send timeout error in Response.

Is this possible without BPM (I know I can catch system exception in block )

Thanks in advance.

Beena.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

>>In case of RFC timeout in XI I want to send timeout error in Response.

do you mean to trigger an alert in case of timeout?if yes,then you can define alerts which will be triggered in case of a timeout error.

Thanx

Aamir suhail

Former Member
0 Kudos

Hi Aamir,

I dont want to send alert but my JSP page should receive xml Response with \

<Error>Timeout<Error>

Thanks,

Beena