How the Remove Namespace Sample Works
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The second and third tests use the Remove Namespace component located in the NamespaceSampleSendPipeline pipeline. It takes as input a document with a namespace on the root node, such as the following:
<ns0:CanonicalOrder OrderID="OrderID_0" OrderDate="OrderDate_1"
Status="Status_2"
xmlns:ns0="http://schemas.microsoft.biztalk.esb.test.com/test">
The Remove Namespace component simply removes this namespace and returns a document that does not have a root node namespace, as shown here:
<CanonicalOrder OrderID="OrderID_0" OrderDate="OrderDate_1" Status="Status_2">