namespace prefix ns0 is missing in root element on sql receive message.

Home Page Forums BizTalk 2004 – BizTalk 2010 namespace prefix ns0 is missing in root element on sql receive message.

Viewing 1 reply thread
  • Author
    Posts
    • #25008

      Coming instance from SQL:

      <AlRDetails xmlns=”http://”>    &nbsp; </AlRDetails>

      Need Instance

      <ns0:AlRDetails xmlns: ns0:=”http://”>    &nbsp; </ns0:AlRDetails>

       

       

    • #25010

      These two Xml examples are functionaly eqivalent. Both define a root node called AIRDetails in the “http://&#8221; namespace.
      Biztalk will treat both of these messages exactly the same.

      Can you explain the problem you are seeing?

      • #25012

        I have envelop schema..

        First instance.. envelop message with out namespace  is coming from sql receive ….it is not debaching using XMLReceive pipeline…When I am using same meesge which is coming from SQL then add namespace ns0 and publishing the manupulate messgae using File adapter …it is debaching…

        xmlReceive pipeline configure ..i did

        documentschema like …dllname.schemaname, dllname version…

         

         

        • #25013

          Error : This service instance exists to help debug routing failures for instance “{52AA14DB-1963-4F36-8F4E-561C360C83A9}”. The context of the message associated with this instance contains all the promoted properties at the time of the routing failure.

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