cancel
Showing results for 
Search instead for 
Did you mean: 

Validations in XI

Former Member
0 Kudos

hi,

would you recommend to do validation in xI?

for example , check if specific field contains more/less then x charachters? date is recieved in the right format , etc ....

if yes how would you implement it?

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Udi,

>>>>would you recommend to do validation in xI?

That depends on your scenario and its requirements. Usually the receiving application checks the business content and if it cant handle the data an exception should be raised. In case of synchronous communictation it should be easy to inform the sender about error/success; in case of asynchronous communication acknowledgements are used for that (more difficult). Additional you can configure alert categories and rules.

Doing validations at XI is - in my point of view - doubtful because of redundance. The tasks of XI are routing, mapping, controlling (BP) messages, not doing the applications work. In case of special requirements a validation can be recommentable - of course.

Regards,

Udo

Former Member
0 Kudos

Hi Udi,

Please check these..

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/99593f86-0601-0010-059d-d2d...

/people/morten.wittrock/blog/2006/03/21/validating-messages-in-xi-using-xml-schema

cheers,

Prashanth

P.S Please mark helpful answers