You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "ashok (JIRA)" <ji...@apache.org> on 2006/04/26 15:50:06 UTC

[jira] Created: (AXIS2-620) WSDL2Java limits code gen to only one service??

WSDL2Java limits code gen to only one service??
-----------------------------------------------

         Key: AXIS2-620
         URL: http://issues.apache.org/jira/browse/AXIS2-620
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

  Components: Tools  
    Versions: 0.95    
 Environment: Win2Kserver
    Reporter: ashok


http://schemas.xmlsoap.org/wsdl/ specifies that <Definitions> can contain unbounded "anyTopLevelOptionalElement". This includes <service>. Therefore multiple service definitions is legal in a wsdl-definition. However, org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.java only works with the first service. Glibly ignores the rest and prints a warning "Warning - Multiple services found - picking the first service!".

When will codegen for multiple services be supported?

Thnx

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


[jira] Resolved: (AXIS2-620) WSDL2Java limits code gen to only one service??

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-620?page=all ]
     
Davanum Srinivas resolved AXIS2-620:
------------------------------------

    Resolution: Duplicate

Duplicate of AXIS2-352

> WSDL2Java limits code gen to only one service??
> -----------------------------------------------
>
>          Key: AXIS2-620
>          URL: http://issues.apache.org/jira/browse/AXIS2-620
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: Tools
>     Versions: 0.95
>  Environment: Win2Kserver
>     Reporter: ashok

>
> http://schemas.xmlsoap.org/wsdl/ specifies that <Definitions> can contain unbounded "anyTopLevelOptionalElement". This includes <service>. Therefore multiple service definitions is legal in a wsdl-definition. However, org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.java only works with the first service. Glibly ignores the rest and prints a warning "Warning - Multiple services found - picking the first service!".
> When will codegen for multiple services be supported?
> Thnx

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