What is the best way to interfere with ofbiz from another application

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

What is the best way to interfere with ofbiz from another application

Michael Gawrychowski-2
Hello everyone, we are testing ofbiz and we are trying to assess if it is
going to work for our environment. One of the main criteria is to be able
to trigger orders from 3rd party application that will communicate with
Ofbiz to do the rest of work. What is the best way to communicate with
ofbiz from the rest of the world. Is there any API available?

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: What is the best way to interfere with ofbiz from another application

taher
Hi,

The best way I know is by exposing ofbiz services as web services which is
simply done by adding one attribute to any service definition.

Taher Alkhateeb
On Oct 31, 2014 12:20 AM, "Michael Gawrychowski" <[hidden email]>
wrote:

> Hello everyone, we are testing ofbiz and we are trying to assess if it is
> going to work for our environment. One of the main criteria is to be able
> to trigger orders from 3rd party application that will communicate with
> Ofbiz to do the rest of work. What is the best way to communicate with
> ofbiz from the rest of the world. Is there any API available?
>
> Thank you
>
Reply | Threaded
Open this post in threaded view
|

Re: What is the best way to interfere with ofbiz from another application

james_sg
In reply to this post by Michael Gawrychowski-2
What sort of 3rd party application? Dot net?

Michael Gawrychowski-2 wrote
Hello everyone, we are testing ofbiz and we are trying to assess if it is
going to work for our environment. One of the main criteria is to be able
to trigger orders from 3rd party application that will communicate with
Ofbiz to do the rest of work. What is the best way to communicate with
ofbiz from the rest of the world. Is there any API available?

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: What is the best way to interfere with ofbiz from another application

Michael Gawrychowski-2
Just an in-house application.

On Thu, Oct 30, 2014 at 11:05 PM, james_sg <[hidden email]> wrote:

> What sort of 3rd party application? Dot net?
>
>
> Michael Gawrychowski-2 wrote
> > Hello everyone, we are testing ofbiz and we are trying to assess if it is
> > going to work for our environment. One of the main criteria is to be able
> > to trigger orders from 3rd party application that will communicate with
> > Ofbiz to do the rest of work. What is the best way to communicate with
> > ofbiz from the rest of the world. Is there any API available?
> >
> > Thank you
>
>
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/What-is-the-best-way-to-interfere-with-ofbiz-from-another-application-tp4657603p4657609.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: What is the best way to interfere with ofbiz from another application

Michael Gawrychowski-2
In reply to this post by taher
Taher, thank you for your response. Can you please point me to any
documentation about that?

Thank you

On Thu, Oct 30, 2014 at 9:30 PM, Taher Alkhateeb <[hidden email]
> wrote:

> Hi,
>
> The best way I know is by exposing ofbiz services as web services which is
> simply done by adding one attribute to any service definition.
>
> Taher Alkhateeb
> On Oct 31, 2014 12:20 AM, "Michael Gawrychowski" <
> [hidden email]>
> wrote:
>
> > Hello everyone, we are testing ofbiz and we are trying to assess if it is
> > going to work for our environment. One of the main criteria is to be able
> > to trigger orders from 3rd party application that will communicate with
> > Ofbiz to do the rest of work. What is the best way to communicate with
> > ofbiz from the rest of the world. Is there any API available?
> >
> > Thank you
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: What is the best way to interfere with ofbiz from another application

taher
Hi Michael,

I remember the ofbiz cookbook had a section on web services. Anyway, it is really simple. Just go to any service definition and set export="true" and take it from there.

Taher Alkhateeb

----- Original Message -----

From: "Michael Gawrychowski" <[hidden email]>
To: [hidden email]
Sent: Friday, 31 October, 2014 7:37:57 PM
Subject: Re: What is the best way to interfere with ofbiz from another application

Taher, thank you for your response. Can you please point me to any
documentation about that?

Thank you

On Thu, Oct 30, 2014 at 9:30 PM, Taher Alkhateeb <[hidden email]
> wrote:

> Hi,
>
> The best way I know is by exposing ofbiz services as web services which is
> simply done by adding one attribute to any service definition.
>
> Taher Alkhateeb
> On Oct 31, 2014 12:20 AM, "Michael Gawrychowski" <
> [hidden email]>
> wrote:
>
> > Hello everyone, we are testing ofbiz and we are trying to assess if it is
> > going to work for our environment. One of the main criteria is to be able
> > to trigger orders from 3rd party application that will communicate with
> > Ofbiz to do the rest of work. What is the best way to communicate with
> > ofbiz from the rest of the world. Is there any API available?
> >
> > Thank you
> >
>

Reply | Threaded
Open this post in threaded view
|

Re: What is the best way to interfere with ofbiz from another application

Michael Gawrychowski-2
Hi Taher, I haven't had a chance to look into it yet but do you think that
it would work for inserting data into ofbiz as well?

On Fri, Oct 31, 2014 at 12:51 PM, Taher Alkhateeb <
[hidden email]> wrote:

> Hi Michael,
>
> I remember the ofbiz cookbook had a section on web services. Anyway, it is
> really simple. Just go to any service definition and set export="true" and
> take it from there.
>
> Taher Alkhateeb
>
> ----- Original Message -----
>
> From: "Michael Gawrychowski" <[hidden email]>
> To: [hidden email]
> Sent: Friday, 31 October, 2014 7:37:57 PM
> Subject: Re: What is the best way to interfere with ofbiz from another
> application
>
> Taher, thank you for your response. Can you please point me to any
> documentation about that?
>
> Thank you
>
> On Thu, Oct 30, 2014 at 9:30 PM, Taher Alkhateeb <
> [hidden email]
> > wrote:
>
> > Hi,
> >
> > The best way I know is by exposing ofbiz services as web services which
> is
> > simply done by adding one attribute to any service definition.
> >
> > Taher Alkhateeb
> > On Oct 31, 2014 12:20 AM, "Michael Gawrychowski" <
> > [hidden email]>
> > wrote:
> >
> > > Hello everyone, we are testing ofbiz and we are trying to assess if it
> is
> > > going to work for our environment. One of the main criteria is to be
> able
> > > to trigger orders from 3rd party application that will communicate with
> > > Ofbiz to do the rest of work. What is the best way to communicate with
> > > ofbiz from the rest of the world. Is there any API available?
> > >
> > > Thank you
> > >
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: What is the best way to interfere with ofbiz from another application

taher
Hi Michael,

A service can pretty much do anything you want.

Taher Alkhateeb
On Nov 1, 2014 1:25 AM, "Michael Gawrychowski" <[hidden email]>
wrote:

> Hi Taher, I haven't had a chance to look into it yet but do you think that
> it would work for inserting data into ofbiz as well?
>
> On Fri, Oct 31, 2014 at 12:51 PM, Taher Alkhateeb <
> [hidden email]> wrote:
>
> > Hi Michael,
> >
> > I remember the ofbiz cookbook had a section on web services. Anyway, it
> is
> > really simple. Just go to any service definition and set export="true"
> and
> > take it from there.
> >
> > Taher Alkhateeb
> >
> > ----- Original Message -----
> >
> > From: "Michael Gawrychowski" <[hidden email]>
> > To: [hidden email]
> > Sent: Friday, 31 October, 2014 7:37:57 PM
> > Subject: Re: What is the best way to interfere with ofbiz from another
> > application
> >
> > Taher, thank you for your response. Can you please point me to any
> > documentation about that?
> >
> > Thank you
> >
> > On Thu, Oct 30, 2014 at 9:30 PM, Taher Alkhateeb <
> > [hidden email]
> > > wrote:
> >
> > > Hi,
> > >
> > > The best way I know is by exposing ofbiz services as web services which
> > is
> > > simply done by adding one attribute to any service definition.
> > >
> > > Taher Alkhateeb
> > > On Oct 31, 2014 12:20 AM, "Michael Gawrychowski" <
> > > [hidden email]>
> > > wrote:
> > >
> > > > Hello everyone, we are testing ofbiz and we are trying to assess if
> it
> > is
> > > > going to work for our environment. One of the main criteria is to be
> > able
> > > > to trigger orders from 3rd party application that will communicate
> with
> > > > Ofbiz to do the rest of work. What is the best way to communicate
> with
> > > > ofbiz from the rest of the world. Is there any API available?
> > > >
> > > > Thank you
> > > >
> > >
> >
> >
>