hi Prasanthi,
one way is to call one service from another service using <call-service> tag
or you can can services in the screen one after another,
or may be in the controller itself using <response name="success"
type="request".../>
--
Thanks & Regards
Atul Vani
Jr. Software Developer
HotWax Media Pvt. Ltd.
http://www.hotwaxmedia.com/
prasanthi_ofbiz wrote:
Hi
Is it possible to call multiple services at a time?? Like while
adding a transaction of Financial Account, I want to call two services On
click of "Add" button of Edit Financial Account Transaction. The two
services are EditFinAccountTrans, for Addition of financial transaction and
createAcctgTrans, for Creattion of an Accounting Transaction.
Does it possible??