SV: [SOAP] SoapException or output parameter?
"Vinther,Erik Pilgaard EPV" <[email protected]> Thu, 11 Dec 2003 08:26:36 +0100
| Newsgroups | gmane.comp.windows.devel.soap.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Peter, If this is the case, we will go for exceptions. Thanks. Venlig hilsen / best regards Erik P. Vinther CSC Scandihealth A/S E-mail mailto:[email protected] Tlf. +45 8745 7142 Fax +45 8745 7270 Web http://www.scandihealth.com ---------------------------------------------------------------------------- ---------------------------------- This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. ---------------------------------------------------------------------------- ---------------------------------- -----Oprindelig meddelelse----- Fra: Peter Thaggard [mailto:[email protected]] Sendt: 10. december 2003 15:57 Til: [email protected] Emne: Re: [SOAP] SoapException or output parameter? Exceptions work for any language that contains the concept, including Java, C++, and even VB. I always prefer exceptions to error messages, but I suppose that is just an old C++ habit of mine. We have Web services implemented in both VB.net and Java. Both flavors raise exceptions. We have Web Service clients in VBA and Java, and they both catch exceptions just fine.