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, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu"...Using host libthread_db library "/lib64/tls/libthread_db.so.1". (gdb) run -p 80 Starting program: /usr/local/axis2c/bin/axis2_http_server -p 80 AXIS2C_HOME is not set - log is written to . dir Started Simple Axis2 HTTP Server ... Program terminated with signal SIGTRAP, Trace/breakpoint trap. The program no longer exists. (gdb) bt No stack. (gdb) This is my dev set up: 64 bit Linux Axis2/C - server Ruby Client Subra On 8/12/07, Subra A Narayanan <[EMAIL PROTECTED]> wrote: > > 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 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. I am not sure if this > > > is related to SOAP version. I tested with SOAP 1.2, I will test with > > > SOAP 1.1 and let you know. > > I tested with SOAP 1.1 as well, and it seems to work fine with the > > latest svn when there are newlines in the payload. > > To help solve the problem, what you can do is to run Axis2/C server with > > gdb and send us the back trace of the crash point. > > > > Thanks, > > Samisa... > > > > -- > > Samisa Abeysinghe : <a href="http://wso2.org/projects/wsf/c">WSO2 Web > > Services Framework/C - Open source C library for providing and consuming Web > > services</a> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >
