Source schema has nodes First Name, Last Name and
destination schema has node Name. How we can get data at
destination so that we can have two instance of Name
(without using orchestration).
Answer Posted / luigip
1) Build the map. The logic on how you get a single name is
not clear... Can be First Name concatenated with Last Name
(so simply use the string concatenate functoid adding a
space in between the fist and last name)
2) Create a receive port + Receive Location (name as RecLoc)
3) Create a send port
4) On the send port configure the map
5) On the send port add a filter where Receive Port Name is
equal to RecLoc
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the default mapping for auto mapping? : biztalk server
Define orchestration
In the dynamic send port actually we have to give the require destination details i.e, provided by client, but my question is how to get that particular address from where and where it is stored in biztalk?
Explain about biztalk orchestration?
Why and how we use custom pipeline?
Define pipelines
Did you deploy BizTalk more than one machine?
What are persistence points?
What is Message routing?
What is correlation sets?
List out some artifacts of biztalk server? : biztalk server
What is correlation in context of biztalk server? : biztalk server
What are Host and Host Instance?
Explain the flow of messages in biztalk server engine?
What is property schema?