Donate Share

gSOAP Toolkit

Tracker: Bugs

5 soap_faultdetail not properly generated when using DOM - ID: 2211722
Last Update: Comment added ( engelen )

2.7.12

When my SOAP_ENV__Detail contains xsd__anyType __any instead of char *__any
the function soap_faultdetail is not properly generated, i.e. it doesn't
allocate the detail element:

SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultdetail(struct soap *soap)
{
soap_fault(soap);
return NULL;
}

This causes problems because e.g. wsaapi.c calls soap_faultdetail() and
then assumes that soap->fault->detail is properly allocated.


Piotr Domagalski ( szalik ) - 2008-10-31 12:16

5

Closed

None

Robert van Engelen

None

None

Public


Comment ( 1 )

Date: 2009-03-02 04:04
Sender: engelenProject Admin

Not really a bug, but a necessary omission. The detail XML content is
stored in the DOM. There is no simple string representation any longer.


Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2009-03-02 04:04 engelen
assigned_to nobody 2009-03-02 04:04 engelen
allow_comments 1 2009-03-02 04:04 engelen
close_date - 2009-03-02 04:04 engelen