Home » XML » XML_Parser » Bug #2069
raiseError() calls without parameters
Details
| Submitted | 2004-08-05 16:04 UTC |
|---|---|
| From | smith at backendmedia dot com |
| Status | Bogus |
| Package | XML_Parser |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-08-05 16:04 UTC] smith at backendmedia dot com
Description:
------------
It would be good if you would pass some message or $this->parser in any calls to raiseError(). In particular it would be nice if you would pass $this->parser in your calls to raiseError in parse() and parseString().
[2006-09-11 17:02 UTC] juan at nobody dot cl
In the file Client.php comment the follow line (aprox line 576):
$params =& new SOAP_Value($mqname->fqn(), 'Struct', $mynull);
then, if you set the variable "$params" with a 'array()' in the function call, the body of response XML lock that:
<SOAP-ENV:Body />
And not:
<SOAP-ENV:Body>
<Operation/>
</SOAP-ENV:Body>
enjoy