Re: SoapException or output parameter?

Peter Thaggard <[email protected]> Wed, 10 Dec 2003 09:56:31 -0500
Newsgroups gmane.comp.windows.devel.soap.general
Message-ID <OF9092B6DE.EB12D7CF-ON85256DF8.0051D95B-85256DF8.005214B1@freddiemac.com>
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.