problem of consuming xml message stored in database

Home Page Forums BizTalk 2004 – BizTalk 2010 problem of consuming xml message stored in database

Viewing 1 reply thread
  • Author
    Posts
    • #14196

      hi,

      earlier i had a issue of storing a xml directly into a field in database.i am able to do it.

      thanks for the help.

      now later i want to use this xml message stored in database to insert an order in other system.

      how should i query this xml message stored according to orderid using sql adapter of type receive.

      i tried by writing a stored procedure and using sql adapter of type recv.the schema generated gives a error that one of types is not defined.as the message contains xml itself.

      i was not able to select that data using xml elements,xmldata or xml auto as it contains an entire xml with namespace.

      after getting this xml message in db as one field in schema, i want to contruct the message for schema to which xml in database corresponds.

      then after constructing that message i will be able to process it further.

      please help it is urgent.

    • #14197

      Have you checked out my sample on Working with SQL Data in BizTalk 2006?

      That same approach should work in 2004.

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