-
There is plenty of information on the Net relating to being able to send an HTML email from BizTalk using a dynamic SMTP port and an orchestration (see here and here ). At a client I needed to achieve the same objective, but without the use of an...
-
FixEncoding provides two custom components that can help you resolve issues when resolving charset/encoding issues when receiving or sending messages. http://github.com/tomasr/fixencoding/tree/master Subscribe in a reader Join my blog network on Facebook...
-
Here is a link to a somewhat usefull library to assist in the testing of pipelines and pipeline components. http://www.winterdom.com/weblog/2007/08/09/PipelineTesting11Released.aspx Subscribe in a reader Join my blog network on Facebook Blog Networks...
-
The Issue Earlier this week Bennie Wentzel , a developer from a customer I was engaged with last year, posed me a question which went something like this: If I have a synchronous web service receive port, how can I return the result of a map on this receive...
-
In my previous post on the default behaviour of the XMLReceive pipeline with respect to validating a message against a schema I detailed the creation of what I termed the "XMLValidatingReceive Pipeline". In response to this posting, Payal...
-
The ability to rigidly define the content of a data field is an essential element in any structured data definition. It is no surprise therefore one can define data constraints on elements and attributes in a schema through the means of various...