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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -