cancel
Showing results for 
Search instead for 
Did you mean: 

Response Code Validation

Former Member
0 Kudos

Hi All,

My Scenario is like this.

Asynch xi--Synch communication once I get the Response from the traget to xi I need to validate one filed value from respcode.

My Question is how to validate the response code in the switch step of the BPM

Regards

Ramesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

in the switch step use the condition editor.

in the left operand go to the xpath of the field you want to check and in the right operand choose constant and provide the value that the check is against.

former_member181962
Active Contributor
0 Kudos

Hi Ramesh,

As far as i understand your question, you should have used a send step with Synchronous mode.

YOu would get a response from the backend system, that message will be available in a container variable.

In the switch step, build a condition based on the Container variable corresponding to the response.

Regards,

Ravi