Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Though the Java annotations/API spec specifically says wrt WSDL-> Java mapping:
The JAX-WS mappings are applied with the following restrictions:
• No support for holders
I'd like to suggest that we look into enabling such support anyway, as this seems overly restrictive and prevents us from supporting existing WSDLs with inout data.
At least I don't see how we'd map these WSDLs to Java and would think we'd be way better off relying on the mapping defined by JAX-WS which does use Holders.
(Not sure what this statement in the spec was trying to accomplish.)
I attached an example WSDL with two operations which we'd want to use Holders in the corresponding Java methods. One has a common child element of both input/output wrapper elem and the other has a common part of input/output message.
(Maybe it would be better to bring this up before opening a JIRA, but I wanted to attach the WSDL.)
Attachments
Attachments
Issue Links
- is depended upon by
-
TUSCANY-2768 Create sample to demonstrate web services Holder support
- Closed