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 messagetype in biztalk server? : biztalk server
What are persistence points?
Define bre?
What is correlation in context of biztalk server? : biztalk server
What is custom pipeline and the use of custom pipeline?
What is bam?
What is the rules engine?
Difference between Biztalk server and web services?
Did you deploy BizTalk more than one machine?
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
Explain about Message routing and content routing?
Explain about business activity services (bas)?
List out some artifacts of biztalk server? : biztalk server
Explain why messages are immutable inside biztalk?
Explain the flow of messages in biztalk server engine?