You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jacob Carter (JIRA)" <ji...@apache.org> on 2010/11/16 12:57:15 UTC

[jira] Commented: (CXF-3128) @WebMethod(exclude=true) is not being honoured when generating WSDL

    [ https://issues.apache.org/jira/browse/CXF-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932432#action_12932432 ] 

Jacob Carter commented on CXF-3128:
-----------------------------------

I originally just had the @WebMethod(exclude=true) declared in the SEI, and this meant that the method did get included within the generated WSDL.

Having also declared @WebMethod(exclude=true) within the implementation class, the method is no longer included within the generated WSDL.

Is this correct behaviour?

> @WebMethod(exclude=true) is not being honoured when generating WSDL
> -------------------------------------------------------------------
>
>                 Key: CXF-3128
>                 URL: https://issues.apache.org/jira/browse/CXF-3128
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Jacob Carter
>
> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.