partners with different transport type and address

Home Page Forums BizTalk 2004 – BizTalk 2010 partners with different transport type and address

Viewing 1 reply thread
  • Author
    Posts
    • #12038

      Hi ,

      In our company I intend to send order messages to our trading partners,
      Partners are recognized by source file name of the incomming message.
      We should send messages by email or ftp (depending on our partners limitations) using orchestration.
      Would you tell me how and where can I define partner’s communication type (email,ftp) , and how can I direct messages to the right sent port in my orchestration?

      Thanks
      Arman

    • #12039

      Hello.

      I think you can do with a new different ways.

      One way is just to set up a Send Port for each Partner with the correct transport type. The, use direct binding out of the Orchestation and route the messages to the correct trading partner based on SourceFileName. Just make sure you set up the subscriptions right otherwise you will get into an endless loop.

      Another way to do it is to use Role Links. This way, you set up one Role for each partner. Then, you define a property to route your message to the Role (in your case SourceFileName). Then, you add the Send Port for the partner into the Role. This way you have a lot less risk in routing errors but you have a little more work to do.

      Hope this helps.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.