Home Page › Forums › BizTalk 2004 – BizTalk 2010 › WebService-how to send back a reject message › Re: WebService-how to send back a reject message
December 5, 2006 at 8:08 PM
#16737
I’d take the 2nd approach and do the Xml validation inside the Orchestration. Then, send the response message back. Or if you use a request-response port you just need to thrown an exception – I think.
I think your 1st approach would work if you used the Xml Validate Component inside the pipeline.