[ 
http://issues.apache.org/jira/browse/AXIS2-1024?page=comments#action_12428004 ] 
            
Davanum Srinivas commented on AXIS2-1024:
-----------------------------------------

Jeff,

Do you mind providing a patch for the following problem you mention in your 
patch?

+// TODO: Axis2 does not support overloaded operations, although 
EndpointInterfaceDescription.addOperation() does support overloading
+//       of methods represented by OperationDescription classes.  However, the 
AxisOperation contained in an OperationDescription
+//       does NOT support overloaded methods.
+//
+//       While overloading is not supported by WS-I, it IS supported by JAX-WS 
(p11).
+//       Note that this requires support in Axis2; currently 
WSDL11ToAxisServiceBuilder.populateOperations does not
+//       support overloaded methods in the WSDL; the operations are stored on 
AxisService as children in a HashMap with the wsdl
+//       operation name as the key.


thanks,
dims

> Initial service-provider annotation processing based on service impl class
> --------------------------------------------------------------------------
>
>                 Key: AXIS2-1024
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1024
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: jaxws
>            Reporter: Jeff Barrett
>         Assigned To: Nick Gallardo
>         Attachments: patch.txt
>
>
> Initial code to create the metadata description tree based on an annotated 
> service implementation class.  This is needed on the service-provider side by 
> the JAX-WS dispatch code.  Note that initially the dispatch code will use the 
> description factory directly to create the description classes; eventually 
> this will be done during server startup based on application deployment into 
> the runtime.

-- 
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

        

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

Reply via email to