How to transfer files without using Orchestration?
Answer Posted / tchaitanya
yes, with out using orchestration, we can get the message
it is done in the case of messaging solution.
Messaging solution means it is the biztalk solution with
out orchestration.
go to biztalk adminstration console and create the receive
port and create the send port .
in the send port configuration wizard, in the left
pane,there is tab called filters which is used to provide
subscription infornation to biztalk msg box, that tells the
msgbox,"if any information comes on a particular port,
please send that information to me
there is a filter property is there
bts.receiveportname="ReceivePortName"
so when ever the msg is dropped to receive location
configured with receive port, it comes to biztalk msgbox
db, msgbox db sends the message to send port based on
subscription information
This is how the message transformation is done without
using orchesrtation
Regards,
Chaitanya Talasila
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is property schema?
What is correlation in context of biztalk server? : biztalk server
List out some artifacts of biztalk server? : biztalk server
What is convoy sets?
What is correlation sets?
What is biztalk?
What is the use of custom pipeline?
I have a receive port and send port whose message types are different.when I receive a message in my receive port,my process starts.i will construct my out message and give this to my send port.i am configuring a send port group to
Define schema?
What are Host and Host Instance?
what is direct binding?
Define orchestration
What is biztalk orchestrations dehydration and rehydration? : biztalk server
What is messagetype in biztalk server? : biztalk server
What is the default mapping for auto mapping? : biztalk server