All Questions
8 questions
0
votes
1
answer
50
views
BizTalk LDAP request to flatfile. How to do this in map?
I am using a LDAP request to fetch AD data according to the requirement. The result from the request is the xml document (in lack of a schema for the results. The message containing the result/XMLDoc ...
0
votes
1
answer
2k
views
The element 'Send' in namespace '*' has invalid child element 'Add_Records' in namespace '*'. Test Map failure for map file
I have the following input file:
H|3 |20110607235508
V|M065 |3077999 |NH|PAS|20110608|213400|M| |
V|M006 |EUR8944 |NY|PAS|20110608|213547|M| |
V|M057 |UNV39S |NJ|PAS|...
2
votes
1
answer
96
views
TypedPolling xsd to a simpler schema
I have a WCF SQL receive location and am able to get the relevant details from the database.
The xml looks like this:
<TypedPolling xmlns="http://schemas.microsoft.com/Sql/2008/05/TypedPolling/...
1
vote
1
answer
2k
views
Adding a single repeating node to target schema using BizTalk mapper
I'm currently working on a BizTalk project and I encountered a problem which I'm sure should be solvable within a mapping. However, I don't seem to be able to figure out how. Hopefully someone can ...
0
votes
1
answer
83
views
BizTalk XML paired ITEM to FLATTEN output
Please help in solving this map. Here I have XML with HDR, DTL, FTR; The DTL have ITEM-BANK, ITEM-BANK, ITEM-BANK detail in pair together. I need to flatten this to output in one record.
BUSINESS ...
1
vote
2
answers
688
views
How to map an array to fixed fields using Biztalk mapper
I need to remap an array of objects like this:
<Root>
<ListOfObjs>
<Obj>
<Attr1>0000</Attr1>
<Attr2>Hello!</Attr2>
...
1
vote
1
answer
572
views
BizTalk - changing order of output flat file
BizTalk newbie here...
I have a flat file output schema which consists of 4 child records, and for each input record, the map needs to write each of the child records. The issue that I am having ...
1
vote
1
answer
943
views
BizTalk Map Incorrectly Parsing Input XML
I've got a situation where my BizTalk map is not extracting data from input XML correctly.
The input schema looks like this:
Sequence
A
B
All 3 of those nodes on the XSD have min 0, max ...