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" <[EMAIL PROTECTED]> 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
