I'm running into an issue calling the default DumpOrder.xml.config file using the WSIImportTester application. I try the following xml and recieve the error below. Strangely, when I remove the string DumpOrder.xml.config It works, but still does not decrypt the CC #
XML Call:
<AspDotNetStorefrontImport Verbose="false">
<Get Table="Orders" Name="NewOrders">
<XmlPackage RuntimeParams="ShowCardNumber=true">DumpOrder.xml. config</XmlPackage>
<OrderBy>OrderDate asc</OrderBy>
<Criteria IsNew="1" />
</Get>
</AspDotNetStorefrontImport>
RESULT:
<?xml version="1.0" encoding="utf-16"?>
<AspDotNetStorefrontImportResult Version="" DateTime="5/13/2009 4:06:43 PM"><Get Table="Orders" Name="NewOrders" XmlPackage="DumpOrder.xml.config" IDColumn="OrdersID" DefaultWhereClause="" OrderBy="OrderDate asc"><Criteria IsNew="1"/><Error Message="Exception, Message=Invalid column name 'OrdersID'." /></AspDotNetStorefrontImportResult>