[
https://issues.apache.org/jira/browse/CXF-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-842.
-----------------------------
Resolution: Fixed
> Code first, RPC/Lit with lots of inouts/outs/headers doesn't work
> -----------------------------------------------------------------
>
> Key: CXF-842
> URL: https://issues.apache.org/jira/browse/CXF-842
> Project: CXF
> Issue Type: Bug
> Components: JAX-WS Runtime, Soap Binding
> Affects Versions: 2.0
> Reporter: Daniel Kulp
> Assignee: Daniel Kulp
> Fix For: 2.0.1
>
>
> Methods like:
> String multiHeaderInOut(
> @WebParam(mode = WebParam.Mode.OUT, header = true)
> Holder<String> a,
> @WebParam(mode = WebParam.Mode.INOUT)
> Holder<String> b,
> @WebParam(mode = WebParam.Mode.OUT)
> Holder<String> c,
> @WebParam(mode = WebParam.Mode.INOUT, header = true)
> Holder<String> d,
> @WebParam(mode = WebParam.Mode.INOUT)
> Holder<String> e,
> @WebParam(mode = WebParam.Mode.OUT, header = true)
> Holder<String> f,
> @WebParam(mode = WebParam.Mode.OUT)
> Holder<String> g);
> result in incorrect SOAP messages being written and ArrayIndex issues and
> wrong number of param issues on the server.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.