I am not sure if this is a change in the way the program works or if it is caused by something I'm uploading.
Right now I am uploading products into the system and updating them through the WSI. It works fine until I try to upload the "Description" using CDATA inside the <Description></Description>. I've run one product and it works fine, but when I run all of my products about 1000, some sort of error is occurring in the WSI that yields no result XML. The return from invoking the call is empty string. So I think something failed, but I have no idea which item did.
I suppose I could send updates one at a time instead of in a bulk hit and that would make it so that I can isolate the problem, but I'd rather just get some sort of error, even if it is an error caused by trying to report the error.
When the result of the operation is successful, I get a list of products that succesfully synchronized.
Thanks for the help!