RE: BizTalk 2004 :: validate message without suspension
- From: "BizTalk Benjamin" <BizTalkBenjamin@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Jul 2021 02:09:02 -0700
yes, you could read it in an XmlDocument and then call a custom component
that does the validation and any extra work (we are planning on doing
something similar where the docs will be well formed, but data will be
missing and we have a config store holding the defaults that should be
applied depending on the sender)
HTH
Benjy
"BA" wrote:
> Hello,
>
> I would like to validate an xml document as being well formed when it enters
> an orchestration but not have it become a suspended message if its not. I
> would like the badly formed XML in the orchestration so I can do some very
> specific error handling.
>
> Is this possible?
>
> If not, I can pass the message in as xmldocument, then is there a way to
> validate the doc in the orchestration in a similar way?
>
> Thanks,
> BA
>
>
>
.
- Follow-Ups:
- RE: BizTalk 2004 :: validate message without suspension
- From: Mike Watson
- Re: BizTalk 2004 :: validate message without suspension
- From: BA
- RE: BizTalk 2004 :: validate message without suspension
- References:
- Prev by Date: Re: need to promote for correlation
- Next by Date: Re: BizTalk 2004 :: validate message without suspension
- Previous by thread: BizTalk 2004 :: validate message without suspension
- Next by thread: Re: BizTalk 2004 :: validate message without suspension
- Index(es):
Relevant Pages
|