Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 80088 invoked from network); 20 Jul 2006 06:54:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2006 06:54:51 -0000 Received: (qmail 98740 invoked by uid 500); 20 Jul 2006 06:54:50 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 98718 invoked by uid 500); 20 Jul 2006 06:54:50 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 98707 invoked by uid 99); 20 Jul 2006 06:54:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 23:54:50 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_10_20,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.167.205.225] (HELO mail.acoss.fr) (195.167.205.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 23:54:48 -0700 Received: from mail.acoss.fr (localhost.localdomain [127.0.0.1]) by localhost.acoss.fr (Postfix) with ESMTP id 56A1EB63A for ; Thu, 20 Jul 2006 08:54:26 +0200 (CEST) Received: from ac750-smtp.ac750.recouv (contact75.ac750.recouv [192.168.22.2]) by mail.acoss.fr (Postfix) with ESMTP id 48A93B148 for ; Thu, 20 Jul 2006 08:54:26 +0200 (CEST) Subject: java.lang.NoSuchMethodError witch WSDL2ws To: axis-c-user@ws.apache.org X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: From: Nicolas URIEN Date: Thu, 20 Jul 2006 08:54:19 +0200 MIME-Version: 1.0 Content-type: multipart/alternative; Boundary="0__=4EBBFB22DFB645D08f9e8a93df938690918c4EBBFB22DFB645D0" Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0__=4EBBFB22DFB645D08f9e8a93df938690918c4EBBFB22DFB645D0 Content-type: text/plain; charset=US-ASCII Hi, I have created a web service with the java axis tool. It works fine from a java client. Now , I need to make a C/C++ program. I got this exception raised when running the WSDL2ws in order to make my C stubs: 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) Here are my arguments : -sclient -v ${project_loc}/src/WebServiceAncre.wsdl I run this command from Eclipse. It has the other required axis libraries (axis.jar, commons-*, jaxrpc etc..) in its classpath (I have tried both axis 1.6 beta and 1.6 without success) What is wrong please? Help will be greatly appreciated. Many thanks in advance. --0__=4EBBFB22DFB645D08f9e8a93df938690918c4EBBFB22DFB645D0 Content-type: text/html; charset=US-ASCII Content-Disposition: inline

Hi,

I have created a web service with the java axis tool.
It works fine from a java client.

Now , I need to make a C/C++ program.

I got this exception raised when running the WSDL2ws in order to make my C stubs:

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)


Here are my arguments :

-sclient -v ${project_loc}/src/WebServiceAncre.wsdl

I run this command from Eclipse. It has the other required axis libraries (axis.jar, commons-*, jaxrpc etc..) in its classpath (I have tried
both axis 1.6 beta and 1.6 without success)

What is wrong please?

Help will be greatly appreciated. Many thanks in advance. --0__=4EBBFB22DFB645D08f9e8a93df938690918c4EBBFB22DFB645D0--