I am trying to do the test import defined in the WSI documentation
<Entity EntityType="Category " Action="Add">
<Name>Books</Name>
</Entity>
the return I get is
<?xml version="1.0" encoding="utf-8"?>
<AspDotNetStorefrontImportResult Version="" DateTime="10/13/2009 1:13:45 PM">
<Error Message="Missing AspDotNetStorefrontImport Root Element!!" />
</AspDotNetStorefrontImportResult>
I cant figure out what I am doing wrong. Please help me out here. Thanks