M
Mark A. Deal
If I throw a SOAP exception such as
Throw SoapException("An error occurred", SoapException.ClientFaultCode)
from a webservice method then do I then need to call a Return to exit the
method or does the call to the SoapException stop the processing of the
function and return to the client?
ie.
Throw SoapException("An error occurred", SoapException.ClientFaultCode)
Return -1
TIA
--
Mark A. Deal
Document & Data Solutions, LLC
http://www.docsol.com
Time Matters AIC
HotDocs Certified Consultant
GhostFill Certified Consultant
Throw SoapException("An error occurred", SoapException.ClientFaultCode)
from a webservice method then do I then need to call a Return to exit the
method or does the call to the SoapException stop the processing of the
function and return to the client?
ie.
Throw SoapException("An error occurred", SoapException.ClientFaultCode)
Return -1
TIA
--
Mark A. Deal
Document & Data Solutions, LLC
http://www.docsol.com
Time Matters AIC
HotDocs Certified Consultant
GhostFill Certified Consultant