In DB I get empty field

Home Page Forums BizTalk 2013 & BizTalk 2013 R2 In DB I get empty field

Viewing 1 reply thread
  • Author
    Posts
    • #36744
      Vlad

        I have:
        receive port – Receive1
        simple XML:
        <root id = “1” name = “name” >
        <childs>
        <chilId id = “2” />
        </childs>
        </root>
        BAM Activity:
        id – BD Integer
        name – BD Text
        childId – BD Integer
        I bind message fields to activity fields.
        id = root -> id
        name = root -> name
        childId = root.childs.child -> id
        But in DB I get empty field childId.
        Can you help?

      • #37516
        George

          Good evening I am trying to insert EDI data into several tables using WCF-SQL. I have configured the SOAP Header as:

          <BtsActionMapping xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema”&gt;
          <Operation Name=”sp_name” Action=”TypedProcedure/dbo/sp_name” />
          </BtsActionMapping>

          My problem is that only one EDI element gets to the stored procedure with data, the others don’t. I have linked all elements’s fields.

          Thanks for any help you could give me.

      Viewing 1 reply thread
      • The forum ‘BizTalk 2013 & BizTalk 2013 R2’ is closed to new topics and replies.