Jump to content

Uploading images using SOAPUI


yazilimci

Recommended Posts

Hi,

 

I am using PrestaShop API. I want to upload / update images. But I am having a problem with this.

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
    <image>
	<content encode="base64">....(base64 Content)....</content>	
    </image>    
</prestashop>

I give the product ID in the URL section, then POST.

 

I get this error

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
   <errors>
      <error>
         <code>66</code>
         <message>Unable to save this image</message>
      </error>
   </errors>
</prestashop>

I'm waiting for your help.  

Thanks.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...