Darrell Norton's Blog [MVP]

Sponsors

The Lounge

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Submit BizTalk Server 2002 RosettaNet messages to the context channel

If you are using RosettaNet, when submitting documents that you want a BizTalk orchestration to deal with, submit the document to the “context” channel. Otherwise, it won’t do anything. If you accept the default naming when using the Partner Agreement Wizard, it is the channel with the companyName otherCompanyName (note the dash). The inbound messages are denoted by a < and the outbound messages by a > in place of the dash.


Posted 04-13-2004 6:27 AM by Darrell Norton

[Advertisement]

Comments

Michael Wassermann wrote RosettaNet & .NET
on 04-22-2004 9:48 AM
I need help.

I was trying to run the Tutorial on XP and
BT 2002, but have problems, compiling the Apps under VS 2003.

Any ideas?

Michael
Darrell wrote re: Submit BizTalk Server 2002 RosettaNet messages to the context channel
on 04-22-2004 10:08 AM
Michael - there are so many things that could go wrong! :) But here's some general help:

First make sure you have created a valid component that inherits from ServicedComponent (you can use regsvcs and see it in the Component Services MMC and test it from a client app). Make sure to add all your references. Then make sure you implement the required interface for the adapters.