cancel
Showing results for 
Search instead for 
Did you mean: 

default response

Former Member
0 Kudos

Hi,

Proxy - Soap ( synchronous )

if web server is not up on the target side, is there a way to reply a dummy message as response to the proxy besides error message?

Regards,

venkat.

Accepted Solutions (1)

Accepted Solutions (1)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

use this thread with similar issue

Former Member
0 Kudos

I am aware of re processing erroraneous messages.

I am more interested in sending a default values back to the sender as response rather than re processing error messages.

Thanks

Venkat.

Former Member
0 Kudos

Hi,

Configure Proxy--SOAP Sync Communication and Define the response Structure

Ask the target application Ppl to configure & trigger the messaes accordingly

Regards

Seshagiri

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

If the server is not up, then after some specific time interval, the webservice could be configured to return soap fault. This fault message can be mapped to the response structure of proxy wherein you may provide the default values.

Regards,

Prateek

Former Member
0 Kudos

Hi,

Prateek, thanks for your reply

I am not using BPM,

How do I set specific time interval to execute defualt mapping?

I am not clear as how do I map fault messages to response strcture

Regards,

Venkat..