|
Home > Archive > BizTalk Server General > October 2004 > Validation after Transformation
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Validation after Transformation
|
|
| Benson Cheng 2004-10-26, 5:48 pm |
| Hi,
I have an orchestration that has a transform, which transform one type of
XML to another type, the map itself use a custom XSLT file. My question is
within the same orchestraion, how can I perform a schema validation on the
transformed XML? and possible to stop the orchestration if there are any
validation errors?
thanks,
Benson.
| |
| Balaji Thiagarajan 2004-10-26, 5:48 pm |
| By Default, the schema validation is turned off in orchestration. However
you can turn it on by changing the Orchestration Engine Configuration.
http://msdn.microsoft.com/library/d...g_orch_jzex.asp
Please be aware this affects the performance of the orchestration.
--
Balaji Thiagarajan
MCP (BizTalk)
http://biztalkbits.blogspot.com
--
"Benson Cheng" <bcheng@adelphia.net> wrote in message
news:uwPv044uEHA.1564@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> I have an orchestration that has a transform, which transform one type of
> XML to another type, the map itself use a custom XSLT file. My question
is
> within the same orchestraion, how can I perform a schema validation on the
> transformed XML? and possible to stop the orchestration if there are any
> validation errors?
>
> thanks,
> Benson.
>
>
|
|
|
|
|