RE: Service Specific Exception not working

2004-12-30 Thread Westfall, Eric Curtis
, December 29, 2004 12:36 PM To: [EMAIL PROTECTED] Subject: Service Specific Exception not working Hello, I've searched the list for answers to this issue and I haven't been able to find any satisfactory ones. I'm having trouble getting Service Specific Exceptions as defined in the JAX-RPC specification

RE: Service Specific Exception not working

2004-12-30 Thread Patrick Martin
in the SOAP:Fault and you're in business after that in the client. Get in touch if you're interested... Hope this helps. Patrick -Original Message- From: Westfall, Eric Curtis [mailto:[EMAIL PROTECTED] Sent: 30 December 2004 15:57 To: [EMAIL PROTECTED] Subject: RE: Service Specific Exception not working

RE: Service Specific Exception not working

2004-12-30 Thread Westfall, Eric Curtis
-Original Message- From: Patrick Martin [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: RE: Service Specific Exception not working I ended up using a dynamic proxy and doing a little bit of magic to unpack the exceptions. The essential

Service Specific Exception not working

2004-12-29 Thread Westfall, Eric Curtis
Hello, I've searched the list for answers to this issue and I haven't been able to find any satisfactory ones. I'm having trouble getting Service Specific Exceptions as defined in the JAX-RPC specification to work properly. If I define a custom exception and have it extend RemoteException, then