legolas822 Posted November 10, 2013 Share Posted November 10, 2013 Hi, I was able to call webservices with c # and php, but now I need to call them with java. Could you help me? Thanks and Regards Marco Link to comment Share on other sites More sharing options...
pulktisinghal Posted March 12, 2014 Share Posted March 12, 2014 I would recommend using the Jersey framework in Java to access Prestashop webservices as a client. Here's a generic tutorial, just replace the URLs in that tutorial with Prestashop URLs. Link to comment Share on other sites More sharing options...
Totti Posted March 13, 2014 Share Posted March 13, 2014 With .net Framework ? Link to comment Share on other sites More sharing options...
Sanket Posted March 14, 2014 Share Posted March 14, 2014 Here is what can help you.. I have developed a client-lib which haldles the requests from java... what u need to do is to send the xml file in request. generally in outputstream of your java code. follow this link : https://github.com/sanketksharma/prestashop-client-library 1 Link to comment Share on other sites More sharing options...
Totti Posted March 15, 2014 Share Posted March 15, 2014 For .net Framework ? Link to comment Share on other sites More sharing options...
Sanket Posted March 18, 2014 Share Posted March 18, 2014 Yes you can make a call to this library via c#. Make call to action.php with proper parameters in url... Just chill and try with c#. I have not tried but i am sure that this will not make a difference for C#. And do not forget to give your feedback. 1 Link to comment Share on other sites More sharing options...
Totti Posted March 19, 2014 Share Posted March 19, 2014 I upgraded to the new version and it tells me that the library is incompatible with the 1.6. 1 Link to comment Share on other sites More sharing options...
Sanket Posted March 19, 2014 Share Posted March 19, 2014 I am not sure about prestashop 1.6. But try to check with 1.5.6. I will come back soon with the solution. 1 Link to comment Share on other sites More sharing options...
Sanket Posted March 19, 2014 Share Posted March 19, 2014 I upgraded to the new version and it tells me that the library is incompatible with the 1.6. Update PSWebserviceLibrary.php file with the following modification you will be able to access. Line number 46: const psCompatibleVersionsMax = '1.6.0.6'; 1 Link to comment Share on other sites More sharing options...
Totti Posted March 19, 2014 Share Posted March 19, 2014 Good !!!!!!!!!!!!!!!!!!!!! Thanks ! 1 Link to comment Share on other sites More sharing options...
zydor Posted May 12, 2015 Share Posted May 12, 2015 Hey Here you have PrestaShop WebService client written in Java : https://github.com/zydor/PrestaShopWebService-JavaClient 1 Link to comment Share on other sites More sharing options...
Recommended Posts