Feature blog image

Dec 23

Mapping an XML data type from a SQL stored procedure to a BizTalk schema

If you use the the WCF adapter wizard to generate the schema from the stored procedure then the XML data type is now of string type in the result set schema

By Mark Brimble
Feature blog image

Oct 10

Copying functoids from one map to another

Have you ever wanted to copy a complex set of logic from one map to another One of my young colleagues, Stephen Scott showed me a quick way to do this the

By Mark Brimble
Feature blog image

Sep 17

Catching a WCF fault in a BizTalk orchestration

I wanted to catch a WCF fault A quick search gave many hits about catching un-typed WCF faults for example

By Mark Brimble
Feature blog image

Aug 9

"Failed to update MessageBox server while creating BizTalk Host"

I was trying to add a new host to a new BizTalk server and got this error first; “failed to create SQL login and grant SQL privilege configurations on the

By Mark Brimble
Feature blog image

Aug 1

How to copy the entire node to element of string type in a map

I wanted to copy the entire Contact node in the map below to the ContactDetails element of type string I could have done this in an orchestration by assigning

By Mark Brimble

Jul 31

Using LoadGen to test Wcf-NetTCP binding

  I have just returned from holiday and have had to do a lot of performance monitoring on WCF adapters It took me a while to work out the settings in the

By Mark Brimble

Jun 23

Performance of the WCF-Basic HTTP Adapter

Zeeshan recently wrote about performance problems using the SOAP adapter(

By Mark Brimble
Feature blog image

May 5

The SQL Adapter and Apostrophes

I got an amusing call from a DBA the other day saying that the BizTalk SQL adapter was failing whenever he sent through a message that had an apostrophe in

By Mark Brimble
Feature blog image

Mar 28

Custom Party Resolution BizTalk Server 2006: Resolve party by POP3.From and square brackets

Recently I wrote a BizTalk Server 2006 custom pipeline component to resolve a custom party on the POP3From context value when an email was received I was

By Mark Brimble
Feature blog image

Mar 8

Many-to-one mappings using the Table Looping Functoid

I have found another solution to the scenario 2 that I blogged about a couple of weeks ago ("The values in the output message are an aggregation of the two

By Mark Brimble
turbo360

Back to Top