Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
98 views

xs:string field element in BizTalk schema changes to Uint16

I have a schema defined in my BizTalk project, from a JSON instance. The instance key/values are in double quotations so they this means they are strings. But the JSON Schema Wizard set it as xs:...
AmirMohammad Biuki's user avatar
0 votes
2 answers
231 views

Integration Account Project on Visual Studio 2015 - Add generated item tab for create schemas from endpoint, wsdl, etc

Using VisualStudio 2015 on a BizTalk server Environment, I have some templates for generating xsd schemas, starting from various sources, like endpoint of active services, wsdl files, etc. Now I'm ...
Daniele's user avatar
  • 43
0 votes
2 answers
239 views

Sending JSON with numeric and guid attribute names

from BizTalk I have to send an JSON file which looks like this. [ { "attr": { "b587d548-8aa6-42b7-b292-0f3e13452c35": { "1": "-2.073420455529934786" ...
mburm's user avatar
  • 1,493
0 votes
1 answer
192 views

Is there a way to handle/ignore inline xsd in received xml file in biztalk?

Client sends a file containing customer data in xml. The problem is that it also contains the xsd they use. Is there a way when setting up the source schema in biztalk to make it validate while ...
SJBilly's user avatar
0 votes
1 answer
360 views

Invalid cast from 'System.String' to 'System.Guid' in BizTalk map

I have an SQL stored procedure to insert data in database that take two parameter where the first is an int and the second is an UniqueIdentifier. I have consumed the SQL schemas in my BizTalk ...
Balatharan's user avatar
0 votes
1 answer
540 views

Re-use schemas within BizTalk solution using XSD Import (Importing types from another schema/namespace)?

I have crated schema project and use consume adapter service wizard to generate schema for SQL DB table to perform insert operation. (Filename Prefix : Batch_) How to overcome with issue when I ...
Dipen Patel's user avatar
0 votes
1 answer
260 views

BizTalk schema- Make Field Element tag name same a headers

I have a delimited file like this. Name;ID;Type ABC;1;Blue PQR;2;Black I am trying to make a flat file schema for the above data. But I am not able to find a way to make the XML tags match the ...
Pratish Nair's user avatar
0 votes
2 answers
731 views

Flat file schema validation using regular expression - not allow new line and delimiter char

I know this must be primitive question but I am still not able to find a solution to my simple problem. In a BizTalk solution, I want to validate a inbound flat file against a flat file schema (...
pgcan's user avatar
  • 1,219
1 vote
1 answer
441 views

Discard arbitrary header lines in BizTalk Flat File processing?

I found these related threads, but they do not answer my question directly: BizTalk - Flat file with Header multiple records and Footer - Disassemble problem Removing header from a flat file in ...
bwerks's user avatar
  • 8,941
0 votes
1 answer
6k views

Invalid Child Element

I am trying to do some experiment on envelope in BizTalk 2010 when one message will compose of multiple items. I have the schema for the envelope as follow: Envelope: <?xml version="1.0" encoding=...
user1205746's user avatar
  • 3,356
1 vote
1 answer
495 views

BizTalk file/ message splitting

I have a requirement in which I have to split the file contents based on value of the first column of the comma separated values in the source file. Number of files to be generated in output depends ...
Mayur Jadhav's user avatar
1 vote
1 answer
385 views

Complex Flat file, is this even possible to do with a Flat file schema in BTS2013R2?

I have been given the task to create an integration between a customers system and an internal system. The customer sends a flat file which I have a hard time getting my head around how to parse using ...
JaggenSWE's user avatar
  • 2,084
-1 votes
2 answers
2k views

How to set value in expression for scheme in BizTalk orchestration?

When I want to compile, an error shown use of unconstructed message My code for expression is: Message_2.Approved == false XML code in scheme Article.xsd: <xs:element name="Approved"> &...
Bahman's user avatar
  • 15
0 votes
1 answer
24 views

Eliminating file tag from file at schema Level in Biztalk

I have sequential file where data is as below, 101 name1 ABC 1234 102 name2 ABC 1234 103 name3 ABC 1234 104 name4 ABC 1234 My schema passes though a pipeline. Here my concern is, I want to ...
Shrilata Ellaboina's user avatar
0 votes
2 answers
659 views

BizTalk Dynamic Disassembler Problems - The body part is NULL

I started with the solution here http://social.technet.microsoft.com/wiki/contents/articles/20547.biztalk-server-dynamic-schema-resolver-real-scenario.aspx which matches my scenario perfectly except ...
user3086028's user avatar
1 vote
1 answer
1k views

BizTalk Map with Multiple Output Messages

I know it is possible to create a map that takes one input message and outputs multiple messages within an orchestration. When you do the reverse of this i.e. merge many messages into one. The '...
Nigel B's user avatar
  • 3,597
1 vote
1 answer
996 views

What is the code created by the BizTalk WCF Service Publishing Wizard?

We have exposed a BizTalk Schema as a WCF service for a third party vendor so that they can push messages onto our ESB. The WCF service has a single function which accepts and returns messages of ...
Nigel B's user avatar
  • 3,597
1 vote
1 answer
476 views

how to reference MSH_25_GLO_DEF schema from other assembly/schema

I've built an assembly with the BTAHL7V2X schemas (MSH_25_GLO_DEF, etc). In another assembly, I need to create a schema, where one of the elements is of type MSH_25_GLO_DEF. In my BTAHL7V2XCommon ...
Jeremy's user avatar
  • 46.3k