Re: [AXIS2]NewBie: obtain Parameter from a custom service

2006-08-11 Thread Eran Chinthaka
Use init method. See org.apache.axis2.Service interface. Chuan Guo wrote: Hi, i'd like get some customed configuration informations for my service from the axis2.xml or services.xml. e.g. using Parameters. Then I need get the AxisConfiguration or the AxisService, right? (use

[AXIS2]NewBie: obtain Parameter from a custom service

2006-08-08 Thread Chuan Guo
Hi, i'd like get some customed configuration informations for my service from the axis2.xml or services.xml. e.g. using Parameters. Then I need get the AxisConfiguration or the AxisService, right? (use getParameter(paramName)) my question is, how can i obtain AxisConfiguration or the