BizTalk News – Issue #14

0
Great Stuff! Building an Azure based Integration Platform  New version of BizTalk Deployment Utility (BizTalk Diff) is now available BizTalk Mapping Patterns and Best Practices book released WorkflowChannel for Windows Azure BizTalk...

Using xpath function in orchestrations

Xpath is a function that can be used in any orchestration to set and retrieve data from/to messages.The syntax is very simple:Set a value in message xpath(message, "xpathQuery") =...

BizTalk 2004: Message Brokers com Orquestrações

0
O Message Broker é um padrão de desenho conhecido, e que tem uma implementação simples com BizTalk 2004. Esta implementação baseia-se totalmente nos mecanismos de Messaging do BizTalk: as...

Developing a WCF Service

0
It is typical to have projects based on a client-server architecture where the server publishes a number of services. These services are normally Web-Services, and as so are available...

BizTalk Server 2006 Developer Training – 9 a 12 de Maio @ Microsoft –...

0
Durante a próxima semana vou dar uma workshop prática de 4 dias na Microsoft, no Tagus Park, sobre BizTalk Server 2006, destinada a clientes e parceiros Microsoft. A agenda inclui...

Debugging Windows Services

0
Recently I had to develop my first Windows Service in C#. I had already done Services in C++, and I was used to launch and debug the Services thru Visual Studio...

Object Orientation, herança, gets e sets, módulos e BizTalk

0
No seguimento de uma apresentação do GASP no Porto, dedicada a Padrões de Desenho, e de uma recomendação nesse sentido, comecei a ler um livro chamado “Holub on Patterns:...

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 to the output messages by...

BizTalk 2006+

0
Apareceu no Microsoft Watch uma notícia sobre as novas versões do BizTalk:   "The BizTalk team's first order of business this year is to roll out BizTalk Server 2004 Service Pack...

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 put it to work, but...