RE: AxisFault vs SOAP Fault

2002-06-05 Thread Andrew Vardeman
- From: Schwartz, Brenton [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 11:52 AM To: '[EMAIL PROTECTED]' Subject: RE: AxisFault vs SOAP Fault In case this question got lost inside a previous post I am re-asking it here: I realy need to get at a custom fault code. This does not appear

RE: AxisFault vs SOAP Fault

2002-05-30 Thread Schwartz, Brenton
uot; [EMAIL PROTECTED] cc: Subject: RE: AxisFault vs SOAP Fault Thanks for the try, System.out.println(AxisFault.getFaultCode() );prints the value "Server"which is the soap-env:faultcodeServer /soap-env:faultcodeout of the

Re: AxisFault vs SOAP Fault

2002-05-29 Thread R J Scheuerle Jr
The fault contents currently are not passed across the wire. Use AxisFault.getFaultCode() to get the fault code. Hope this helps. Rich Scheuerle XML Web Services Development 512-838-5115 (IBM TL 678-5115) Schwartz, Brenton [EMAIL PROTECTED] 05/29/2002 05:03 PM Please respond to

RE: AxisFault vs SOAP Fault

2002-05-29 Thread Schwartz, Brenton
, May 29, 2002 5:07 PM To: [EMAIL PROTECTED] Subject: Re: AxisFault vs SOAP Fault The fault contents currently are not passed across the wire. Use AxisFault.getFaultCode() to get the fault code. Hope this helps. Rich Scheuerle XML Web Services Development 512-838-5115 (IBM TL 678-5115

RE: AxisFault vs SOAP Fault

2002-05-29 Thread R J Scheuerle Jr
respond to axis-user To:'[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject:RE: AxisFault vs SOAP Fault Thanks for the try, System.out.println(AxisFault.getFaultCode() ); prints the value Server which is the soap-env:faultcodeServer /soap-env:faultcode out