Questions tagged [biztalk-2013]

Microsoft BizTalk Server 2013 is is the 8th version of a server product for Business process integration platform that supports building XML schema, schema transformation, establishing trading partner relationships over the Internet, and tracking and analyzing data and documents that are exchanged. It uses Microsoft .NET 4.5 and is done in Visual Studio 2012.

427 questions
6
votes
1 answer

BizTalk Server 2013 Rest Error Handling

I'm using BizTalk Server 2013 WCF-WebHttp adapter to call REST API SalesForce. When I receive HTTP Status code different from 200, my orchestration catch the SystemException, but I still have a send port instance suspended. Is there any "native"…
Larysa SUDAS
  • 61
  • 1
  • 3
6
votes
5 answers

Will/Does Visual Studio 2013 support BizTalk 2013 projects?

In my limited experience with BizTalk it seems that BizTalk projects and Visual Studio version are somewhat locked to each other. For example, you can't open a BizTalk 2010 project in Visual Studio 2012, you have to have BizTalk 2013 components…
Bensonius
  • 1,501
  • 1
  • 15
  • 39
5
votes
1 answer

BizTalk 2013 - 256 Character limit on URL when exposing REST endpoint via WCF-WebHttp

I am currently working on a requirement to provide routing for a large mapping request, which can have up to 30 querystring items. On developing my BizTalk project, I have been successful in accepting a http request with a small number of…
Carl
  • 83
  • 7
5
votes
4 answers

BizTalk envelope schema self-closing node

I have created a BizTalk receive location which has a subscribing send port which accepts an enveloped message and splits into separate messages just using the XML Receive Pipeline.
mizzle
  • 578
  • 1
  • 6
  • 23
5
votes
1 answer

Biztalk Pipelines

We have started using Biztalk 2013 and Visual Studio 2012. We have discovered a strange isssue with pipelines. A pipeline toolbox is empty! I have imported a pipeline from a previous project, which used Biztalk 2010 and Visual Studio 2010, and heres…
Arsen Magomedov
  • 480
  • 8
  • 21
4
votes
0 answers

BizTalk Oracle Wcf Adapter Not Closing after Response

Running BizTalk 2013r2 standard. I have a WCF-Custom Oracle send port to select data from an Oracle database. This is bound to an orchestration which has been working great until last week. It has timeouts set as follows: In the event of a timeout,…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
4
votes
1 answer

Debatching Biztalk Flatfile Schema with nested repeating nodes

I have a flatfile with nested repeating nodes that needs needs to be debatched to single records. The flatfile: ABC DEF 1234.456789012345678 000000123456L01 Supplier 0 001000123456L01 00301Address 1 …
frummel
  • 53
  • 6
4
votes
4 answers

BizTalk 2013 file receive location trigger on non-event

I have a file receive location which is schedule to run at specific time of day. I need to trigger a alert or mail if receive location is unable to find any file at that location. I know I can create custom components or I can use BizTalk 360 to do…
4
votes
1 answer

Get HTTP error code in BizTalk when consuming rest

Using BizTalk 2013 I'm consuming a rest service with WCF-WebHttp adapter. It is possible to capture the status code of failing requests and use this fault handling code? I've read this blog. This describes a solution using wfc custom. I don't want…
magnarwium
  • 235
  • 2
  • 14
4
votes
1 answer

AddressFilter mismatch using BizTalk REST adapter - why?

I'm trying out the BizTalk 2013 REST functionality using the WCF-WebHttp adapter. I'm trying to simulate the behaviour of a REST API that is publicly available - the Nordnet nExt API. In particular, I'm trying to simulate the behaviour of the login…
Tom W
  • 5,108
  • 4
  • 30
  • 52
4
votes
2 answers

Biztalk Sharepoint Adapter Permissions Error

Pretty basic question I think, but I'm kind of at a loss. I'm trying to do some Biztalk->Sharepoint integration. Eventually I'll be moving to dynamic ports etc. but right now all I'm trying to do is add an item to a list in sharepoint. I have a…
Ryanman
  • 880
  • 1
  • 8
  • 20
4
votes
1 answer

Using BizTalk Web Service to re-publish an internal Web Service

I'm trying to use BizTalk for communicating between two web services. It has to be like this: Service1 gets an input and sends message through BizTalk to Service2, Service2 responds that message, forwards it to BizTalk, and delivers it to…
Ferit
  • 8,692
  • 8
  • 34
  • 59
3
votes
0 answers

How to prevent BizTalk 2013/R2 WCF-WebHttp Rest SendPort from Suspending on Http Status=400

I'm calling a vendor's REST service from a BizTalk orchestration using a WCF-WebHttp SendPort. Even though I capture this System.Exception in an orchestration with a scope.exception, the SendPort remains suspended. Is there anyway to prevent the…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
3
votes
1 answer

BizTalk custom pipeline parsing POP3 PDF attachment error

I have a BizTalk custom pipeline component where I'm parsing a PDF attachment using itexsharp into a custom model. The pipeline is bound to a POP3 receiving port. In the new created message if I return the attachment stream…
Trasnea Daniel
  • 307
  • 2
  • 12
3
votes
2 answers

Inserting/Updating a SQL Server table using stored procedure in BizTalk

I am currently working on getting a set of records from a view in the Oracle database and trying to insert/update them in to the table in the SQL Server table depending on a column using BizTalk. For this I created a stored procedure: Create…
Sid
  • 119
  • 1
  • 5
  • 16
1
2 3
28 29