OFBiz
Search
everywhere
only in this topic
Advanced Search
How to call multiple services inside single service in OFBIZ ?
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
3 messages
Ritesh K Kaushik
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
How to call multiple services inside single service in OFBIZ ?
How to call multiple services inside single service in OFBIZ ?
Paul Foxworthy
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: How to call multiple services inside single service in OFBIZ ?
Hi Ritesh,
If you are implementing your service in Java, the runSync and runAsync methods defined by the LocalDispatcher interface are what you need. See
http://www.packtpub.com/article/apache-ofbiz-service-engine-part-2
, and one example is at
https://fisheye6.atlassian.com/browse/ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyServices.java?hb=true#to325
If you are using the Ofbiz minilang, use the call-service action. More on minilang at
http://ofbiz.apache.org/docs/minilang.html
Cheers
Paul Foxworthy
Ritesh K Kaushik wrote
How to call multiple services inside single service in OFBIZ ?
--
Coherent Software Australia Pty Ltd
http://www.coherentsoftware.com.au/
Bonsai ERP, the all-inclusive ERP system
http://www.bonsaierp.com.au/
Ritesh K Kaushik
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: How to call multiple services inside single service in OFBIZ ?
Thnx Paul
Free forum by Nabble
Edit this page