Home Page › Forums › BizTalk 2013 & BizTalk 2013 R2 › In DB I get empty field › Reply To: In DB I get empty field
February 24, 2018 at 10:15 PM
#37516
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” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
<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.