cancel
Showing results for 
Search instead for 
Did you mean: 

Schema validation of Incoming Messages

Former Member
0 Kudos

Does anyone know how to do Schema validation on incoming messages into XI 3.0? Its not clear to me.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185751
Contributor
0 Kudos

Hi Dan,

Write a Java mapping to invoke the SAX parser available in your JDK or the one available in your sapxmltoolkkit and validate the incoming message using the XSDs which can be stored in your file system in a particular folder.

Import this Java mapping into your "imported archives".

Use this Java mapping to validate all your incoming messages.

Hope it helps !

Regards,

Sridhar

Former Member
0 Kudos

Thanks Sridhar

Where do you get the documentation for the SapXmlToolKit?

former_member185751
Contributor

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dan

I've written a weblog entry about this particular subject:

<a href="/people/morten.wittrock/blog/2006/03/21/validating-messages-in-xi-using-xml-schema">/people/morten.wittrock/blog/2006/03/21/validating-messages-in-xi-using-xml-schema</a>

Cheers,

Morten Wittrock