Open
Description
Marten Deinum opened SWS-934 and commented
Currently it is only allowed to use @SoapHeader
on a SoapHeaderElement
or a List<SoapHeaderElement>
.
We have a custom soap header which is mapped using JAXB. It would be nice for this case if we could use this directly in the method signature ie. @SoapHeader OurCustomHeader header
. This would save some code to retrieve it from the SoapHeaderElement
and transform it into our own object.
Affects: 2.2.4