I'm just getting started with Ofbiz. Ofbiz is a pretty complex system
I took a look at services
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide#OFBizTutorialABeginnersDevelopmentGuide-CreateaService
A service can be created with a set of xml templates e.g. service.xml,
form.xml screen.xml, request-map.xml
Coming from the java background, lets just say that one access an
arbitrary service, e.g. https://localhost:8443/ofbizDemo.
How do one figure out which service.xml, form.xml that makes this
service work?