BizTalk Pipeline Configuration – Configure the properties for the MIME/SMIME Encoder pipeli...
In the Properties window, in the Pipeline Component Properties section, do the following Use thisTo do thisAdd Signing Cert To Message If the Signature
BizTalk Orchestration – Orchestration debugging inside Visual Studio – Part II (BizTalk 2009)
In my previous post ("BizTalk Orchestration – Orchestration debugging inside Visual Studio") I explain how to debug BizTalk 2004, 2006 or R2 orchestration
BizTalk Orchestration – Orchestration debugging inside Visual Studio
HAT it’s great for visual debug orchestration and see the track of the workflow, but there are some situations that we wish to could step through
Debug maps in BizTalk 2006/2006 R2 and in BizTalk 2009
This is a great feature, that in most cases overlooked, because maps can become very large, to the point that is difficult to read, very difficult to maintain
BizTalk Orchestration – Call Orchestration from another project or from another BizTalk Application
Imagine that we have 2 Visual Studio BizTalk Project: Project1 Orch1 Schema1 Project2 Orch2 And both are deployed to the same BizTalk Application,
How To import Add Reference from WSDL file
WSDL is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented
Introduction BizTalk Document Schemas
The XML Schema Definition (XSD) language natively defines message structure in BizTalk Server XML Schemas are the foundation of all scenarios and document
BizTalk Dynamic Send Port – How to implement retries, delivery notification and backup tran...
If you are using dynamic ports inside an orchestration, you have to configure BTSRetryCount and BTSRetryInterval properties on the message you want to send to
Multi-Part message – “use of unconstructed message ” – Error message when...
Sometimes when we try to build or deploy BizTalk solution, you may get the following error message: “Use of Unconstructed Message 'MessageName'” I
‘System.String’ must be Xml serializable to be a message part type
Sometimes, when I try to build my project I get the following compile-time error: "'SystemString' must be Xml serializable to be a message part type --