HTML client calling ofbiz order service

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

HTML client calling ofbiz order service

Ranjith KR
Dear All,

my requirement is to call an ofbiz order check service from mobile app
client .it is a angular based mobile app. how can i call an ofbiz order
service for valid user to get list of order details.  What steps i need to
follow to call the service using J query  any code example will help ...
Thanks

*Thanks & Regards,*

*Ranjith KR*
Reply | Threaded
Open this post in threaded view
|

Re: HTML client calling ofbiz order service

Deepak Dixit-4
Hi Ranjith,

Please refer example component,
You can write your own service to fetch data and call it as controller
request.

Please refer createExampleAjax controller request for more reference, you
can also refer the getAssociatedStateList controller entry from
common-controller.xml

Kind Regards,
Deepak Dixit
DIRECTOR OF PRODUCT ENGINEERING
mobile: +91 9826754548
email: [hidden email]
*www.hotwax.co <http://www.hotwax.co/>*


On Tue, Jul 30, 2019 at 11:00 AM Ranjith KR <[hidden email]> wrote:

> Dear All,
>
> my requirement is to call an ofbiz order check service from mobile app
> client .it is a angular based mobile app. how can i call an ofbiz order
> service for valid user to get list of order details.  What steps i need to
> follow to call the service using J query  any code example will help ...
> Thanks
>
> *Thanks & Regards,*
>
> *Ranjith KR*
>
Reply | Threaded
Open this post in threaded view
|

Re: HTML client calling ofbiz order service

Ranjith KR
Hi Mr Deepak Dixit,

Thanks for your help, will refer the same .

Regards,
Ranjith KR

On Wed, Jul 31, 2019 at 12:16 AM Deepak Dixit <[hidden email]>
wrote:

> Hi Ranjith,
>
> Please refer example component,
> You can write your own service to fetch data and call it as controller
> request.
>
> Please refer createExampleAjax controller request for more reference, you
> can also refer the getAssociatedStateList controller entry from
> common-controller.xml
>
> Kind Regards,
> Deepak Dixit
> DIRECTOR OF PRODUCT ENGINEERING
> mobile: +91 9826754548
> email: [hidden email]
> *www.hotwax.co <http://www.hotwax.co/>*
>
>
> On Tue, Jul 30, 2019 at 11:00 AM Ranjith KR <[hidden email]> wrote:
>
> > Dear All,
> >
> > my requirement is to call an ofbiz order check service from mobile app
> > client .it is a angular based mobile app. how can i call an ofbiz order
> > service for valid user to get list of order details.  What steps i need
> to
> > follow to call the service using J query  any code example will help ...
> > Thanks
> >
> > *Thanks & Regards,*
> >
> > *Ranjith KR*
> >
>


--