java - How to handle SOAPFaultException in client -
in application consuming soap web service. trying display error page when ever service down. have put soapfaultexception in catch block ever there web service call , there re-directed error page says web services down. getting error page bad requests web service also. how can differentiate b/w these bad request , service down exceptions. in both cases getting same exception. it's third party web service.
Comments
Post a Comment