P
Pete Davis
I just want to check my facts.
I've heard some differing accounts, but my understanding of an article I
read on the MSDN site is, if you throw an exception in a web service, the
exception is encapsulated in a SoapException, returned as a Soap <fault> and
the SoapException is thrown on the client. Is my understanding of this
correct?
I just want to make sure if I'm throwing exceptions in the web service that
the client is going to get them. I seem to recall some postings where people
were saying exceptions they were throwing in their web services weren't
being thrown on the client, but instead were causing issues in their web
service itself (crashing?). I don't recall how those topics were resolved,
however.
Thanks
Pete davis
I've heard some differing accounts, but my understanding of an article I
read on the MSDN site is, if you throw an exception in a web service, the
exception is encapsulated in a SoapException, returned as a Soap <fault> and
the SoapException is thrown on the client. Is my understanding of this
correct?
I just want to make sure if I'm throwing exceptions in the web service that
the client is going to get them. I seem to recall some postings where people
were saying exceptions they were throwing in their web services weren't
being thrown on the client, but instead were causing issues in their web
service itself (crashing?). I don't recall how those topics were resolved,
however.
Thanks
Pete davis