Jump to content

500 Internal Server Error


Recommended Posts

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

Edited by jtargui (see edit history)
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...