do a search for the entity in code for how to create and add data.
create a event service.
I call this through the controller as a post then have a ftl that return
an xml response that I use.
you can look at taxware, USP code for an idea what you implement as far
as communication with ofbiz this way.
note this is one way to do it but not the only way.
prasanthi_ofbiz sent the following on 7/9/2010 5:08 AM:
>
> Hi,
> I want to know How to create our own service in side ofbiz application . I
> want to create a service which will insert
> FIN_ACCOUNT_TYPE_ID, PARENT_TYPE_ID, REPLENISH_ENUM_ID, IS_REFUNDABLE,
> HAS_TABLE, DESCRIPTION, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP,
> CREATED_STAMP, CREATED_TX_STAMP
> data into OFBIZ.FIN_ACCOUNT_TYPE table and it will be called from external
> java application i.e; out side ofbiz application.
> Please help me.
> Regards
> Prasanthi
>