You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2009/09/21 23:59:16 UTC

[jira] Commented: (CXF-2444) org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.

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

Benson Margulies commented on CXF-2444:
---------------------------------------

Care to make a patch?

> 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
>            Priority: Minor
>
> 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.