Questions tagged [biztalk-mapper]

A component of Microsoft BizTalk Server allowing the creation of maps (XSLT) in a graphical environment

A component of Microsoft BizTalk Server allowing the creation of maps (XSLT) in a graphical environment

197 questions
1
vote
1 answer

How to unit-test BizTalk maps containing e.g. DB functoids?

I am exploring the possibilities of unit-testing BizTalk Server 2010 artifacts with MSTest. So currently I am testing maps (thanks to TestableMapBase) and comparing outputs (using XmlDsigC14NTransform's digested output) and all that works fine –now–…
mousio
  • 10,079
  • 4
  • 34
  • 43
1
vote
2 answers

Using a BizTalk map to unescape XML in a particular node

I have the following schema:
Nigel B
  • 3,577
  • 3
  • 34
  • 52
1
vote
1 answer

Create Processing Instruction in BizTalk Map

I know that in BizTalk maps, you can perserve processing instructions. However, the source XML that I will have will not have any processing instructions. However, I will need to create a processing instruction for the Target XML. I know I can write…
TimWagaman
  • 980
  • 1
  • 10
  • 31
0
votes
1 answer

Biztalk mapper to work with Master Data Service Web Service

Im having a problem updating Master Data located in Microsoft Master Data Service. Im using Biztalk 2010 and im reading from flat file. The problem is that I cannot find out how to map everything in the mapper and keep getting the same error: Inner…
0
votes
1 answer

BizTalk Map Value Mapping Looping Functoids

I have a source schema in which the address may be given either as multiple "AddressLine" elements or as multiple "Street" elements, or a combination. My destination schema simply has multiple "Street" elements. I'm having trouble mapping this with…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
0
votes
1 answer

How to copy a certain node (with children) from a XML with XSLT in Biztalk specifying a custom namespace?

I need to copy a subnode from a XML to a certain node of a new XML in a Biztalk Map using XSLT. Consider the following input XML:
Pumba
  • 38
  • 3
0
votes
1 answer

How to deployment dll manually in resource Biztalk Server 2016?

Can anyone help to deploy Biztalk application on Biztalk server 2016 manually. My code has one .csproj and one .btproj file. Application was already deployed via Visual studio 2015 by installing Visual studio 2015 on Biztalk server and deploying it…
0
votes
1 answer

Visual Studio 2019 (Professional) is compatible with BizTalk Server 2016?

Could anyone please confirm if Visual Studio 2019 (Professional) is compatible with BizTalk Server 2016? Earlier we were using Visual studio 2015 and Biztalk 2016 Server (earlier works fine). But now we are planning to use Visual studio 2019 (…
0
votes
1 answer

How to map values in destination schema based on the value of one field in source schema Biztalk 2016

I have close to 40 fields in source schema and same in destination schema and I have one element called NewProviderInd in source schema. I want to map these fields only if the value of NewProviderInd is 'Yes' otherwise these fields should not get…
temp-user
  • 5
  • 3
0
votes
1 answer

Map empty string in destination schema Biztalk 2016 to JSON

Sometimes some elements in the source schema does not have any data and these elements appear in a self closing tag like And in the destination schema the mapped element is present with a self closing tag, but when the XML gets converted…
0
votes
1 answer

Need to map a default value when the source field element node is missing

I have a source and destination schema both with a field element node called as Speciality. It is a simple one to one mapping with a scripting functiod in between to remove white spaces from the string before mapping it to destination schema, The…
temp-user
  • 5
  • 3
0
votes
1 answer

BizTalk mapping inline XSLT

Input schema have field . Based on the this node I need to generate one destination node. Destination is single schema. If partycode is Agent I want destination node with value of Fname. If partycode is not agent I want…
bigB
  • 55
  • 9
0
votes
1 answer

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 is named msg_AD_xxx_response) with masked values…
Emperor 2052
  • 517
  • 1
  • 5
  • 14
0
votes
1 answer

Extension function parameters or return values which have Clr type 'XmlQualifiedName' are not supported trying to use FILE.ReceivedFileName

I am creating import application using BizTalk. I have created File schema and Database tables schema and map those schemas as below: Also, I want Filename into the table so I created scripting functiod and its scripts as below: Now I am…
0
votes
1 answer

BizTalk - Concatenation of repetitive node with output to json array

I have something like below as input xml. As you can see, the node MIF can come multiple times (one or two times). Not app
Emperor 2052
  • 517
  • 1
  • 5
  • 14