> > > On Fri, Dec 12, 2008 at 5:40 AM, Deepal jayasinghe <[email protected] > <mailto:[email protected]>> wrote: > > > > hmmm, an excluded operation cannot be invoked, as far as I know > from Axis > > 1.3. I will verify. > > > Nope exclude operations will only exclude from WSDL, if that is > not the > case then something has broken. > > I dont think it should be that way. If an operation is excluded then > we should not create an Axis operation for it. And I think that this > is the current behaviour of Axis2. Thus a excluded operation cannot be > invoked, it will not be displayed in the WSDL as well. > > Thanks Keith, I was confused this with control operations. I am sorry. Yes if you exclude we do not create Axis operation, only way to invoke them using java reflection. For example if you have init method in the service implementation class, that will be excluded. But at the run time we can execute that method.
Deepal
