look for: http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams #6 Service Definitions and Implementations then if you have a xml editor that reads the xsd files you will see choices. usually events are in like: script/org/ofbiz/example/example/ExampleServices.xml
Ritz123 sent the following on 7/22/2008 3:47 PM: > Hi, > > This is probably a basic question - but I could understand how it works. > > I am looking at controller.xml file in e-commerce application. Specific line > is > > <request-map uri="emailorder"> > <security https="true" direct-request="false"/> > <event type="service" path="async" invoke="sendOrderConfirmation"/> > ... > > I see that event is of type service, so the service is invoked when the uri > is called. However what I dont understand is how are the contexts, both > dispatch context and the values context for the service IN variables, passed > in this case? > > Will appreciate any pointers
