Tiago Oliveira
BizTalk Server – HL7 Error: Failure executing BTAHL72XSendPipeline “Body schema is...
Recently I had a requirement to generate an HL7 ORM to send to Oracle.
To fulfill the requirements, an HL7 message must be generated inline...
BizTalk Server HL7 – Strange break lines in MSH segment
If you create an HL7 MSH segment with XmlDocument, you can get a strange break line in all empty values, like in the following...
VSTS – How to link a GIT commit with backlog task...
It's very easy and recommended to link all GIT commits with VSTS scrum backlog tasks or bugs.
Just put the task or bug "id" in...
BTDF – How to config BRE policies or vocabularies
Greetings to all BizTalk programmers :)
There's not much information how to properly add a BRE rule in a BTDF deployment script.
It's very easy to...
BTDF – Generate specific environment binding
BizTalk Deployment Framework (BTDF) is known as the best way to perform BizTalk artifacts installation.
It's also the only way (I know) to create an...
BizTalk Server Single Sign On – Save config data in SSO
This is my last post about using SSO on Biztalk Server. In this post I will show how to set and retrieve configuration data...
BizTalk Server Single Sign On – Using SSO with adapters
In BizTalk Server there are several adapters that automatically support SSO without any code.
Many BizTalk Adapters already support this feature, like SQL, most of WCF, Oracle,...
BizTalk Server Single Sign On – Get mapped credential by code
This is my second post about using single sign on in Biztalk Server.
In this post i will show how to access mapped credentials by...
BizTalk Server Single Sign On Configuration
This is my first post (in a total of four) about using SSO on BizTalk Server.
In this post i will show how to config...
Biztalk xml header processing
When we use infopath or similar technologies with biztalk, the messages have always a xml processing header. Biztalk does not copy xml processing header...