[
https://issues.apache.org/jira/browse/CXF-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16250013#comment-16250013
]
Anup Francis commented on CXF-7560:
-----------------------------------
I tried putting the annotation in the implementation class with exclude=true
but it is not getting excluded.
> @WebMethod(exclude=true) is not being honored when generating WSDL
> ------------------------------------------------------------------
>
> Key: CXF-7560
> URL: https://issues.apache.org/jira/browse/CXF-7560
> Project: CXF
> Issue Type: Bug
> Affects Versions: 3.2.1
> Reporter: Anup Francis
> Assignee: Daniel Kulp
>
> I am attempting to prevent a public method appearing in the generated WSDL
> file from my Java source code. I have annotated the method with
> @WebMethod(exclude=true), however it is still appearing in the WSDL file.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)