Re: Errors running wsdl2ws

2006-03-21 Thread Adrian Dick
PROTECTED] Sent: Friday, March 17, 2006 9:35 PM To: Apache AXIS C User List Subject: Re: Errors running wsdl2ws Seems like you are using gcj. I suggest you use JDK from Sun, or try to compile the whole WSDL2WS Java tool, including the required jars from Axis Java using gcj. I have

RE: Errors running wsdl2ws

2006-03-21 Thread Lei Tang
Cvachoucek [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 1:02 AM To: Apache AXIS C User List Subject: Re: Errors running wsdl2ws Yes we had the same problem, may be this is also your case. It is not related to linux, its a problem on all platforms. The calculator sample tried to set

RE: Errors running wsdl2ws

2006-03-20 Thread Lei Tang
PM To: Apache AXIS C User List Subject: Re: Errors running wsdl2ws Seems like you are using gcj. I suggest you use JDK from Sun, or try to compile the whole WSDL2WS Java tool, including the required jars from Axis Java using gcj. I have never been able to use gcj with Axis successfully

Re: Errors running wsdl2ws

2006-03-20 Thread Petr Cvachoucek
have the similar problem with Axis c++ 1.6b on the linux (Fedora Core 4)? Any help would be appreciated! Thanks, Lei -Original Message- From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 9:35 PM To: Apache AXIS C User List Subject: Re: Errors running wsdl2ws

Errors running wsdl2ws

2006-03-17 Thread Lei Tang
I installed latest Axis C++ 1.6b on linux (Fedora 4). When I used wsdl2ws to generat the C++ code for the sample calculator.wsdl file with following command java org.apache.axis.wsdl.wsdl2ws.WSDL2Ws /usr/local/axiscpp_deploy/wsdls/calculator.wsdl -lc++ -sserver -o/tests/ltang/calculator/

Re: Errors running wsdl2ws

2006-03-17 Thread Samisa Abeysinghe
Seems like you are using gcj. I suggest you use JDK from Sun, or try to compile the whole WSDL2WS Java tool, including the required jars from Axis Java using gcj. I have never been able to use gcj with Axis successfully :-( Samisa... Lei Tang wrote: I installed latest Axis C++ 1.6b on linux