Character conversion error

2006-04-20 Thread Dubi Lego
Hi all! I am using client 1.6b on linux in C++ and when I send SOAP message to server I got the error below: org.xml.sax.SAXParseException: Character conversion error: quot ;Malformed UTF-8char -- is an XML encoding declaration missing?quot; (line number may be too low). Is this

Segmentation fault

2006-03-26 Thread Dubi Lego
Hi all! I compiled axis c++ client with ant and when I run it crashed. I try to debug it with gdb and the output is: [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 20889)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384

crash problem

2006-03-21 Thread Dubi Lego
Hi all! I am working on linux OS and trying to build client. I tried to work with the bin package but for some reason my program crashed once an instance of Stub class was created. I think it's related to the lib libaxis_client.so. Is there any way to compile and create this lib on

installing Axis c++ on linux

2006-03-21 Thread Dubi Lego
Hi all! I am trying to install Axis c++ client and compile the src on linux and I have some questions: Which version is the most stable for linux? I downloaded version 1.5.0 and in the INSTALL file step five I need to run ./configure but there is no such script, what is