Re: Yet another cannot load mod_axis2.dll problem

2008-04-03 Thread Andre Coelho
By the way, I'm using the binaries. On Thu, Apr 3, 2008 at 4:20 PM, Andre Coelho <[EMAIL PROTECTED]> wrote: > So, I'm using apache 2.0.63, Xerces 2.2.0 and Axis c++ 1.6b. > > My httpd looks like this on the end: > > LoadModule axis_module modules/mod_axis2.dll > > SetHandler axis > > > > And th

Yet another cannot load mod_axis2.dll problem

2008-04-03 Thread Andre Coelho
So, I'm using apache 2.0.63, Xerces 2.2.0 and Axis c++ 1.6b. My httpd looks like this on the end: LoadModule axis_module modules/mod_axis2.dll SetHandler axis And the conf like this: LogPath:C:\Program Files\Apache Group\Apache2\Axis\logs\AxisLog.txt WSDDFilePath:C:\Program Files\Apache Group

Re: WSDL2C

2008-04-03 Thread Dimuthu Gamage
Oops, looks like it is not part of the windows build. Should be corrected in the next incomming patch release. For the time being, please copy the scripts form https://svn.apache.org/repos/asf/webservices/axis2/trunk/c/tools/codegen/javatool/ Thanks Dimuthu On Thu, Apr 3, 2008 at 11:30 PM, Kamat

RE: WSDL2C

2008-04-03 Thread Kamath, Navin
Hi, I downloaded 1.3.0 binary distribution of Axis2/C from http://ws.apache.org/axis2/c/download.cgi using my local mirror but after extracting axis2c-bin-1.3.0-win32.zip I see the following structure C:\Axis2\axis2c-bin-1.3.0-win32>ls -1 AUTHORS CREDITS INSTALL LICENSE NEWS NOTICE README axis2

Re: WSDL2C

2008-04-03 Thread Dimuthu Gamage
Try to use the WSDL2C scripts in the "tools/codegen/javatool" directory of the axis2/C distribution. Note that you have to set AXIS2_HOME to the Axis2/Java distribution. Thanks Dimuthu On Thu, Apr 3, 2008 at 11:09 PM, Kamath, Navin <[EMAIL PROTECTED]> wrote: > Hi there, > > I want to use WSDL2C

WSDL2C

2008-04-03 Thread Kamath, Navin
Hi there, I want to use WSDL2C tool from Axis2 on windows to generate some C code. But no matter which version I download I don't see the tool in bin folder. I understand that the tool itself belongs to Axis2/J. The versions I tried are http://ws.apache.org/axis2/download/1_3/download.cgi using