Entry
I do not wish to use Orchestrations, only port, schemas and maps. How do I do this?
Apr 6th, 2005 22:18
Balaji Ramachandran, http://www.netologi.se/default.aspx?Contents=BizTalkFAQ
This is a perfectly valid choice that exclusively uses the part of
BizTalk called BizTalk Messaging. I do not think that it is not obvious
how you go about implementing such a scenario, so here are some steps
that you can follow (the last bullet is the step that is hard to figure
out):
Create your schemas and maps in VS, using a BizTalk Server Project.
Create a Receive Port using the BizTalk Explorer in VS.
Apply any maps you wish to perform on inbound documents using the
Inbound Maps node in the Receive Port configuration.
Create a Receive Location that pick up your information.
Create a Send Port, specifying all necessary information.
Navigate to Filters & Maps / Filters in the Send Port configuration.
Enter the following expression: BTS.ReceivePortName ==
NameOfYourReceivePort