Created: (AXIS-2520) orga.apache.axis.client.Call clears theoperation's return type infor
0 answers - 1236 bytes -
orga.apache.axis.client.Call clears the operation's return type information in addition to clearing the operation's parameter information in removeAllParameters Key: AXIS-2520 URL: Project: Apache Axis Type: Bug Components: Basic Architecture Versions: 1.4 Environment: java version "1.4.2_07" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05) Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode) Reporter: Rajkumar Kothapa A call to org.apache.axis.client.Call's removeAllParameters method clears the operation's return type information in addition to clearing the operation's parameter information. The javadoc for javax.xml.rpc.Call's removeAllParameters() says the following : public void removeAllParameters() "Removes all specified parameters from this Call instance. Note that this method removes only the parameters and not the return type. The setReturnType(null) is used to remove the return type." So, the removeAllParameter implementation does not seem to be consistent with the specification. It should only be removing the operation's parameter information only as the javadoc mentions.
Re: Created: (AXIS-2520) orga.apache.axis.client.Call clears theoperation's return type infor