Different messages arriving in the same folder
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > Different messages arriving in the same folder




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Different messages arriving in the same folder  
Craig HB


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-07-05 10:52 PM

I have an orchestration for processing invoices (Invoice.odx) and another fo
r
processing credit notes (CreditNote.odx). The invoices and credit notes are
obviously different (ie they have different schemas), but are dumped into th
e
same  folder and the file name does not indicate which type they are. The
root element names are <invoice> and <creditnote>.

How do I make sure that the invoice.odx only collects the invoices and the
same with the credit notes ?

Thanks,
Craig





[ Post a follow-up to this message ]



    Re: Different messages arriving in the same folder  
Matt Milner


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-07-05 10:52 PM

bind both orchestrations to the same receive port and make sure you have an
xml disassembler in the receive pipeline (the default xml pipeline works).
The orchestration will have the message type in its subscription so when a
document is received, the pipeline will identify the type, and only the
orchestration looking for that type will get it.

Matt


"Craig HB" <CraigHB@discussions.microsoft.com> wrote in message
news:0CB43CC6-098D-450C-A3FC-610E5CB518FC@microsoft.com...
>I have an orchestration for processing invoices (Invoice.odx) and another
>for
> processing credit notes (CreditNote.odx). The invoices and credit notes
> are
> obviously different (ie they have different schemas), but are dumped into
> the
> same  folder and the file name does not indicate which type they are. The
> root element names are <invoice> and <creditnote>.
>
> How do I make sure that the invoice.odx only collects the invoices and the
> same with the credit notes ?
>
> Thanks,
> Craig







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:31 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register