Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-11 Thread Jacques Le Roux
Thank you both \o/ Jacques Le 11/06/2017 à 12:28, Michael Brohl a écrit : I've fixed the reported errors in the wiki tutorial. Thanks again for reporting, Daniel! Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 10.06.17 um 21:37 schrieb Daniel Coric: Hi Michael, that, with "the

Re: Restful Api For Ecommerce Module

2017-06-11 Thread Michael Brohl
Hi Abhishek, I think this depends on what you want to achieve. Do you want to receive data (in Json format) to be displayed by the native UI of your app? Or do you just want to display the pages as they are delivered from standard OFBiz? The ecommerce main page shows different data like

Re: Restful Api For Ecommerce Module

2017-06-11 Thread Abhishek Sharma
Thanks Michael for replying on this thread. What about the requests which are served using Groovy? For example, the request " https://localhost:8443/ecommerce/control/main; is served by groovy and ftl to display the main page. How should i modify it to display the output in android native app?

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-11 Thread Michael Brohl
I've fixed the reported errors in the wiki tutorial. Thanks again for reporting, Daniel! Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 10.06.17 um 21:37 schrieb Daniel Coric: Hi Michael, that, with "the crystal ball"... totally unnecessary... as Donald Trump would say. ;) This

Re: Restful Api For Ecommerce Module

2017-06-11 Thread Michael Brohl
Hi Abhishek, there is a JSON response handler available in OFBiz, see common-controller.xml: invoke="jsonResponseFromRequestAttributes"/> You can find some examples how it's used in the request-controller searching for value="json" in the