Avatar

Level 3

Dear all,

I have created a form using WSDL connection to access web service in SOAP protocol.

But I have difficulties in error handling when acccessing web service.

I try to put a try catch block for the following statement :
ie. xfa.connectionSet.WebServiceDC.execute(false);
in case for any error, I can only catch message saying GeneralFault only.

Is there any extra object in the script that I can catch to handle for different error type?
e.g checking SOAP.? and where should I put the codes in?

Actualy I want to detect if network connection is not ok or if it fails to find ecert which is required under https connection


Rgds.