Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-14 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Samisa, Good news. This morning, I built and installed Axis2/C from latest source code on a different machine than I was using earlier. Now soap requests with line breaks works fine. Good news! Thanks a lot everyone for looking in to the issue! You are always welco

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-14 Thread Subra A Narayanan
Samisa, Good news. This morning, I built and installed Axis2/C from latest source code on a different machine than I was using earlier. Now soap requests with line breaks works fine. I am thinking the earlier machine that I was using had some environment issues. Thanks a lot everyone for looking

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-13 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Samisa, Its still the same case. Request with line breaks fails, without the line breaks works fine. I started the simple axis server with gdb. I didnt get a backtrace at all. See the text below hmmm. Looking at the gdb output, I cannot think of any possible reason wh

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-13 Thread Subra A Narayanan
Samisa, Its still the same case. Request with line breaks fails, without the line breaks works fine. I started the simple axis server with gdb. I didnt get a backtrace at all. See the text below [EMAIL PROTECTED] bin]# gdb ./axis2_http_server GNU gdb 6.3 Copyright 2004 Free Software Foundation,

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-12 Thread Subra A Narayanan
Thanks Samisa..I will run axis http server with gdb and send u the trace. On 8/9/07, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > > Samisa Abeysinghe wrote: > > Subra A Narayanan wrote: > >> Hey Samisa, > >> > >> It still doesn't work. Anything else that I can do to solve this > >> problem

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-09 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Subra A Narayanan wrote: Hey Samisa, It still doesn't work. Anything else that I can do to solve this problem? I tested it on my machine, with newlines in the payload, and it works with the latest svn. I tested with a PHP client and echo service. You seem to have test

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-09 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hey Samisa, It still doesn't work. Anything else that I can do to solve this problem? I tested it on my machine, with newlines in the payload, and it works with the latest svn. I tested with a PHP client and echo service. You seem to have tested with SOAP 1.1 in place.

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-09 Thread Dumindu Pallewela
Hi Subra, What did the server log file say? From your previous mails, I can find that you have built the mod_axis2.so from source. If you can re-build the module with debug enabled and send the stack trace at the segfault, that too would help us identify the cause of this issue. Regards, Du

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-09 Thread Subra A Narayanan
Hey Samisa, It still doesn't work. Anything else that I can do to solve this problem? Initially I was using Ruby to write the client. But that doesn't work because Ruby inserts line breaks in the SOAP msg. So for the time being I am using Axis2/C for client code as well. But the consumers of my w

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-08 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Samisa, Where should I run the distclean from? I mean which folder? My original installation was in /usr/local/axis2c. I deleted the whole axis2c folder and built everything from scratch today. Do you think I still need to run distclean and will that solve my problem?

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-08 Thread Subra A Narayanan
Samisa, Where should I run the distclean from? I mean which folder? My original installation was in /usr/local/axis2c. I deleted the whole axis2c folder and built everything from scratch today. Do you think I still need to run distclean and will that solve my problem? Pls let me know. Thanks so

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-08 Thread Samisa Abeysinghe
Subra A Narayanan wrote: Hey Manjula, I got the latest source code from svn and built it. I am still getting an error when there are line breaks in the incoming SOAP request. I did an svn update and this is what it tells me: [devwsserver:~/axis2c-svn/c]$ svn update At revision 563913. This

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-08 Thread Subra A Narayanan
Hey Manjula, I got the latest source code from svn and built it. I am still getting an error when there are line breaks in the incoming SOAP request. I did an svn update and this is what it tells me: [devwsserver:~/axis2c-svn/c]$ svn update At revision 563913. Was the bug fixed in the above ment

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-07 Thread Sanjaya Ratnaweera
Subra A Narayanan wrote: Hey Manjula, I checked out the latest source code from svn and built it. But when I try to build the samples, I get an error. Since there is no configue.sh file in the samples directory, I had to run the build.sh script file. It dies half way through. This is the erro

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-07 Thread Sanjaya Ratnaweera
Subra A Narayanan wrote: Hey Manjula, I checked out the latest source code from svn and built it. But when I try to build the samples, I get an error. Since there is no configue.sh file in the samples directory, I had to run the build.sh script file. It dies half way through. This is the erro

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-07 Thread Subra A Narayanan
Hello all, After I sent my first mail this afternoon, I thought of starting fresh and building axis2/c from source again. So I deleted the axis2/c source directory from my file system, created a new directory, checked out latest axis2/c code from svn and try building again. this time by axis2/c b

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-07 Thread Subra A Narayanan
Hey Manjula, I checked out the latest source code from svn and built it. But when I try to build the samples, I get an error. Since there is no configue.sh file in the samples directory, I had to run the build.sh script file. It dies half way through. This is the error I get ...

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-07 Thread Manjula Peiris
Hi subra, This is a bug in Axis2/C 1.0. But it has been fixed after 1.0 and in the current svn trunk it is working. -Manjula. On Mon, 2007-08-06 at 22:57 -0400, Subra A Narayanan wrote: > Hey Samisa, > > I am using Axis2/C 1.0, source distribution on Linux. I compiled the > source with the apac

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-06 Thread Subra A Narayanan
Hey Samisa, I am using Axis2/C 1.0, source distribution on Linux. I compiled the source with the apache http module. Thanks for your follow-up abt my earlier issue. I will respond to that email separately so that someone following that thread will also benefit. Thanks again for ur quick response

Re: [Axis2/C]: SOAP request with line breaks fails

2007-08-06 Thread Samisa Abeysinghe
What version of Axis2/C you are using? We had a problem like this, but if I remember right we have fixed it. BTW, have you been able to solve the service compilation problem that you discussed in the other thread? Samisa... Subra A Narayanan wrote: Hello everyone, I found an interesting i

[Axis2/C]: SOAP request with line breaks fails

2007-08-06 Thread Subra A Narayanan
Hello everyone, I found an interesting issue today and was wondering if someone else has seen tha same issue before. I am using Axis2/C on Linux. I have a web service running. When the client tries calling the web service using SOAP, the web service works if there are no line breaks in the SOAP r