WebServices Architecture

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

WebServices Architecture

Pedro Lopes
I do not have much experience in java, although i have some experience of
.NET.
From what i've seen in some questions asked on this mailing list, it seems
to me that the core services of OFBiz platform respond as XML WebServices,
decoupling the visual browser implementation details from the business
layer components themselves am i wrong? This could be specially interesting
to implement some interface functionality that needs to be responsive,
based on Bootstrap, Knockout, SignalR and ASP.NET MVC for example.

Is this interoperability possible?

Thank you,

Pedro
Reply | Threaded
Open this post in threaded view
|

Re: WebServices Architecture

Pierre Smits
Hi Pedro,

Yes, OFBiz services can be exposed as web services. Basically that comes
down to adding a  export="true" flag in services, and some are already
enabled.

Best regards,

Pierre Smits

*OFBiz Extensions Marketplace*
http://oem.ofbizci.net/oci-2/

On Fri, Oct 9, 2015 at 1:43 PM, Pedro Lopes <[hidden email]> wrote:

> I do not have much experience in java, although i have some experience of
> .NET.
> From what i've seen in some questions asked on this mailing list, it seems
> to me that the core services of OFBiz platform respond as XML WebServices,
> decoupling the visual browser implementation details from the business
> layer components themselves am i wrong? This could be specially interesting
> to implement some interface functionality that needs to be responsive,
> based on Bootstrap, Knockout, SignalR and ASP.NET MVC for example.
>
> Is this interoperability possible?
>
> Thank you,
>
> Pedro
>
Reply | Threaded
Open this post in threaded view
|

Re: WebServices Architecture

Pedro Lopes
Magnifique Pierre!

Thanks!

On Fri, Oct 9, 2015 at 3:29 PM, Pierre Smits <[hidden email]> wrote:

> Hi Pedro,
>
> Yes, OFBiz services can be exposed as web services. Basically that comes
> down to adding a  export="true" flag in services, and some are already
> enabled.
>
> Best regards,
>
> Pierre Smits
>
> *OFBiz Extensions Marketplace*
> http://oem.ofbizci.net/oci-2/
>
> On Fri, Oct 9, 2015 at 1:43 PM, Pedro Lopes <[hidden email]>
> wrote:
>
> > I do not have much experience in java, although i have some experience of
> > .NET.
> > From what i've seen in some questions asked on this mailing list, it
> seems
> > to me that the core services of OFBiz platform respond as XML
> WebServices,
> > decoupling the visual browser implementation details from the business
> > layer components themselves am i wrong? This could be specially
> interesting
> > to implement some interface functionality that needs to be responsive,
> > based on Bootstrap, Knockout, SignalR and ASP.NET MVC for example.
> >
> > Is this interoperability possible?
> >
> > Thank you,
> >
> > Pedro
> >
>