cancel
Showing results for 
Search instead for 
Did you mean: 

Schema Validation of Incoming Message

Former Member
0 Kudos

Why XI does not validate incoming messages using its XML Schema? Is there a simple way to do it? (without developpping)

Thanks to advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You already know the ways to do this now. Here are some links:

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

And here's how to do it in Graphical Mapping:

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

Regards,

Puloma.

Former Member
0 Kudos

Thanks for your links but I'm more interested in doing the schema validation in an adapter module or in a pipeline step than in the mapping step. I'm currently looking for the adapter module implementation because pipeline step implementation seems to be in ABAP and I want to develop in JAVA.

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>Is there a simple way to do it?

no - development necessary

>>>Why XI does not validate incoming messages using its XML Schema?

it will be possible from the new XI release

(I saw screenshots) on adapter and IE levels

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

So how can I do this validation?

With a java mapping? I heard also about adapter module... Can you advise me?

Tks

PS: Do you know when is this new XI release? Is it the SP10?

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>With a java mapping? I heard also about adapter module... Can you advise me?

many ways as per Thorsten's presentaions on teched:

1. java/abap mapping

2. XSLT transformations - schemetron

3. in adapter modules

4. in pipleline service on IE

>>>>PS: Do you know when is this new XI release? Is it the SP10?

no it's not XI 3.0 or 7.0 but a new release

I don't have any official info when

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Thanks for your reply

One more question: Is it a way to have the slides of the Thorsten's presentations? It seems interessant...

MichalKrawczyk
Active Contributor
0 Kudos

hi,

it's avaliable via sapteched page

but you need to have a bagde number

if not you can write to him (he's and SDN member)

and ask if he can send it to you

I cannot as this is copyright material

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

ok, thanks for all!