Hi, If you are using eclipse, you can do a ctrl+H and search for your service keyword eg. "userLogin" in containing text and for file name patterns put - *ser*.xml, else u can find it in servicedef folder which contains the service definition files.
Thanks, Nikita Shinde. Amicon Technologies Pvt. Ltd. Mumbai. -----Original Message----- From: amit charaya [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 6:10 PM To: [email protected] Subject: loginworker code explanation what this line of code mean if it is calling a service named userLogin where is it defined result = dispatcher.runSync("userLogin", UtilMisc.toMap("login.username", username, "login.password", password, "visitId", visitId, "locale", UtilHttp.getLocale(request))); -- View this message in context: http://www.nabble.com/loginworker-code-explanation-tf4267047.html#a12143707 Sent from the OFBiz - User mailing list archive at Nabble.com.
