Exposing a REST Webservice in OfBiz

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

Exposing a REST Webservice in OfBiz

Sreekanth S
Hi,
I want to expose some functionality/api as REST Webservice in Ofbiz to be
consumed by an external application.
I got the documentation at - "
https://cwiki.apache.org/confluence/display/OFBIZ/Export+service+using+REST
".

But it says -"Apache Wink is retired. For new REST implementations, it is
not recommended to use it.This tutorial does not work with OFBIz Release
16.11 and above."

Is there an updated documentation or steps for this.

Thanks,
Sreekanth S
Reply | Threaded
Open this post in threaded view
|

Re: Exposing a REST Webservice in OfBiz

Jacques Le Roux
Administrator
Hi Sreekanth,

Unfortunately it's a WIP which is mostly stale at the moment.

Please see

https://issues.apache.org/jira/browse/OFBIZ-4274
https://issues.apache.org/jira/browse/OFBIZ-11007

Jacques

Le 31/07/2019 à 05:40, Sreekanth S a écrit :

> Hi,
> I want to expose some functionality/api as REST Webservice in Ofbiz to be
> consumed by an external application.
> I got the documentation at - "
> https://cwiki.apache.org/confluence/display/OFBIZ/Export+service+using+REST
> ".
>
> But it says -"Apache Wink is retired. For new REST implementations, it is
> not recommended to use it.This tutorial does not work with OFBIz Release
> 16.11 and above."
>
> Is there an updated documentation or steps for this.
>
> Thanks,
> Sreekanth S
>
Reply | Threaded
Open this post in threaded view
|

Re: Exposing a REST Webservice in OfBiz

Lokesh
Hi All,

Is the JAX-RS based implementation to expose RESTFul API's a way forward
here for OFBiz 16.11 version?

Any pointers or successful attempts?

Regards
Lokesh



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
grv
Reply | Threaded
Open this post in threaded view
|

Re: Exposing a REST Webservice in OfBiz

grv
JAX-RS 2.0 should be the version to go with. Then, you can go with whatever
implementation you want to choose from - Jersey, RESTEasy, Apache CXF. You
should be able to set up 2.0 nicely with OFBiz 16.11.

Best,
Girish

On Thu, Aug 22, 2019 at 7:33 AM Lokesh <[hidden email]> wrote:

> Hi All,
>
> Is the JAX-RS based implementation to expose RESTFul API's a way forward
> here for OFBiz 16.11 version?
>
> Any pointers or successful attempts?
>
> Regards
> Lokesh
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>