Calling worker class method from simple event xml file and calling a service from that worker and returning back to the same simple event to call another service

2009-08-21 Thread Hemanth Kumar Kanamarlapudi
Hi All, I need a suggestion for the following scenario: I need to call two services for a particular request. One service is newly written java service which makes a http request to 3rd party server. and another service is existing service from ofbiz which is called through a simple events xml

Re: Calling worker class method from simple event xml file and calling a service from that worker and returning back to the same simple event to call another service

2009-08-21 Thread BJ Freeman
most of the information you seek about difference is in the documentation. there is nothing that compares, only tells you how they work. by understanding the Service engine and minilanq will help the best. http://ofbiz.apache.org/docs/serviceconfig.html http://ofbiz.apache.org/docs/minilang.html