Andrey Nikolov created CXF-6844: ----------------------------------- Summary: Cannot assign 'part name' in SOAP WSDL for document-wrapped style Key: CXF-6844 URL: https://issues.apache.org/jira/browse/CXF-6844 Project: CXF Issue Type: Bug Components: Soap Binding, WS-* Components Affects Versions: 3.1.5 Environment: Java 1.8.0 Update 74, Mac OSX 10.11.4 Reporter: Andrey Nikolov Priority: Minor
I am developing a code-first SOAP service WSDL of style Document-Literal (Wrapped). Cannot assign proper message part names using partName argument in @WebParam and @WebResult annotations since the resulting WSDL always defaults to <wsdl:part name="parameters">. The assignment works for header message parts, as well as for Document-Literal (Bare) WSDL style. -- This message was sent by Atlassian JIRA (v6.3.4#6332)