Hi, I am trying to write a simple SOAP client using HttpUrlConnection. If the server response is a SOAP Fault, then The HttpURLConnection seems to throw a FileNotFoundException, when attempting to do a conn.getResponseCode(). How does one get access to the fault information. Some example that I saw on the web, suggested conn.getErrorStream(), but it returns null. Can someone point me to how you read in the fault info?
Thanks Swami K.
