> Hi, > > > > I have a webservices (written in Java) with several operations. I > want to exclude couple of operations from that. I’ve used the > <excludeOperations> tag in services.xml as shown below. I’m using > Axis2 1.4. > > > > <excludeOperations> > > <operation>copy</operation> > > <operation>move</operation> > > </excludeOperations> > > > > After restarting the app server when I see view the WSDL in the > browser, I still see these 2 operations & also I was able to access > those operations from the Java client. > Excluding operation mean, you do not display them in the WSDL but you can invoke them. Anyway please create a JIRA and attach your service. I will have a look at.
Deepal > > > > Thanks > > Raghu > -- Thank you! http://blogs.deepal.org
