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
<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.
Thanks
Raghu
