I have tried several ways to import an XML file into datastore. I have used
//ll_Rtn = lds_ack.ImportString(ls_input, 2, 6, 0, 0, 2)
I get ll_rtn = -4
Invalid Input
ll_Rtn = lds_ack.ImportFile(XML!,ls_FullPath)
I get ll_rtn = -11
XML Parsing Error; XML parser libraries not found or XML not well formed.
Here is the data I need to import into the datastore:
<?xml version="1.0" encoding="utf-8"?>
<InboundResponse TransactionType="eRS Inbound">
<TransactionStatus>SUCCESS</TransactionStatus>
<TransactionMessage>Pump has been succesfully received at Pump Service Center on 9/15/2010 11:12:38</TransactionMessage>
<ReceiveDate>2010-09-15T11:12:38-04:00</ReceiveDate>
<SN>1000659</SN>
<RMA>880899</RMA>
<Event>2</Event>
</InboundResponse>
//ll_Rtn = lds_ack.ImportString(ls_input, 2, 6, 0, 0, 2)
I get ll_rtn = -4
Invalid Input
ll_Rtn = lds_ack.ImportFile(XML!,ls_FullPath)
I get ll_rtn = -11
XML Parsing Error; XML parser libraries not found or XML not well formed.
Here is the data I need to import into the datastore:
<?xml version="1.0" encoding="utf-8"?>
<InboundResponse TransactionType="eRS Inbound">
<TransactionStatus>SUCCESS</TransactionStatus>
<TransactionMessage>Pump has been succesfully received at Pump Service Center on 9/15/2010 11:12:38</TransactionMessage>
<ReceiveDate>2010-09-15T11:12:38-04:00</ReceiveDate>
<SN>1000659</SN>
<RMA>880899</RMA>
<Event>2</Event>
</InboundResponse>