hi,
i want to insert data in 2 entities in one service call.for that i wrote the
following service
<service name="updateStatus" engine="java"
default-entity-name="TicketBookingDetails"
other-entity-name="PaymentDetails"
location="org.ofbiz.eticket.ETicket_booking"
invoke="updateStatus_TicketBooking" auth="false">
<description>Update TicketBookingDetails</description>
<auto-attributes mode="IN" include="pk" optional="true"/>
<auto-attributes mode="IN" include="nonpk" optional="true"/>
<attribute name="expMonth" type="String"
mode="IN" optional="true"/>
<attribute name="expYear" type="String" mode="IN"
optional="true"/>
</service>
can i give like this
default-entity-name="TicketBookingDetails"
other-entity-name="PaymentDetails"
and
in updateStatus_TicketBooking method i am calling another method.
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Service-calling-a-service-tp145137p4634193.html
Sent from the OFBiz - User mailing list archive at Nabble.com.