Return-Path: Mailing-List: contact soap-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list soap-user@xml.apache.org Received: (qmail 65693 invoked from network); 6 Jun 2002 11:32:06 -0000 Received: from email.nist.gov (129.6.2.7) by daedalus.apache.org with SMTP; 6 Jun 2002 11:32:06 -0000 Received: from almostheaven (asynce056.nist.gov [129.6.31.56]) by email.nist.gov (8.12.2/8.12.2) with SMTP id g56BW2i9028196 for ; Thu, 6 Jun 2002 07:32:05 -0400 (EDT) From: "Daniel P Allen" To: Subject: RE: Handling SOAP Faults using HTTPURLConnection based client Date: Thu, 6 Jun 2002 07:29:41 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Your welcome Swami. I never fought this battle. I was using 1.4 at work and discovered the problem when I ran my SOAP client from home using 1.3.1-02. I simply installed 1.4 at home ;-) I assume you have tried catching the exception and plowing ahead with a getInputStream() call? Good luck! BTW - 1.3 is real trash IMNSHO! Dan -----Original Message----- From: K. Swaminathan [mailto:swami@instantis.com] Sent: Wednesday, June 05, 2002 5:50 PM To: soap-user@xml.apache.org Subject: RE: Handling SOAP Faults using HTTPURLConnection based client Thanks Dan, but is there any trick we can do to retrieve the fault data using 1.3 at all? Swami K. -> -> This unfriendly behavior of HttpURLConnection seems to have been -> corrected, errr... changed, in J2SE 1.4. -> -> Dan -> ->-----Original Message----- ->From: K. Swaminathan [mailto:swami@instantis.com] ->Sent: Tuesday, June 04, 2002 10:05 PM ->To: soap-user@xml.apache.org ->Subject: Handling SOAP Faults using HTTPURLConnection based client -> -> ->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. -> -> ->