Discussion:
sending ACK/NACK messages on XML validation error.
(too old to reply)
overhead
2005-10-12 12:33:02 UTC
Permalink
mates
my problem now is
i receive an xml message in myorchestration, and i need to send a
response message an ACK (xml message validation=OK) message or a NAC
(xml message validation=FAIL) message. i prepared the NACK and NAC
Xml schemas, but i think i need not to use the xml validator into
custom receive pipeline approach. in fact i need to catch th
validation error and sending a particular massage (ack/nack) a
result of the operation. how to do that ???? maybe i need to writ
some xlang/s code to do that...
thanx in advance for your reply
O
Stephen W. Thomas
2005-10-12 23:19:02 UTC
Permalink
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/2004/09/cool-xsd-validation-function-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/
mates,
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
overhead
2005-10-13 12:33:00 UTC
Permalink
Stephen
i follow with great interest all your articles on the web abou
biztalk server
thanx for your help, i developed in the past a lot of custom classe
for xml validation. i will setup a custom one for "biztalk" purpose
and i think i will solve my prob. Your confirm on the correct way t
follow is very important
can i contact u directly for other help in the future ??? can u giv
my your email
thanx
O
Stephen W. Thomas
2005-10-13 13:51:10 UTC
Permalink
Thanks.

Sure, you can always drop me an email if you have any problems or questions.

You can get my contact info here: http://www.biztalkgurus.com/contact.aspx

Stephen W. Thomas
http://www.biztalkgurus.com
http://geekswithblogs.net/sthomas/
Stephen,
i follow with great interest all your articles on the web about
biztalk server.
thanx for your help, i developed in the past a lot of custom classes
for xml validation. i will setup a custom one for "biztalk" purpose,
and i think i will solve my prob. Your confirm on the correct way to
follow is very important.
can i contact u directly for other help in the future ??? can u give
my your email?
thanx!
OH
Loading...