|
Home > Archive > BizTalk Server Orchestration > October 2005 > sending ACK/NACK messages on XML validation error.
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 |
sending ACK/NACK messages on XML validation error.
|
|
| overhead 2005-10-12, 6:12 pm |
| mates,
my problem now is:
i receive an xml message in myorchestration, and i need to send as
response message an ACK (xml message validation=OK) message or a NACK
(xml message validation=FAIL) message. i prepared the NACK and NACK
Xml schemas, but i think i need not to use the xml validator into a
custom receive pipeline approach. in fact i need to catch the
validation error and sending a particular massage (ack/nack) as
result of the operation. how to do that ???? maybe i need to write
some xlang/s code to do that....
thanx in advance for your reply.
OH
| |
| Stephen W. Thomas 2005-10-13, 6:00 pm |
| Hello.
You are correct, you wouldn’t want to validate in a pipeline. You would
want to validate inside your Orchestration. You might want to take a look at
this:
http://thearchhacker.blogspot.com/2...nction-for.html
I think it does what you are looking for.
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
http://geekswithblogs.net/sthomas/
"overhead" wrote:
> mates,
> my problem now is:
> i receive an xml message in myorchestration, and i need to send as
> response message an ACK (xml message validation=OK) message or a NACK
> (xml message validation=FAIL) message. i prepared the NACK and NACK
> Xml schemas, but i think i need not to use the xml validator into a
> custom receive pipeline approach. in fact i need to catch the
> validation error and sending a particular massage (ack/nack) as
> result of the operation. how to do that ???? maybe i need to write
> some xlang/s code to do that....
> thanx in advance for your reply.
> OH
>
>
|
|
|
|
|