Tools2 needs fixing to support soap headers in rpc/literal case
---------------------------------------------------------------
Key: CXF-413
URL: https://issues.apache.org/jira/browse/CXF-413
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.0-M1
Reporter: Daniel Kulp
Fix For: 2.0-RC
The tools were updated to generate proper code for soap headers in the
rpc/literal case while testing CXF-261. The tools2 modules should be updated
as well. The problem was that the tools were only looking at the operation to
determine if a part is "document" or "rpc" style. However, soap headers are
ALWAYS document style. Thus, the @WebParam annotation did not have the
correct namespace and name attributes.
The soapheader_rpc.wsdl added to testutils shows this and a unit test was added
to testutils to make sure the generated code for that wsdl is correct. It
passes with tools1.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.