two operations with same input/output type not getting invoked correctly
------------------------------------------------------------------------
Key: AXIS-2396
URL: http://issues.apache.org/jira/browse/AXIS-2396
Project: Apache Axis
Type: Bug
Components: Basic Architecture
Versions: 1.3
Environment: OS-Windows XP
Container-Weblogic(8.1 sp4)
java:1.4.2
Reporter: Prabhat Jha
Priority: Critical
I used WSDL2Java to generate web services stub and classes. It correctly
generated three methods
public MyResponse createReservation(Reservation body);
public MyResponse adjustReservation(Reservation body);
public AnotherRespose checkAvailability(Status body);
When I invoked the adjustReservation web service using Axis Client,
createReservation gets executed. I have debugged it in eclipse and for some
reason, RPCProvider invokes createReservation eventhough MessageContext has
correct SoapActionURI which is AdjustReservation.
checkAvailability operation gets called correctly.
It seems to be a bug for it can not handle methods with different names but
same input/output type.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira