Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

partners with different transport type and address

BizTalk 2004

This group is for all content related to BizTalk Server 2004. This includes a forum, samples, videos, labs, whitepapers, and tools. Most of the content here also applies to other versions of BizTalk beyond 2004.

partners with different transport type and address

  • rated by 0 users
  • This post has 1 Reply |
  • 0 Followers
  • 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
    Edit
  • 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.

    Stephen W. Thomas
    http://www.BizTalkGurus.com

Page 1 of 1 (2 items)