Questions tagged [biztalk]

Microsoft BizTalk Server is a server product for Business Process Management and Enterprise Application Integration, developed by Microsoft.

Microsoft BizTalk Server is a server product for Business Process Management and Enterprise Application Integration, developed by Microsoft.

BizTalk enables organizations to integrate their business processes and manage through the exchange of electronic business documents (such as purchase orders, invoices, delivery notes, etc.) between applications in XML and other formats, as well as outside the boundaries of the organization. BizTalk supports several standard EDI formats such as EDIFACT, X12 and RosettaNet, and there are plenty of adapters available for facilitating connections to several platforms (including SAP and PeopleSoft) via various protocols such as HTTP, FTP, FTPS and SMTP.

BizTalk Server uses the Microsoft .NET technology and supports both SOAP and RESTful and Web Services. Software for BizTalk Server is done through Visual Studio .NET.

A mature product on its 11th release, BizTalk Server 2020 provides a solution that allows organizations to more easily connect disparate systems. Including over 25 multi-platform adapters and a robust messaging infrastructure, BizTalk Server provides connectivity between core systems both inside and outside your organization. In addition to integration functionality, BizTalk also provides strong durable messaging, a business rules engine (BRE), EDI connectivity, Business Activity Monitoring (BAM), RFID capabilities and IBM Host/Mainframe connectivity.

The BizTalk messaging system is mainly based on XML, as all incoming messages to this Middleware, such as flatfiles or JSON, are converted into a readable XML message, through a pipeline. BizTalk then lets you develop your own logic to process the messages through the application. The three main kinds of processing are done through Orchestrations, Maps and XSLT code.

BizTalk Server 2013 R2 has added more Cloud Integration capabilities and has added support for REST, and BizTalk 2016 added even more cloud integration. BizTalk 2020 rolled up the features introduced in BizTalk 2016 Feature packs into the main release.

Understanding BizTalk Server

BizTalk Server core documentation

What's New in BizTalk Server 2013 and 2013 R2

What's New in BizTalk Server 2016

What's New in BizTalk Server 2020

3358 questions
0
votes
1 answer

Biztalk message properties visible across applications?

I have an existing schemas assembly from an already deployed BizTalk application. This assembly contains a property schema containing some properties which are promoted from the message body. The problem I am having is that I want to configure a…
tom redfern
  • 28,053
  • 12
  • 86
  • 116
0
votes
1 answer

What types of components can you put in the pre-assemble stage of a biztalk pipeline?

I want to put a custom component that removes a namespace in the pre-assemble stage of biztalk pipeline. Is that possible?
marko
  • 9,489
  • 16
  • 66
  • 88
0
votes
1 answer

biztalk esb toolkit newbie, after adding an itinerary step, should I restart biztalk host instance?

I am very new to esbtoolkit. If I change my current itinerary to include an extra step and a new subscription to subscribe to the new step, after deploy my orchestration, should I restart my biztalk host instance to make the step effective? Is it…
TOMMY WANG
  • 1,286
  • 3
  • 15
  • 35
0
votes
0 answers

stepping into webservice from .NET app

I'm working with another developer who is trying to send an XML document from his .NET app to a webservice on my development server which will then be passed through BizTalk. This has worked in the past but recently he's been getting Unable to…
DarkW1nter
  • 2,807
  • 9
  • 54
  • 107
0
votes
1 answer

Cumulative Maximum, calculate for every parent record

Have anyone used the Cumulative Maximum functoid and noticed performance problems? Abstract If one wants to map the maximum value of a field you can use the functoid Cumulative Maximum. Problem After we had used it for a while we noticed degraded…
Martin Bring
  • 1,106
  • 1
  • 7
  • 15
0
votes
1 answer

Log4net with BizTalk 2010

Has anyone used Log4Net within BizTalk 2010 Orchestrations before? Recently I ported my BizTalk solution from BizTalk 2006 R2 to BizTalk 2010. The log4net I'm using is the wrapper written by Scott Colestock. After migrating to BizTalk 2010, the logs…
lyf
  • 85
  • 5
0
votes
2 answers

using wcf-sql adapter

I need to poll the data in xml format and map it to the EDI 834......... I have written the stored procedure using for xml auto,element when i consume it using add adapter metadata i am getting a xml message.... but i need to use this xml message to…
user1104946
  • 648
  • 1
  • 8
  • 27
0
votes
1 answer

Error calling a WS-Security + SSL Service with WCF-WSHttp BizTalk 2010 Adapter

I am calling a Web Service using BizTalk Server 2010 and WCF-WSHttp adapter. The Web service is published on HTTPS and the requests must be sent using WS-Security signed with a certificate. These are the adapter configuration: General -> Transport…
jmgs
  • 31
  • 1
  • 4
0
votes
2 answers

using both 837P Multiple and Single schema

I have one application which is using 837P Muliple achema.Now i have another application which needs to use 837P single schema.but how to use 837P Single schema.As both have same namespace and root node.so i cant use schema from that application…
user1104946
  • 648
  • 1
  • 8
  • 27
0
votes
1 answer

Override BizTalk FTPS Adapter Settings

When using the FTPS adapter to connect to an FTP site with SSL/TLS, I'm getting the following error: The server name in the server certificate does not match with the name of the physical server. Make sure you provide the right server name. ". Is…
user7607
0
votes
2 answers

Polling large Data from the database

I have written stored procedure to poll the data from the database in biztalk.but the datasize is very large its around 80MB...Due to which i am getting error.Does anyone knows what configuration do i need to change to poll that much big amount of…
user1104946
  • 648
  • 1
  • 8
  • 27
0
votes
1 answer

Envelope schema without payload : timeout

I have a request-response port a receive location holding WCF-BasicHttp adapter. The receive location has a custom pipeline attached where I have put an XML Disassembler in it hold an envelope schema. That envelope schema is a request holding some…
Patrick Peters
  • 9,103
  • 7
  • 53
  • 99
0
votes
1 answer

Unable to use ISA11 as repetition separator when converting 4010 to 5010 file in BizTalk 2010

I'm creating a simple BizTalk 2010 process that will convert a 4010 835 file to 5010 format. I have a receive port that accepts the 4010 835, and a send port to drop the 5010 version to. There's a map attached to the receive port, so there's no…
Bill Osuch
  • 408
  • 3
  • 17
0
votes
1 answer

Send port in Biztalk while configuring agreement

What does Send Port signify in Party Agreement Configuration. I have configure Agreement many time.But i never understood why is send port is given. please let me know what does send port signify in party Agreement configuraion and what is the use…
user1104946
  • 648
  • 1
  • 8
  • 27
0
votes
1 answer

BizTalk & WCF Service: Couldn't find type for class System Diagnostics.TextWriterTraceListener?

I created a simple orchestration to call a WCF service and get response from it. Web service method is very simple: string GetSimple(int value) BizTalk monitors a folder and receives activation message using FILE adapter from there, then constructs…
mmdemirbas
  • 8,486
  • 5
  • 44
  • 51
1 2 3
99
100