Well, perhaps to clarifily a little:
I added the following service to the service.xml file, that will eventually
call the service group:
<service name="createCategoryI18nAndRollup" engine="group"
location="createCategoryI18nAndRollup" invoke="" auth="true" >
<description>Creates a WorkEffort entity and
WorkEffortAssoc</description>
<auto-attributes include="pk" mode="INOUT" optional="false"
entity-name="ProductCategory"/>
<auto-attributes include="nonpk" mode="IN" optional="true"
entity-name="ProductCategory"/>
<auto-attributes include="pk" mode="INOUT" optional="false"
entity-name="ProductCategoryRollup"/>
<auto-attributes include="nonpk" mode="IN" optional="true"
entity-name="ProductCategoryRollup"/>
</service>
Still no luck, calling it...
--
View this message in context:
http://www.nabble.com/Form-Widget-call-multiple-services--tp21836332p21838402.html
Sent from the OFBiz - User mailing list archive at Nabble.com.