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 file.

Now I need to call the first service which requires user ipaddress along with 
form entered parameters from existing simple events file which calls the second 
service.
user ip address which can be captured from request.getRemoteAddress field.

So from simple events xml file can I call a worker class method from which I 
will a service directly after processing required input parameters for that 
service and return back to the simple events file again to call the second 
service.

I am trying to co-related my scenario with LoginWorker.java  along with 
CustomerEvents.xml which calls doBasicLogin.

Also can any one tell me the difference in usage of worker java files, helper 
java files, event java files and event xml files.


Thanks in advance.

Regards
Hemanth

________________________________
http://www.mindtree.com/email/disclaimer.html

Reply via email to