Envelope in xml assembloer

Home Page Forums BizTalk 2004 – BizTalk 2010 Envelope in xml assembloer

Viewing 1 reply thread
  • Author
    Posts
    • #22318

      Hi,

      I am having problems with the xml assembler in a custom pipeline. 

      I am attempting to wrap an xml message with a custom SOAP envelope with the xml assembler.  The envelope schema has numerous xmlns declarations and prefix alias that are required to be in the output.   I defined this schema as an envelope in the xml assembler and the output does in fact wrap the message in a SOAP header however the envelope only displays the xmlns definition for the envelope schema itself and not the other xmlns declarations explicitly defined in the envelope schema.  In addition, all the namespace aliases come accross as ns0, ns1, ns2… in the output as opposed to the aliases defined in the envelope schema.

      Does anyone know how to accomplish this?  Is there some way to configure the xml assembler  to output all of the xmlns declarations as well as utilize the namespace aliases defined in the xml schema for the envelope?

      Any input would be greatly appreciated!

      Thanks!

    • #22339

      Firstly the namespace prefixs can be any value you like. When an Xml Parser loads the document it just uses the prefix to determine the namespace an element is in. It will use the prefix to find the namespace definition in the file

      Can explain a bit more about the structure of you Soap Header, and  what namespace definitions are missing. Could you possibly post a sample?

      Also what adapter are you using?

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