
| Key: |
AXIS-2396
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Critical
|
| Assignee: |
Unassigned
|
| Reporter: |
Prabhat Jha
|
| Votes: |
1
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
OS-Windows XP
Container-Weblogic(8.1 sp4)
java:1.4.2
OS-Windows XP
Container-Weblogic(8.1 sp4)
java:1.4.2
|
|
|
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.
|
|
Description
|
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. |
Show » |
| No work has yet been logged on this issue.
|
|