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
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
What is convoy and correlation sets?
What is property schema?
What is biztalk?
Explain about biztalk server messaging services?
What is custom pipeline and the use of custom pipeline?
What is the difference between a document schema and a property schema? : biztalk server
What is the difference between distinguished field and promoted property? : biztalk server
Define schema?
Explain about business activity services (bas)?
What is correlation in context of biztalk server? : biztalk server
What is the latest version of biztalk server? : biztalk server
Define pipelines
Explain why messages are immutable inside biztalk?