I have an upload tool which uses WSI. Lately, I've been having an issue, where random items out of a whole spreadsheet are not getting inserted/updated. There are no errors, but the items just don't come in.

How can I view the entire resulting import statements? When I do
Code:
string result = CallStorefrontWebService(strProductXML);
result is empty.

TIA,
Chana