File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Error generating C++ Client stuff Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Error generating C++ Client stuff" Watch "Error generating C++ Client stuff" New topic
Author

Error generating C++ Client stuff

John McDonald
Ranch Hand

Joined: Jul 01, 2003
Posts: 112
Hi there,
I am using Axis C++ wsdl2ws to generate the Client Stuff but get the following errors? Could someone point out what it is? Thanks you very much.

C:\project\webservices>java org.apache.axis.wsdl.wsdl2ws.WSDL2Ws -client cliam.wsdl

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)
John McDonald
Ranch Hand

Joined: Jul 01, 2003
Posts: 112
I found the error. I need to use Axis C++ lib rather than Java lib.
 
 
subject: Error generating C++ Client stuff
 
Threads others viewed
problem connecting to https: server
Problem with Apache Axis Soap Monitor
how to post jobs in Monster using their webservice
file reading in applet
Apache Axis in Weblogic
IntelliJ Java IDE