Re: Exclude operations programmatically

2011-03-29 Thread Deepal jayasinghe
have a look the following article http://wso2.org/library/2060 Deepal > Hi All, > > Is there a way in axis2 to programmatically exclude some operations of > a service? > In my project I am creating my services programmatically and I want to > exclude some of the operations. > > Regards, > Adit

Re: Exclude operations programmatically

2011-03-29 Thread Sanka Samaranayake
On Tue, Mar 29, 2011 at 6:16 AM, aditya chitre wrote: > Hi All, > > Is there a way in axis2 to programmatically exclude some operations of a > service? > In my project I am creating my services programmatically and I want to > exclude some of the operations. AxisService service = .. ; QName opNam

Exclude operations programmatically

2011-03-28 Thread aditya chitre
Hi All, Is there a way in axis2 to programmatically exclude some operations of a service? In my project I am creating my services programmatically and I want to exclude some of the operations. Regards, Aditya