[ 
https://issues.apache.org/jira/browse/AXIS2-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526682
 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-352:
----------------------------------------------------

if you take wsdl2.0 you can not have multiple interfaces for one service. But 
wsdl 1.1 allows you to have many portTypes for one service. Actually Axis2 
object structure is design to support wsdl2.0 type services. i.e it assumes one 
service has one set of operations. 

> Support for multiple Services specified in WSDL
> -----------------------------------------------
>
>                 Key: AXIS2-352
>                 URL: https://issues.apache.org/jira/browse/AXIS2-352
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: codegen
>            Reporter: Davanum Srinivas
>            Assignee: Amila Chinthaka Suriarachchi
>             Fix For: 1.2
>
>
> If one runs Axis1.X's wsdl2java to generate both server and client, in the 
> deploy.wsdd there are entries for each of the services specified in the 
> /wsdl:definitions/wsdl:service. However in Axis2, we generate only 1 service 
> in services.xml
> Secondly, Axis 1.X generates a ServiceLocator which has information on *ALL* 
> the endpoints and methods to access each of them. We need something similar 
> for Axis2.

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