I get a 500 Internal Server Error if I create an user by webservice when http://doc.prestashop.com/pages/viewpage.action?pageId=29655350 is active
POST: myprestashop/api/customers?ws_key=xxxxxx
HEADERS: [{"key":"Content-Type","value":"text/xml","description":""}]
BODY:
<?xml version="1.0" encoding="UTF-8"?>
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<customer>
<firstname>user de francia</firstname>
<lastname>Targa</lastname>
<email>[email protected]</email>
<passwd>secret</passwd>
</customer>
</prestashop>
MODULE ACTIVE: "EXPERIENCIA DE USUARIO" http://doc.prestashop.com/pages/viewpage.action?pageId=29655350
Thanks