Assign namespace to root element in vb.net

Home Page Forums BizTalk 2004 – BizTalk 2010 Assign namespace to root element in vb.net

Viewing 0 reply threads
  • Author
    Posts
    • #17662

      Hi everyone,

      I've been writing a disassambler component for BTS2006. The component works fine with one exception. The root node of the outcoming xml is not in the target namespace. I found some examples for c# where you can assign the namespace to a class which will be serialized like this

      [XmlType("testResults",
      Namespace = "urn:testResults.namespace.com")]
      public class TestResults
      {
      }

      I searched for examples in vb but there seems to be nothing out there. Can anyone point me to a solution for this?

Viewing 0 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.