You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2005/05/20 10:31:03 UTC

[jira] Created: (AXISCPP-655) WSDL2Ws tool does not work with the jar files from Axis Java 1.2 final release

WSDL2Ws tool does not work with the jar files from Axis Java 1.2 final release
------------------------------------------------------------------------------

         Key: AXISCPP-655
         URL: http://issues.apache.org/jira/browse/AXISCPP-655
     Project: Axis-C++
        Type: Bug
  Components: WSDD Processing  
    Versions: 1.5 Final    
    Reporter: Samisa Abeysinghe


When Axis Java 1.2 final release's Jars are used with WSDL2Ws tool, the following exception occures.

Exception in thread "main" java.lang.NoSuchMethodError: org.apache.axis.wsdl.symbolTable.BindingEntry.getBindingStyle()Lorg/apache/axis/enum/Style;
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.setMethodInfo(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getServiceInfo(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.generateWrappers(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)


-- 
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: (AXISCPP-655) WSDL2Ws tool does not work with the jar files from Axis Java 1.2 final release

Posted by "Joel D'sa (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-655?page=comments#action_12433003 ] 
            
Joel D'sa commented on AXISCPP-655:
-----------------------------------

I tried to download the Axis Java 1.2 jars but they are no longer available. Is there an alternative or a compiled working jar available for download somewhere?

> WSDL2Ws tool does not work with the jar files from Axis Java 1.2 final release
> ------------------------------------------------------------------------------
>
>                 Key: AXISCPP-655
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-655
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: WSDD Processing
>    Affects Versions: 1.5 Final
>            Reporter: Samisa Abeysinghe
>         Assigned To: Samisa Abeysinghe
>
> When Axis Java 1.2 final release's Jars are used with WSDL2Ws tool, the following exception occures.
> Exception in thread "main" java.lang.NoSuchMethodError: org.apache.axis.wsdl.symbolTable.BindingEntry.getBindingStyle()Lorg/apache/axis/enum/Style;
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.setMethodInfo(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getServiceInfo(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.generateWrappers(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)

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


[jira] Assigned: (AXISCPP-655) WSDL2Ws tool does not work with the jar files from Axis Java 1.2 final release

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-655?page=all ]

Samisa Abeysinghe reassigned AXISCPP-655:
-----------------------------------------

    Assign To: Samisa Abeysinghe

> WSDL2Ws tool does not work with the jar files from Axis Java 1.2 final release
> ------------------------------------------------------------------------------
>
>          Key: AXISCPP-655
>          URL: http://issues.apache.org/jira/browse/AXISCPP-655
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDD Processing
>     Versions: 1.5 Final
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe

>
> When Axis Java 1.2 final release's Jars are used with WSDL2Ws tool, the following exception occures.
> Exception in thread "main" java.lang.NoSuchMethodError: org.apache.axis.wsdl.symbolTable.BindingEntry.getBindingStyle()Lorg/apache/axis/enum/Style;
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.setMethodInfo(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getServiceInfo(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.generateWrappers(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)

-- 
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] Closed: (AXISCPP-655) WSDL2Ws tool does not work with the jar files from Axis Java 1.2 final release

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-655?page=all ]
     
Samisa Abeysinghe closed AXISCPP-655:
-------------------------------------

    Resolution: Fixed

Once you compile the WSDL2Ws tool with Axis Java 1.2 final jars on your class path, the problem will be solved.

> WSDL2Ws tool does not work with the jar files from Axis Java 1.2 final release
> ------------------------------------------------------------------------------
>
>          Key: AXISCPP-655
>          URL: http://issues.apache.org/jira/browse/AXISCPP-655
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDD Processing
>     Versions: 1.5 Final
>     Reporter: Samisa Abeysinghe
>     Assignee: Samisa Abeysinghe

>
> When Axis Java 1.2 final release's Jars are used with WSDL2Ws tool, the following exception occures.
> Exception in thread "main" java.lang.NoSuchMethodError: org.apache.axis.wsdl.symbolTable.BindingEntry.getBindingStyle()Lorg/apache/axis/enum/Style;
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.setMethodInfo(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.getServiceInfo(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.generateWrappers(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)

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