-
Bug
-
Resolution: Done
-
Major
-
None
-
None
From the JAX-RPC specification: -
"If there is a single unlisted output part that is not a component of an inout parameter, then it is the return type. Otherwise, the return type is void."
A WSDL with the following messages: -
<message name='PhoneBook_lookup'>
<part element='ns1:lookup' name='lookup'/>
</message>
<message name='PhoneBook_lookupResponse'>
<part element='ns1:lookup' name='lookup'/>
</message>
Causes the following method to be generated in the SEI: -
public java.lang.String lookup(javax.xml.rpc.holders.StringHolder lookup) throws java.rmi.RemoteException;
The return type should be void.
- blocks
-
JBWS-429 WSDL To Java - Create Custom Holders for Custom types that define INOUT parameters and OUT parameters
- Closed
- is incorporated by
-
JBPAPP-286 JBossWS - WSDL To Java - document/literal, IN OUT parameter incorectly used as return type.
- Closed