cancel
Showing results for 
Search instead for 
Did you mean: 

Async to Sync - Read response for error type and trigger alerts

sunit_s
Participant
0 Kudos

Hi Experts

I am working on following scenario:

Idoc (Async) --> PI <--> SOAP (sync)

The receiver system has sync interface and we want to read the response sent by them so see if there is an error. In sync message 'http ok 200' status indicates that message was successfully transmitted but some error may occur during processing after transmission. So sync receiver sends response message with details. We want read the response message and based on error type in response content send alert 1 to group 1 and send alert 2 to group 2 via solution manager.

My Question:

1. I came across 2 solutions : Aysnc-Sync bridge solution and Java proxy (receiver channel sending data to JPR). Which of these 2 is a better solution (pros and cons)?

2. If I use Java proxy scenario does anyone have code to send http request to Web service and parse response to determine action (may be raise alerts)?

3. Assuming, If I read response as aysc message (using bridge) how to raise different types of alerts to solution monitor (different support groups) depending on response error type content in message or java mapping.

Regards

Sunny

Accepted Solutions (0)

Answers (0)