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-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

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? I tested it

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

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

2007-08-08 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

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

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
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

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

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

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