0 Replies Latest reply on Apr 17, 2019 8:49 PM by aleshiukas

    Webservice method hiding

    aleshiukas

      Hi,

       

      I am using Wildly 15. I have one method which I want to use, but I need it to be excluded in WSDL so the customer is not even aware of it(@webmethod exclude=true is therefore not an option as it disables method from endpoint as well).

      I also have my own security model and don't want to use any other.

      So I assume, the only way to exclude method from a WSDL would be thru descriptors on deploy (i.e. web.xml, jboss-web.xml...).

      Is there an option to do that ?