cancel
Showing results for 
Search instead for 
Did you mean: 

Validating input XML structure

Former Member
0 Kudos

Hi All,

If i need to validate the input XML structure, is there any standard modules available. I heard some options are available in PI7.0..Can any one explain in detail for validating the structure without any custom programming.

Regards,

Babu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

XML validation is possible in new version of PI that is PI 7.1. There you can validate it in IE or Adapter Engine.

As far as 3.0 and 7.0 are concerned, validation is not possible.

Thanks

Farooq.

Answers (3)

Answers (3)

Former Member
0 Kudos

Good one!!

Reffer this pdf regarding the Validation of XML in PI 7.1 https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/406a97c4-748c-2a10-f2be-cb63c5b0...

Thanks

Farooq

Former Member
0 Kudos

Yes BABU,

I am agree with farooq, XML validator is there in PI 7.1

u can validate incoming XML structure at AE or at IE level.

if ur XML structure is having any error.. AE or IE will sent an error message to Sender specifying the syntex error.

but have never hrd that its possible in lower version of PI.

Regards

Biplab

Former Member
0 Kudos

Hello Babu,

This feature will be avauilable in Stanndard from Pi 7.1 Currently you would need to have custom coding to do this.

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

/people/jacob.vandborg/blog/2005/11/29/schema-validation-of-incoming-message

http://help.sap.com/saphelp_nw70/helpdata/en/c4/e1343e8c7f6329e10000000a114084/frameset.htm

With Regards,

BVS