> > I don't think it's possible, unless you can compile your > own soap extension. > > In that case you might remove the following lines in soap.c: > > > > 1773> zend_clear_exception(TSRMLS_C); > > 1774> zend_bailout(); > > > > Remember that you than have to catch every exception (which > allows you > > to check if there was an exception and do some logging > actions). This > > is just an option, it's untested in every way! > > > > Regards, > > > > David > Thanks... > Is it possible to hope for a SoapServer::handle modification > in PHp 5.1 to throw such exceptions ? I don't think so, because it would break BC. Maybe optional. I'm not the ext/soap maintainer, that's Dmitry. You could write a patch that makes the bailout optional and file a feature request at bugs.php.net. Regards, David -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php