-
I'm using C, not C++ and can not use C++ namespace. gSoap version 2.7.12
Normally when using several webservices in same exe I have compiled a Env.c file, and got one version of struct SOAP_ENV__Detail.
When using custom soap-faults I have to have different SOAP_ENV__Detail structs, and need namespace to make them unique. It looks like that is impossibly, and I get a conflict.
2009-06-22 14:53:26 UTC in gSOAP Toolkit
-
I'm using gSoap 2.7.12 and apache 2.0.63 running on tru64.
When I do a soap-call and use content-encoding chunked and the total size of the buffer is bigger then a certain size I do get an segmentation fault. I do not know the exact size, but the limit is someplace between 2000 and 8000 bytes.
It seems like this is caused by mod_gsoap.c in the method frecv().
It checks if r->remaining...
2009-03-10 16:08:57 UTC in gSOAP Toolkit
-
I use gSoap version 2.7.12.
I have a WebService that can throw different types of soapFaults, it's not decoded.
I have tracked it down to stdsoap2.c
In line 13223 there is:
if (k == 0 || k == 200)
return SOAP_OK;
k is the HTTP-code which is 500.
A bit furter down at line 13229 I got
if (soap->length > 0 || (soap->imode & SOAP_IO) == SOAP_IO_CHUNK)
{ if (((k > 200 &&...
2009-02-19 07:18:04 UTC in gSOAP Toolkit
-
I use gSoap version 2.7.12.
I have a WebService that can throw different types of soapFaults, it's not decoded.
I have tracked it down to stdsoap2.c
In line 13223 there is:
if (k == 0 || k == 200)
return SOAP_OK;
k is the HTTP-code which is 500.
A bit furter down at line 13229 I got
if (soap->length > 0 || (soap->imode & SOAP_IO) == SOAP_IO_CHUNK)
{ if (((k > 200 &&...
2009-02-18 14:09:52 UTC in gSOAP Toolkit
-
I miss the possibility to create charts in YUI. There should be be support for graphs, pie and bars, and support events to let the user interact with the charts.
2007-09-19 07:12:29 UTC in YUI Library