All Questions
10 questions
0
votes
1
answer
70
views
BizTalk core format: redundant but all according to standard or "keep it simply stupid"?
I'm quite new in BizTalk mapping and my question now is:
Let's say that I need to receive UBL document, convert it to my Biztalk Core and send out same UBL. Of course I can perform 1:1 UBL->UBL ...
0
votes
1
answer
2k
views
Biztalk Map, How to execute a scripting functoid ONLY IF the source message contains a specific value?
In a Biztalk map, how can I execute a scripting functoid ONLY IF the source message contains a specific value? Which functoid combination can allow me to do this?
Edit
I want to check a certain ...
0
votes
1
answer
1k
views
Biztalk mapping explicit values to looping node
I am new to Biztalk and having some trobles with mapping:
In the destination schema i have Attributes node which can contain multiple EntityMemberAttribute child nodes (picture below). What i am ...
0
votes
2
answers
339
views
Record is not being mapped with BizTalk map Logical OR Operator
I am stuck in the issue .
I have two Input Fields
1) External Notes
2) Internal Notes
I want to map them to the destination node "Comments"
IF
External Notes is coming (do mapping)
Internal ...
8
votes
3
answers
2k
views
XSLT Transforming sequential XML to hierarchical XML
I have a requirement to transform a sequential XML node list into a hierarchical, but I run into some XSLT specific knowledge gap.
The input XML contains articles, colors and sizes. In the sample ...
1
vote
1
answer
1k
views
BizTalk - mapping a source that has a Parent-Child relationship a flat destination
I have seen this question about a parent child relationship, but it is not exactly the same since I have nothing to tag with.
I have a source flat file that look like this
Location Route Prod ...
2
votes
1
answer
571
views
BizTalk mapping - Scripting Functoid Object life cycle, when is it initialized and destructed
In a BizTalk map when you call a scripting functiod, is the object (the class you are calling) initialized at the time of the first call and kept in memory for the entire time the transformation is ...
2
votes
2
answers
2k
views
How to replace a multipart message schema in a map without replacing the map
I have an orchestration map that maps two source messages into one destination message. When the schema for one of the source messages changes, I was hoping to be able to click on the input message ...
3
votes
3
answers
2k
views
Biztalk mapper: how to detect a node that do not come in the xml
I would like to know how to detect that a node is not present in the origin. I have tried hundreds of things with the logical functoids with no success.
The third case of this page is what I am ...
1
vote
1
answer
1k
views
Automatically truncate to MaxLength during mapping
I have a schema that has the max length property set on all of its elements, of various size. I am mapping to it and expect that the max length will be exceeded quite often.
Is there a way tell ...