Pages

BizTalk : Making Web / WCF service Call implementing Fault Exception Handling & Retry Mechanism

Thursday, December 27, 2012
This blog post contains some guidelines for consuming web services, with a focus on exception handling.  We will both handle pure messaging scenario and web service calls from within an orchestration.  I also make a distinguishment between asynchronous and synchronous flows.  Synchronous means that the flow needs...
Read more ...

BizTalk Q & A: Convert pipeline message to XDocument

Thursday, December 27, 2012
Q: How can I transform an  Microsoft.BizTalk.Message.Interop.IBaseMessaget to XDocument to make changes in the message. And how I canrecreate my message after changes ?publicMicrosoft.BizTalk.Message.Interop.IBaseMessageExecute(Microsoft.BizTalk.Component.Interop.IPipelineContextpc,                                                                     ...
Read more ...

BizTalk EDI Error SOLVED : There was a failure executing the receive pipeline: Microsoft.BizTalk.Edi.DefaultPipelines.EdiReceive Reason: No Disassemble stage components can recognize the data.

Wednesday, December 26, 2012
In my last two posts I showed two possible errors, and their respective solutions, that can happen when we are validating dummy EDI message, provided by our partners, against the schema using Visual Studio, but these errors could also happen in runtime. In this post I will show you one common error when we are validating an EDI solution. After I deploy and correctly configured the solution, I was trying to receive an EDI...
Read more ...