gorancito Posted October 24, 2014 Share Posted October 24, 2014 Hi, we are working in a web that make an order in a prestashop store on webservice We are making this steps - Create customer and address - Make the order in our web and send in a form (POST method) to our gateway (attach file) - The gateway take data, connect with webservice and make the cart ( cart creating is working) Now, when we want to pass cart to order, we are using XML schema from http://tienda.xxxxx....schema=synopsis and we get this error: PrestaShopWebserviceException: HTTP XML response is not parsable: array ( 0 => LibXMLError::__set_state(array( 'level' => 3, 'code' => 4, 'column' => 1, 'message' => 'Start tag expected, \'<\' not found ', 'file' => '', 'line' => 1, )), ) prestawebservice.txt Link to comment Share on other sites More sharing options...
Deathstorm Posted December 11, 2017 Share Posted December 11, 2017 Have you been able to solve this since i'm having the same issue Link to comment Share on other sites More sharing options...
Barama Posted March 3, 2018 Share Posted March 3, 2018 I am having the same issue. Link to comment Share on other sites More sharing options...
sooroos Posted March 9, 2018 Share Posted March 9, 2018 enable debug mode and you will get the right error message define('DEBUG', true); Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now