Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to Write Custom pipeline component to remove ns0: namespace from the message › Re: How to Write Custom pipeline component to remove ns0: namespace from the message
February 1, 2010 at 4:43 AM
#24166
Hi. You will find how to write custom pipeline in Biztalk Hothod magazine
http://biztalkhotrod.com/Documents/Issue8_Q4_2009.pdf
page 63
However, there is many other ways to remove namespace from the message, like with message assignment, and custom dll.