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).
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajesh gorla
Ok, this is something like mapping flat source schema to
multiple occurrences of node in destination schema, use
Table Looping, Table Extractor functiond's and map. for
more info read this interesting article.
http://geekswithblogs.net/evankoch/archive/2007/08/07/114470
.aspx
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / sandeep
Create a MAP in Biz talk and add first name and last name
strings with space in between and map to destination schema
node. Use that map in port to port binding either in recieve
port or in send port.
| Is This Answer Correct ? | 6 Yes | 11 No |
Answer / navneet
Use the looping functoid to link FirstName and LastName to
Name. use this map as outbound map in send port binding.
| Is This Answer Correct ? | 2 Yes | 10 No |
In BizTalk development where and how you have to use custom developed .NET components?
what is direct binding?
Define schema?
What is correlation sets?
What is convoy and correlation sets?
Explain why messages are immutable inside biztalk?
Define pipelines
How to transfer files without using Orchestration?
If we are using single send port in two different host instances then either two copies of message will send or single copy will send to subscribers?
Explain about Message routing and content routing?
What is messagetype in biztalk server? : biztalk server
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 the logical send port.TO the send port group I have added many send ports with filters.The message in the send ports are not getting filtered based on my filters?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)