Reply To: In DB I get empty field

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

#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.