Correct resolution of overloaded methods in Java Bean based Web service
-----------------------------------------------------------------------

                 Key: AXIS2-2025
                 URL: https://issues.apache.org/jira/browse/AXIS2-2025
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
    Affects Versions: 1.2
            Reporter: Dustin Amrhein
            Priority: Minor
             Fix For: 1.2


The MDQ layer is not correctly resolving method invocations to overloaded 
methods on a Java Bean based service. The method name, parameter length, and 
parameter types should be checked when resolving a request. Once the method has 
been found, the OperationDesc should save the Java method it maps to as 
instance data, thus reducing the need to search for the correct operation on 
every request.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to