Re: Book recommendations?

2004-10-21 Thread damitha
I remeber a book named web services patterns. It use axis java for its samples damitha > if you don't mind reading a german book, look for > 'Java Web Services mit Apache Axis' ISBN 3-935042-57-4 Software&Support > Verlag GmbH > It is focused an Axis and helps

Re: Question regarding Axis/C++ binaries with Apache2

2004-09-02 Thread damitha kumarage
> under Apache2 and add appropriate config instructions to Apache2.conf > as in (LOADMoDULE, and commands). Yes Actually the INSTALL file there is incomplete there in the sense that it does not clearly explain for the user who downloaded the binary. In current cvs INSTALL documentation is more cle

Re: Strange error trying to start Apache w/ axis modules, WinXP

2004-06-08 Thread damitha
Hi, I'll forward this message to [EMAIL PROTECTED] Please send your requests on Axis C++ to [EMAIL PROTECTED] list damitha > [Repeat of previous message, this time with fragment of httpd.conf > included. Pretty trivial, really.] > > > > On Windows XP, with both Apache 1.3

Re: Trouble compiling Axis c++

2004-05-26 Thread damitha
Hi, I've tested in redhat 8 with the latest of cvs and it works for me. I did not update the auto build tools of redhat. I used redhat build environment(gcc, automake, libtool, autoconf) as it is. Other thing is I tested with only expat and apache damitha In redhat 8 no need to update

Axis C++ version 1.1 Released

2004-04-18 Thread damitha
Hi all, Axis C++ team is proud to announce the release of Apache Axis C++ version 1.1. This C++ SOAP engine implementation provides a platform for developing Web services using C/C++ and also includes a client side library for developing C/C++ client applications. This release includes enhancement

Axis C++ version 1.1 Released

2004-04-18 Thread damitha
Hi all, Axis C++ team is proud to announce the release of Apache Axis C++ version 1.1. This C++ SOAP engine implementation provides a platform for developing Web services using C/C++ and also includes a client side library for developing C/C++ client applications. This release includes enhancement

Axis C++ version 1.1 Release Plan

2004-03-25 Thread damitha
April 10, 2004 damitha

RE: Error while restarting httpd

2004-03-01 Thread damitha
Hi, Please check whether you have tested apache2, xerces, linux versions. I've no other idea. Most probably your xerces version is different damitha > Thanks for quick response ... > I have copied the xerces library file into libaxiscpp_mod2.so into > /usr/lib, but error persi

RE: Error while restarting httpd

2004-02-29 Thread damitha
Hi, I think you can forget those warnings damitha > While compiling mod_axix2.c am getting following warnings, can the cause > any problem, > > source='mod_axis2.c' object='mod_axis2.lo' libtool=yes \ > depfile='.deps/mod_axis2.Plo' tmpdepfile=&#

Re: Error while restarting httpd

2004-02-19 Thread damitha
Hi Nishi, are your xerces libraries located so that apache can see it when loading? for example you can put it in /usr/lib damitha > > Hi > > I am learning XML. I have downloded axis-c. I > getting following error while restarting the htt

Re: Axis C++ on Solaris

2004-02-06 Thread damitha
Is only neccessary to use the build tools damitha > I'd like to know if libtools is required by axis c++ or is only necesary > to use the build tools > thanks. > > >>From: <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROTECTED] >>To: <[EMAIL PROTECTED]&

Re: Axis C++ on Solaris

2004-02-03 Thread damitha
r say $AXISCPP_HOME/solaris? damitha > Hi, I was wondering if anybody has tested Axis C on Solaris. I'm having > problems compiling it and my system administrator is not very fond with > the idea of installing newer versions of libtools, automake and > autogen. Is there any w

Re: Can`t build from sources

2004-02-01 Thread damitha
automake 1.6.3 libtool 1.4.2 Please let me know if you can get around with the default auto tools. to build the samples damitha > I've downloaded axis-c-src-linux-current-src.tar.gz, extracted it and > followed the instructions to build it. When I execute $ sh autogen.sh I >

Re: HPUX

2004-01-21 Thread damitha
Hi Mario, >> Hi All, >> We need help testing Axis C++ on other platforms. Currently it is >> tested only on Linux and windows. It is written with portability in >> mind. Anybody willing to test and help running Axis C++ on other >> unixes? >> >> damitha

Re: HPUX

2004-01-11 Thread damitha
Hi All, We need help testing Axis C++ on other platforms. Currently it is tested only on Linux and windows. It is written with portability in mind. Anybody willing to test and help running Axis C++ on other unixes? damitha > Hi all! > > Has somebody compiled the AXIS 1.0 (C++

Axis C++ Beta Release

2003-12-02 Thread damitha
Hi all, Axis C++ team is proud to announce the release of Apache Axis C++ (Beta). This C++ SOAP engine implementation provides a platform for developing Web services using C/C++ and also includes a client side library for developing C/C++ client applications. This release includes bug fixes over t

RE: Axis_C error parsing WSDL

2003-11-28 Thread damitha
Hi Chris, may be your jar files are diffenrent. I'll check with your java version and inform you. anyway, here is my environment profile. -- XERCESCROOT="/usr/local/xerces_c" XERCESJAVA="/home/damitha/projects/ws-axis_release_b/lib/axi

RE: Axis_C error parsing WSDL

2003-11-27 Thread damitha
:) No no, this has nothing to do with your linux distribution as long as you have the correct jvm running. the problem comes when you runs a java command , right? regds damitha > > > Am Do, 2003-11-27 um 05.04 schrieb Susantha Kumara: >> Hi Christian Fricke, >> >>

RE: [C++] message style service

2003-11-16 Thread damitha
at is needed from axis c++. damitha WIth thanks. Unfortunately I need to comply with a spec that requires > the XML be embedded as standard in a Soap body. > > Are there any plans to implement the Message style of service in C++? > > Alternate question - is there any interest in s

RE: [C++] message style service

2003-11-15 Thread damitha
Hi Richard, > Is it not possible to have an RPC based service accepting a String > literal argument that contains unparsed XML? Yes possible, but base64 encoded. damitha > > Richard > > > -Original Message- > From: Berin Lautenbach [mailto:[EMAIL PROTECTED] >