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.
Robert van Engelen
None
None
Public
|
Date: 2009-03-02 04:04 Not really a bug, but a necessary omission. The detail XML content is |
| 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 |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use