06-22-06 12:17 AM
Rather than doing your validation in a receive pipeline (which is what I
suspect you are doing at the moment), you will want to consider doing it in
your orchestration instead. You will call into a component, and if your
"validate" method returns false, you can compose and send your nack.
See the following snippet for a start:
http://thearchhacker.blogspot.com/2...ceofthought.net
"amit chaudhary" <amit1414@gmail.com> wrote in message
news:1150883701.274940.296000@r2g2000cwb.googlegroups.com...
> Hi All,
>
> i am new to BizTalk server 2004. I am using BTS2004 to
> integrate our
> application with supplier application. We are getting invoices from
> supplier in xml
> format by help of ftp.
>
> Incoming invoice should be validate first and if any think is wrong
> with invoice
> Negative Acknowledgement should be go to supplier system, in case if
> invoice
> is processed successfully, we have to give positive ACK with our unique
> id, that
> is assigned by our system to incoming invoice, to supplier system.
>
> Now problem is that how can I can ACK to supplier system if validation
> is failed?
>
> Can any one help me to find a solution?
>
> Thanks in advanced.
>
[ Post a follow-up to this message ]
|