Re: compiling with gcc

2008-08-20 Thread lahiru gunathilake
Hi Martin, Please have a look in to this http://ws.apache.org/axis2/c/docs/axis2c_manual.html Cheers Lahiru On Wed, Aug 20, 2008 at 4:13 PM, Martina08 <[EMAIL PROTECTED]> wrote: > > I want to build the math-example. My command is like the manual: > gcc -o mathexecute -I$AXIS2C_HOME/include/axi

Re: Loading mod_axis2.so module into Apache

2008-07-16 Thread lahiru gunathilake
On Thu, Jul 17, 2008 at 12:58 AM, lahiru gunathilake <[EMAIL PROTECTED]> wrote: > Hi Alex, > > I think you have to set AXIS2C_HOME environment variable on your server > machine. > You don't need to set the environment variable but you are suppose to change the Axis2Rep

Re: Loading mod_axis2.so module into Apache

2008-07-16 Thread lahiru gunathilake
Hi Alex, I think you have to set AXIS2C_HOME environment variable on your server machine. And why are you copying libraries from one machine to another why don't you compile Axis2C on you server machine.AFAIK if your first machine and the second machine are different,different in the sense first m

Re: Deploy AXIS2C web service application in Apache HTTP server

2008-06-11 Thread lahiru gunathilake
s folder. How to > generate the mod_axis2.so for this. > > mod_axis2.so is not only to a particular service it's for all the services you deploy in Apache http which you written using Axis2C. Regards lahiru > > > Regards, > > Shobha > > > > > --

Re: Deploy AXIS2C web service application in Apache HTTP server

2008-06-11 Thread lahiru gunathilake
hi Shobha, refer this http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2 Regards Lahiru On Thu, Jun 12, 2008 at 10:00 AM, Shobha AC <[EMAIL PROTECTED]> wrote: > Dear All, > > Request for the steps to deploy my web service application > (libResolution.so) developed using

Re: Axis2/C Performance Article

2008-05-03 Thread lahiru gunathilake
On Sat, May 3, 2008 at 4:11 PM, lahiru gunathilake <[EMAIL PROTECTED]> wrote: > Hi, > > I will fix that. > > Thanks for pointing this out. And it's Requests per seconds. > > Regs > lahiru > > > On Sat, May 3, 2008 at 3:14 PM, Ajith Ranabahu <[EMAIL P

Re: Axis2/C Performance Article

2008-05-03 Thread lahiru gunathilake
Hi, I will fix that. Thanks for pointing this out. Regs lahiru On Sat, May 3, 2008 at 3:14 PM, Ajith Ranabahu <[EMAIL PROTECTED]> wrote: > hi, > The first two graphs do not have the y axis descriptions ! > > > On Sat, May 3, 2008 at 5:00 AM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > > > F

Re: Memory leak in WSDL2C client code

2008-02-21 Thread Lahiru Gunathilake
Hi Simone, Could you please raise a Jira for that.I'll have a look in to that.We are doing fixes these days so haven't check with memory leaks.Hope to do it ASAP. Regs lahiru On Thu, 2008-02-21 at 17:53 +0100, Simone Bordin wrote: > Hi, > i'm using axis2c 1.2 and the axis2java nigthly build. > Wit

Hi Mark

2008-02-21 Thread Lahiru Gunathilake
Hi Mark I'm sorry!,I can't send you attachments I tried several times.You can down load those generated file here. http://people.apache.org/~lahiru/generated_files.zip Regards lahiru - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: speed up build process

2008-02-18 Thread Lahiru Gunathilake
On Tue, 2008-02-19 at 08:58 +0530, Lahiru Gunathilake wrote: > Hi Mark, > This is what i have done and i have attached the generated code and VS > project. > Simply run your script by giving one the first argument as the wsdl > path.Then it generated those attached files.Please

Re: speed up build process

2008-02-18 Thread Lahiru Gunathilake
erted files in one folder > or with a 'scr' subfolder ? > > mfg derMark > > > Lahiru Gunathilake schrieb: > > Hi Dave, > > Now on Linux when we generate the C code(server side code)from WSDL2C > > script it generate a build.sh file which is capable of

Re: speed up build process

2008-02-18 Thread Lahiru Gunathilake
Hi Dave, Now on Linux when we generate the C code(server side code)from WSDL2C script it generate a build.sh file which is capable of compiling and creating the library file. With -o and -S parameters it works fine and build the library file. Now i'm checking on doing the same thing with your scr

Re: speed up build process

2008-02-13 Thread Lahiru Gunathilake
+1 for your ideas. But i'm using a script which create the service and client code and compile both and deploy the service and run the client.But that is for Linux.With the script we only have to give the wsdl file name as a parameter and it does every thing.But it won't work with windows.If we us

Re: Axis2C patch and API comments

2008-01-04 Thread Lahiru Gunathilake
Hi Alastair, I have added JIRAs for all of these Issues. Thanks a lot for your issues. Regards lahiru On Thu, 2008-01-03 at 10:53 -0800, Alastair FETTES wrote: > Apache Axis2/C Team: > > During our work with Axis2/C version 1.1 we have run into a number of > issues that we would like to convey b

Re: apache module with SVN version

2007-12-18 Thread Lahiru Gunathilake
On Tue, 2007-12-18 at 14:29 +0530, Dinesh Premalal wrote: > > The problem I think is that the options are not mentioned on > the webpage > for configuration of http daemon > (http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2) I did the modifica

Re: Bug in axis2c xml parsing?

2007-10-19 Thread Lahiru Gunathilake
Hi Subra, I've checked your code but it worked in both two types of xml's.Please check your variables MY_NAMESPACE_PREFIX and MY_NAMESPACE_URI.You have to give the appropriate prefix to get the child by the Qname. This is my code: char* MY_NAMESPACE_URI = "http://x.com";; char* MY_NAMESPACE

Re: Bug in axis2c xml parsing?

2007-10-18 Thread Lahiru Gunathilake
Please raise an issue in JIRA. Regs Lahiru On Thu, 2007-10-18 at 16:02 -0400, Subra A Narayanan wrote: > Hello folks, > > I use the following code to parse an incoming ws request. I am posting > only snippets of the code for sake of brevity > >