It sounds a bit weird to create a SOAP server as a command line script as it needs a web server to get the request. The SOAP server only handles the actual soap request. It does not handle the communication. Mabye it could be done ofcourse if you implemented your own transport communication but I don't know how/if that would work. Either way. A soap server without a webserver (or another server that handles the communication) sounds a bit weird. /Danne -----Ursprungligt meddelande----- Från: FENDT Charles [mailto:cfendt@silicom.fr] Skickat: den 23 februari 2005 16:47 Till: soap@lists.php.net Ämne: SoapServer & SoapFault hello Is it possible to catch SoapFault exception during SoapServer::handle() ??? handle does not return any exception... I didn't found any documentation about SoapServer error... I didn't found any doc about use_soap_error_handler()... does is answer to my question? how? please, help... I need to implement a Soap Daemon (command line script)... so, the script must continue to be executed, even if an error occured in on request... (actualy, the first SoapFault stopes my daemon :-( ) Charles FENDT -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php ______________________________________ OBS! Vi har ändrat våra e-postadresser, se avsändaradressen ovan. V.g. uppdatera dina eventuella sändlistor. N.B. Our e-mail addresses are changed (see above sender address). Please change any sendlists accordingly. Thank you. ______________________________________ This message and any files or documents attached are confidential and may also be legally privileged or protected by other legal rules. It is intended only for the individual or entity named. If you are not the named addressee or you have received this email in error, please inform the sender immediately, delete it from your system and do not copy or disclose it or its contents or use it for any purpose. Thank you. Please also note that transmission cannot be guaranteed to be secure or error-free. -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php