Hello everyone,
1.
I am not 100% and just want to confirm, every exception thrown from Web Services
server side must be derived from SOAPException, and from client side, every exception
caught are derived SOAPException?
2.
The reason why I ask this is I am confused about Web Services exception handling
mechanism, I am not sure for client side code, we need to handle other kinds of
exception, like IO or network related exception?
regards,George