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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2005/09/22 11:49:28 UTC

[jira] Created: (AXIS2-234) Please can axis2wsdl handle declarations with >1 service definition

Please can axis2wsdl handle declarations with >1 service definition
-------------------------------------------------------------------

         Key: AXIS2-234
         URL: http://issues.apache.org/jira/browse/AXIS2-234
     Project: Apache Axis 2.0 (Axis2)
        Type: Improvement
  Components: wsdl  
    Versions: 0.91    
 Environment: Java1.5.04 on linux
    Reporter: Steve Loughran
    Priority: Minor


the current WSDL codegen fails when >1 service is declared in a single WSDL file. Since when was this an illegal form of WSDL?

[core:java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
[core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:107)
[core:java] 	at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:29)
[core:java] 	at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:23)
[core:java] Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only

[core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:139)
[core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:105)

[core:java] 	... 2 more
[core:java] Caused by: java.lang.UnsupportedOperationException: Single service WSDL files only
[core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:119)
[core:java] 	... 3 more
Process ant exited with code 1


-- 
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] Assigned: (AXIS2-234) Please can axis2wsdl handle declarations with >1 service definition

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-234?page=all ]

Deepal Jayasinghe reassigned AXIS2-234:
---------------------------------------

    Assign To: Ajith Harshana Ranabahu

> Please can axis2wsdl handle declarations with >1 service definition
> -------------------------------------------------------------------
>
>          Key: AXIS2-234
>          URL: http://issues.apache.org/jira/browse/AXIS2-234
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>   Components: wsdl
>     Versions: 0.91
>  Environment: Java1.5.04 on linux
>     Reporter: Steve Loughran
>     Assignee: Ajith Harshana Ranabahu
>     Priority: Minor

>
> the current WSDL codegen fails when >1 service is declared in a single WSDL file. Since when was this an illegal form of WSDL?
> [core:java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:107)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:29)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:23)
> [core:java] Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:139)
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:105)
> [core:java] 	... 2 more
> [core:java] Caused by: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:119)
> [core:java] 	... 3 more
> Process ant exited with code 1

-- 
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] Commented: (AXIS2-234) Please can axis2wsdl handle declarations with >1 service definition

Posted by "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-234?page=comments#action_12413761 ] 

Ajith Harshana Ranabahu commented on AXIS2-234:
-----------------------------------------------

This is not a problem anymore. However the code generator now picks a single port to generate code. 

> Please can axis2wsdl handle declarations with >1 service definition
> -------------------------------------------------------------------
>
>          Key: AXIS2-234
>          URL: http://issues.apache.org/jira/browse/AXIS2-234
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement

>   Components: wsdl
>     Versions: 0.91
>  Environment: Java1.5.04 on linux
>     Reporter: Steve Loughran
>     Assignee: Ajith Harshana Ranabahu
>     Priority: Minor

>
> the current WSDL codegen fails when >1 service is declared in a single WSDL file. Since when was this an illegal form of WSDL?
> [core:java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:107)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:29)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:23)
> [core:java] Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:139)
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:105)
> [core:java] 	... 2 more
> [core:java] Caused by: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:119)
> [core:java] 	... 3 more
> Process ant exited with code 1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Reopened: (AXIS2-234) Please can axis2wsdl handle declarations with >1 service definition

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas reopened AXIS2-234:
------------------------------------


> Please can axis2wsdl handle declarations with >1 service definition
> -------------------------------------------------------------------
>
>                 Key: AXIS2-234
>                 URL: https://issues.apache.org/jira/browse/AXIS2-234
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: wsdl
>    Affects Versions: 0.91
>         Environment: Java1.5.04 on linux
>            Reporter: Steve Loughran
>         Assigned To: Ajith Harshana Ranabahu
>            Priority: Minor
>
> the current WSDL codegen fails when >1 service is declared in a single WSDL file. Since when was this an illegal form of WSDL?
> [core:java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:107)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:29)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:23)
> [core:java] Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:139)
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:105)
> [core:java] 	... 2 more
> [core:java] Caused by: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:119)
> [core:java] 	... 3 more
> Process ant exited with code 1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-234) Please can axis2wsdl handle declarations with >1 service definition

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475879 ] 

Davanum Srinivas commented on AXIS2-234:
----------------------------------------

We need to be able to generate code for this scenario

> Please can axis2wsdl handle declarations with >1 service definition
> -------------------------------------------------------------------
>
>                 Key: AXIS2-234
>                 URL: https://issues.apache.org/jira/browse/AXIS2-234
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: wsdl
>    Affects Versions: 0.91
>         Environment: Java1.5.04 on linux
>            Reporter: Steve Loughran
>         Assigned To: Ajith Harshana Ranabahu
>            Priority: Minor
>
> the current WSDL codegen fails when >1 service is declared in a single WSDL file. Since when was this an illegal form of WSDL?
> [core:java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:107)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:29)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:23)
> [core:java] Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:139)
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:105)
> [core:java] 	... 2 more
> [core:java] Caused by: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:119)
> [core:java] 	... 3 more
> Process ant exited with code 1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-234) Please can axis2wsdl handle declarations with >1 service definition

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-234.
------------------------------------------------

    Resolution: Fixed

generates code for all services

> Please can axis2wsdl handle declarations with >1 service definition
> -------------------------------------------------------------------
>
>                 Key: AXIS2-234
>                 URL: https://issues.apache.org/jira/browse/AXIS2-234
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: wsdl
>    Affects Versions: 0.91
>         Environment: Java1.5.04 on linux
>            Reporter: Steve Loughran
>         Assigned To: Amila Chinthaka Suriarachchi
>            Priority: Minor
>
> the current WSDL codegen fails when >1 service is declared in a single WSDL file. Since when was this an illegal form of WSDL?
> [core:java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:107)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:29)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:23)
> [core:java] Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:139)
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:105)
> [core:java] 	... 2 more
> [core:java] Caused by: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:119)
> [core:java] 	... 3 more
> Process ant exited with code 1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-234) Please can axis2wsdl handle declarations with >1 service definition

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-234?page=all ]

Eran Chinthaka resolved AXIS2-234.
----------------------------------

    Resolution: Fixed

Closing as per the last comment from Ajith. 

> Please can axis2wsdl handle declarations with >1 service definition
> -------------------------------------------------------------------
>
>                 Key: AXIS2-234
>                 URL: http://issues.apache.org/jira/browse/AXIS2-234
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: wsdl
>    Affects Versions: 0.91
>         Environment: Java1.5.04 on linux
>            Reporter: Steve Loughran
>         Assigned To: Ajith Harshana Ranabahu
>            Priority: Minor
>
> the current WSDL codegen fails when >1 service is declared in a single WSDL file. Since when was this an illegal form of WSDL?
> [core:java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:107)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:29)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:23)
> [core:java] Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:139)
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:105)
> [core:java] 	... 2 more
> [core:java] Caused by: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:119)
> [core:java] 	... 3 more
> Process ant exited with code 1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-234) Please can axis2wsdl handle declarations with >1 service definition

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-234:
---------------------------------------

    Assignee: Amila Chinthaka Suriarachchi  (was: Ajith Harshana Ranabahu)

> Please can axis2wsdl handle declarations with >1 service definition
> -------------------------------------------------------------------
>
>                 Key: AXIS2-234
>                 URL: https://issues.apache.org/jira/browse/AXIS2-234
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: wsdl
>    Affects Versions: 0.91
>         Environment: Java1.5.04 on linux
>            Reporter: Steve Loughran
>         Assigned To: Amila Chinthaka Suriarachchi
>            Priority: Minor
>
> the current WSDL codegen fails when >1 service is declared in a single WSDL file. Since when was this an illegal form of WSDL?
> [core:java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:107)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:29)
> [core:java] 	at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:23)
> [core:java] Caused by: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:139)
> [core:java] 	at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:105)
> [core:java] 	... 2 more
> [core:java] Caused by: java.lang.UnsupportedOperationException: Single service WSDL files only
> [core:java] 	at org.apache.axis2.wsdl.codegen.emitter.MultiLanguageClientEmitter.emitStub(MultiLanguageClientEmitter.java:119)
> [core:java] 	... 3 more
> Process ant exited with code 1

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org