I encountered a similar problem using the latest axis.jar and related jar 
files.  Try using jar files shipped with 1.6b.  This will be corrected in 
the future, but if you want to use the latest axis.jar file then you need 
uncomment 

//import org.apache.axis.constants.Style;

in wsdl2ws.java and regenerate wsdl2ws tool 

Nadir K. Amra


"Rothe M., ITSC Bonn, SHD, M" <[EMAIL PROTECTED]> wrote on 
10/25/2006 03:54:31 AM:

> Hi there,
> 
> I'm currently trying to get Axis C++ to create the C++ wrapper and 
> skeleton files out of a WSDL file. I installed the AXIS C++ package 
> and the wsdl2ws tool under Microsoft Windows XP as described in the 
> manuals. However when I run the wsdl2ws tool on the command line all
> I get is the following error and stack trace:
> 
> 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)
> 
> The WSDL file I use as input was created automatically by the Java 
> version of Axis for a Java web service entry point class. I intent 
> to use the exact same interface for a C++ entry point and assumed 
> that this should work. The class path is set alright and the most 
> recent versions of all Axis .jars are used.
> 
> If anyone of you could help me resolve that problem, would you 
> please write back? Any help will be most appreciated.
> 
> Kind regards,
> Matthias Rothe
> Human Resources Development
> BA Student
> 
> Deutsche Post World Net
> IT Services Center Bonn
> Deutsche Post ITSolutions GmbH
> Arnulfstr. 60
> 80335 München
> 
> 
> tel.         +49 (0) 89 55 99 16 307
> fax          +49 (0) 89 55 99 16 199
> email        [EMAIL PROTECTED]
> internet     http://www.dp-itsolutions.de
> 
> This email is confidential. If you are not the intended
> recipient, you must not disclose or use the information
> contained in it. If you have received this email in
> error, please tell us immediately by return email and
> delete the document.
> 

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

  • wsdl2ws problem Rothe M., ITSC Bonn, SHD, M
    • Re: wsdl2ws problem Nadir Amra

Reply via email to