|
Home > Archive > BizTalk Server Orchestration > July 2004 > schema validations at input receive
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 |
schema validations at input receive
|
|
| rnsdas 2004-07-22, 5:56 pm |
| Hello,
Currently in my development, my orchestration is deployed as a Webservice.
We are expecting a certain type of message to come at the receive port of the Orch.If its a wrong type of message lands at the input port, it would bomb (obviously!).
So I assume that the receive shape is doing some sort of validation of the schema. Is it a good idea to turn of these validations in production env? I mean schema validation is a time consuming affair (and I already feel that Orchestration are slow... don
t know why??...), than would it help me to reduce some time?
Appreciate if someone can throw some light on this.
Thanks and regards,
Milan Doshi
| |
| Tatyana Yakushev [MSFT] 2004-07-28, 6:09 pm |
| Message validation happens in a pipeline, not in the orchestration.
Default XML receipe pipeline doesn't do validation (It only checks target namespace and root node name to find appropriate schema).
If you are using your own pipeline, then you can decide if you want to do validation or not.
Thanks,
Tatyana
--------------------
>Thread-Topic: schema validations at input receive
>thread-index: AcRv+My2ZNG54bXPRLCszsuhKYEX1A==
>X-WBNR-Posting-Host: 4.250.36.149
>From: =?Utf-8?B?cm5zZGFz?= <rnsdas@discussions.microsoft.com>
>Subject: schema validations at input receive
>Date: Thu, 22 Jul 2004 07:33:05 -0700
>Lines: 12
>Message-ID: <8B7800C8-A92B-4358-9CAF-11DBA9E5D304@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.biztalk.orchestration
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.157
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.orchestration:7268
>X-Tomcat-NG: microsoft.public.biztalk.orchestration
>
>Hello,
>
>Currently in my development, my orchestration is deployed as a Webservice.
>
>We are expecting a certain type of message to come at the receive port of the Orch.If its a wrong type of message lands at the input port, it would bomb (obviously!).
>
>So I assume that the receive shape is doing some sort of validation of the schema. Is it a good idea to turn of these validations in production env? I mean schema
validation is a time consuming affair (and I already feel that Orchestration are slow... dont know why??...), than would it help me to reduce some time?
>
>Appreciate if someone can throw some light on this.
>
>Thanks and regards,
>Milan Doshi
>
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
|
|
|
|
|