I am getting the products uploaded to our development site, and am having issues with the images. I create a product message, with only the "product" "images" and "large" elements in the message. i get back a status OK on the update from WSI. I reset my cache, but still, it shows no image attached to the product. i have double checked the GUID for the product, and it is valid. i can update the fields associated with the product, but cannot seem to get the image uploaded.
i went so far as to dump it to my local drive before sending it, and the image is a valid jpg. then, i base64 encode it and stuff it into the <Large> element, but it never shows up on the site, even after cache reset.
any ideas?