|
Home > Archive > BizTalk Server Orchestration > April 2004 > port binding in flat file receive sample
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
port binding in flat file receive sample
|
|
|
| Hi All,
I am trying to undestand the Receive Flat file sample given in biz2004
SDK.
1)i did not undestand how output port got binded to the orchestration.
usually(in other samples) you would create a send port(with specify
later option) in orchestartion and then later you would create a send
port
in biztalk explorer and then bind the two,
but sample does not have this step because there is no orchestration
in FlatFileReceive Sample.
so how does the send port work,
2)secondly,i followed the same steps give in FlatFile sample for the
creation of the custom pipeline to receive flat file.
but when i try to create a receive location for a receive port i do
not see my custome pipline in the drop down .i tried compiling and
deploying the project.
what am i missing,
thanks
siddharth
| |
| David Downing [MSFT] 2004-04-20, 12:40 pm |
| You can treat the flat file assembler/disassembler the same way you would
treat the xml assembler/disassembler. The only difference is the source
format for the disassembler is flat file, and the destination format for the
assembler is flat file. The intermediate (normalized) data format is xml.
As far as not seeing your custom pipeline in the drop down list. Try
refreshing the "BizTalk Configuration Database" node in the BizTalk
Explorer.
--
Dave
This posting is provided "AS IS" with no warranties, and confers no rights.
"sidd" <siddharthkhare@hotmail.com> wrote in message
news:af96a2d7.0404192148.3412c0ce@posting.google.com...
> Hi All,
> I am trying to undestand the Receive Flat file sample given in biz2004
> SDK.
>
> 1)i did not undestand how output port got binded to the orchestration.
> usually(in other samples) you would create a send port(with specify
> later option) in orchestartion and then later you would create a send
> port
> in biztalk explorer and then bind the two,
> but sample does not have this step because there is no orchestration
> in FlatFileReceive Sample.
> so how does the send port work,
>
> 2)secondly,i followed the same steps give in FlatFile sample for the
> creation of the custom pipeline to receive flat file.
> but when i try to create a receive location for a receive port i do
> not see my custome pipline in the drop down .i tried compiling and
> deploying the project.
> what am i missing,
>
> thanks
> siddharth
| |
| Christof 2004-04-20, 1:36 pm |
| Didn't take a look at the sample but I guess regarding your first question:
The send ports immediately subscribes to the receive port. This means that
anything that comes in through that receive port will be routed to the send
port. (Possible because that information is stored as context on the
message.)
Regards,
Christof
"sidd" <siddharthkhare@hotmail.com> wrote in message
news:af96a2d7.0404192148.3412c0ce@posting.google.com...
> Hi All,
> I am trying to undestand the Receive Flat file sample given in biz2004
> SDK.
>
> 1)i did not undestand how output port got binded to the orchestration.
> usually(in other samples) you would create a send port(with specify
> later option) in orchestartion and then later you would create a send
> port
> in biztalk explorer and then bind the two,
> but sample does not have this step because there is no orchestration
> in FlatFileReceive Sample.
> so how does the send port work,
>
> 2)secondly,i followed the same steps give in FlatFile sample for the
> creation of the custom pipeline to receive flat file.
> but when i try to create a receive location for a receive port i do
> not see my custome pipline in the drop down .i tried compiling and
> deploying the project.
> what am i missing,
>
> thanks
> siddharth
|
|
|
|
|