RE: How to handle soap faults?

2007-08-01 Thread Moore, Greg
: Wednesday, August 01, 2007 9:11 AM To: axis-user@ws.apache.org Subject: Re: How to handle soap faults? Greg, Can you please post what you have so far? thanks, dims This message and any attachments are intended only for the use of the addressee and may contain information that is privileged

How to handle soap faults?

2007-08-01 Thread Moore, Greg
Hi, Done some searching of axis and other lists as well as google searches and I haven't come up with anything that explained what I am wondering about. I'm posting an xml file containing a soap envelope to a service and I get back a xml response that will either contain a soap fault or a

Re: How to handle soap faults?

2007-08-01 Thread Davanum Srinivas
Greg, Can you please post what you have so far? thanks, dims On 8/1/07, Moore, Greg [EMAIL PROTECTED] wrote: Hi, Done some searching of axis and other lists as well as google searches and I haven't come up with anything that explained what I am wondering about. I'm posting an xml file

Re: How to handle soap faults?

2007-08-01 Thread Davanum Srinivas
. print failure: + post.getStatusLine().toString() Hope this helps Regards, Greg, -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 9:11 AM To: axis-user@ws.apache.org Subject: Re: How to handle soap faults? Greg, Can you please

RE: How to handle soap faults?

2007-08-01 Thread Moore, Greg
PROTECTED] Sent: Wednesday, August 01, 2007 2:06 PM To: Moore, Greg Cc: axis-user@ws.apache.org Subject: Re: How to handle soap faults? Here you go: #This handles the imports of the java stuff from org.apache.commons.httpclient import * from org.apache.commons.httpclient.methods import * from