Title: Nachricht
MyExtension should extend AxisFault.
 
Best regards,

--
DI Günter Grossberger
Consultant             Tel: +43 1 329 50 161
Software AG Österreich Fax: +43 1 329 50 171
Guglgasse 7-9          GSM: +43 676 833 29 261
1030 Wien             
http://www.softwareag.com/austria
 


From: Denis Schlesinger [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 24, 2005 12:00 PM
To: axis-user@ws.apache.org
Subject: Defining faults in the WSDD

Hi all,
 
does anyone here have knowledge of how to add a fault to a service in a WSDD file that is serializable by AXIS and therefore appears in the auto-generated WSDL file?
 
Since now I have tried to add this:
 
<fault class="my.package.MyException/> where 'MyException' extends java.rmi.RemoteException. When deploying I get a server-site error that the class'java.lang.Throwable' can not be serialized.
 
My web service method throws a 'MyException'. Am I on the right path or is there a better way???
 
Please advise!
 
Thanks, Denis

Reply via email to