soap.xsd in the soapbinding has the wrong elements
--------------------------------------------------
Key: CXF-2360
URL: https://issues.apache.org/jira/browse/CXF-2360
Project: CXF
Issue Type: Bug
Components: Soap Binding
Reporter: Willem Jiang
Assignee: Willem Jiang
Fix For: 2.1.6, 2.2.3, 2.3
The soap.xsd includes these useless elements
{code}
<xsd:sequence>
<xsd:element name="implementor" type="xsd:anyType" minOccurs="0"/>
<xsd:element name="invoker" type="xsd:anyType" minOccurs="0"/>
<xsd:element name="binding" type="xsd:anyType" minOccurs="0"/>
<xsd:element name="serviceFactory" type="xsd:anyType"
minOccurs="0"/>
</xsd:sequence>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.