Call External Process

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

Call External Process

Jules-Henri Gavetti
Hello,

 

I like to call an external process with some parameters in a production process.

Do you know where I can find this information ?

 

Thanks

 

Jules-Henri


Reply | Threaded
Open this post in threaded view
|

Re: Call External Process

G.Venkata Phanindra
Hi,
   Your Questions are too wage to answer, Please more specific with your
Question.
WIth my understanding for this question, I think external system means
another application, if yes i suggest you to use RPC.

Regards
Phani


On 5/11/07, Jules-Henri Gavetti <[hidden email]> wrote:

>
> Hello,
>
>
>
> I like to call an external process with some parameters in a production
> process.
>
> Do you know where I can find this information ?
>
>
>
> Thanks
>
>
>
> Jules-Henri
>
>
>


--
G.Venkata Phanindra
Mob:: 9849852989
Reply | Threaded
Open this post in threaded view
|

Re: Call External Process

Jacques Le Roux
Administrator
In reply to this post by Jules-Henri Gavetti
Hi Jules-Henri,

OFBiz has an internal SOA.
You may use RMI (on an intra-net and using java applications, on
Internet you need at least to have static IP addresses and to correctly
set proxies : harder)
You may also use SOAP or plain HTTP. A good pointer might be looking at
"httpservice" and "SOAPservice" in the controller.xml file of the
webtools component.
Remember if you want to call an OFBiz service externally you have to set
the export tag to true.
Don't forget to secure calls...

Jacques


De : "Jules-Henri Gavetti" <[hidden email]>
Hello,

I like to call an external process with some parameters in a production
process.
Do you know where I can find this information ?

Thanks

Jules-Henri