Ok I think I see where the confusion is for me.
take createproduct.
it is as service as defined in
/application/catalog/servicedef/services.xml
and that calls
createproduct simple-method in
/applications/product/script/org/ofbiz/product/product/ProductServices.xml

from you reference the simple-method createCustomer
is defined as ControlServlet because it is called in the controller as
an event.

correct me if I am wrong but I can create a service for createCustomer
and and use the createCustomer in
\applications\party\script\org\ofbiz\party\customer\customerevent.xml
or copy it to
\applications\party\script\org\ofbiz\party\customer\customerservices.xml
and use that way also.





David E Jones sent the following on 11/22/2007 8:57 PM:
> 
> It's a ControlServlet request event, not a service.
> 
> -David
> 
> On Nov 22, 2007, at 9:39 PM, BJ Freeman wrote:
> 
>> not sure if this is be design but createCustomer service in
>> \applications\party\script\org\ofbiz\party\customer\customerevent.xml
>> or any other service in it show up on the webtools.
> 

Reply via email to