Re: Question about ConfigurableService

2003-02-03 Thread Scott Nichol
You are correct. It is called immediately after your constructor. You cannot do your initialization from these parameters in your constructor; you must do the initialization from these parameters in the configure method. There is no option to specify a SOAPContext parameter to your construct

Question about ConfigurableService

2003-02-03 Thread mwolski
Hello everyone, I did some tests with ConfigurableService interface to obtain the input parameters for my service. Unfortunately the 'configure' method of ConfigurableService interface is called after executing constructor. So in other words, there are no possibilities to get input parameter in