I have been unable to figure out how to nuke a customer with the WSI. I've tried using the Customer node and setting the action to "Nuke" and included the ID, GUID, both... and I still haven't been able to successfully nuke a customer. The WSI returns that the import was successful, but the customer is still there. Here is the XML I sent to the WSI:
Code:
<AspDotNetStorefrontImport Version="9.2" AutoCleanup="true" Verbose="true">
<Customer Action="Nuke" ID="67894" />
</AspDotNetStorefrontImport>";
And the returned XML:
[CODE]<?xml version="1.0" encoding="utf-8"?>
<AspDotNetStorefrontImportResult Version="7.1" DateTime="2/8/2013 6:19:54 PM">
<Verbose Message="Import Starting" />
<Transaction Name="WSIService">
<Commit />
</Transaction>
<Verbose Message="Import Completed" />
</AspDotNetStorefrontImportResult>[CODE]
Any help would be greatly appreciated.
Thanks