JaxwsServiceFactoryBean generate wrong part name
------------------------------------------------
Key: CXF-512
URL: https://issues.apache.org/jira/browse/CXF-512
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.0-RC
Reporter: maomaode
Fix For: 2.0-RC
JaxwsServiceFactoryBean generate wrong part name against class
org.apache.cxf.tools.fortest.classnoanno.docbare.Stock
<wsdl:message name="getPrice">
<wsdl:part name="arg00" type="xsd:string">
</wsdl:part>
The part name should be 'arg0'
Other classes:
org.apache.cxf.tools.fortest.withannotation.doc.HelloWrapped
Fix the test:
org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderTest.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.