cancel
Showing results for 
Search instead for 
Did you mean: 

Schema validation XI 3.0/PI7.0

Former Member
0 Kudos

Dear All,

I have a synchronous SOAP -> XI -> RFC scenario in PI 7.0

Because we need an inbound schema validation we are trying to develop an EJB or a Java-Mapping.

If there are errors at validation I want to send the information about the error return to the sender.

Please advise me if it is possible to transform my message in the response structure of the sender.

Regards

Mathias

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Your SOAP response is mapped to the RFC response and hence could not contain the error details during validation. In an adapter module, while validating the schema, you may wirte a code to trigger some alert to sender administrator.

Regards,

Prateek

Former Member
0 Kudos

You might consider placing a integration process in between. In there, you can 'catch' the error generated by your mapping and take appropriate actions.

Answers (0)