[ 
https://issues.apache.org/jira/browse/CXF-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benson Margulies resolved CXF-2444.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3

Thank you very much for the patch. r817895.

> org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the 
> WSDL PortType during WSDL generation.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2444
>                 URL: https://issues.apache.org/jira/browse/CXF-2444
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>            Reporter: Andrew Harrison
>            Assignee: Benson Margulies
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: patch.txt
>
>
> When adding an attribute to an org.apache.cxf.service.model.InterfaceInfo, 
> this should be reflected in the WSDL PortType when the WSDL is generated from 
> the ServiceInfo object. The problem lies in 
> org.apache.cxf.wsdl11.ServiceWSDLBuilder.buildPortType(InterfaceInfo intf, 
> final Definition def);
> This method should call:
> addExtensibilityAttributes(portType, intf.getExtensionAttributes());
> which would add the attributes.
> The same is issue is not apparent when going from WSDL to a ServiceInfo 
> object.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to