axis2c-unofficial icon indicating copy to clipboard operation
axis2c-unofficial copied to clipboard

Unofficial backports and unofficial support for Apache Axis2/C

Results 9 axis2c-unofficial issues
Sort by recently updated
recently updated
newest added

See https://github.com/loentar/axis2c-unofficial/issues/17 - it's been a while.

I am on Ubuntu 18.04. Following the instructions for building from source. Installed json-c. Then: ```sh ./configure --prefix=$AXIS2C_HOME --enable-json ``` and got ```sh ... Making all in transport/http/util make[4]: Entering...

Dear experts, A quick question, We observed, for some identified soap request payload, truncated XML in response. We use guththila as the main XML parser. This is confirmed by :...

In axis2_libcurl.c/axis2_libcurl_send() ... int status_code = 0; ... curl_easy_getinfo(handler, CURLINFO_RESPONSE_CODE, &status_code); The status_code should be long. This caused an overlay that caused a SIGSEGV calling AXIS2_FREE(data->env->allocator, content_type); Patch is attached....

This patch allows to set stderr as an explicit logfile target. Before it was possible to log to stderr by using a Axis2LogFile directive with a file that the process...

Possible leak found... actually axis2_ssl_utils_cleanup_ssl() is never called. ``` ==67752== 17,736 bytes in 1 blocks are possibly lost in loss record 125 of 126 ==67752== at 0x4C2AB80: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)...

``` We have implemented and deployed a webservice, where a file will be transmitted as Base64data to client. If the file is large 10 Mb, the client will not receive...

``` I am using Axis2-C Unofficial (https://code.google.com/p/axis2c-unofficial/source/checkout) trunk built with openssl-1.0.1g version but it is not built with libcurl enabled. This version is properly connecting to web service using https...

``` Currently Axis2/C fails under a lot of load, and using async calls 1.Compile the example (The test uses boost in order to force certain syncronisation conditions) 2.Run it What...