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.