Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Web Services and the fly likes Configure WSDD with exceptions info Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Configure WSDD with exceptions info" Watch "Configure WSDD with exceptions info" New topic
Author

Configure WSDD with exceptions info

marta gomez
Greenhorn

Joined: Jun 04, 2009
Posts: 8
Hello,

I have created a class that want to deploy as a Web Service.

With this WSDD file, it works fine:



But my class also can throw an exception: lo.webServices.MyFault and I do not know how to add this information to the file server-config.wsdd

If I don“t add the exception info in the WSDD, when the server throws the exception 'MyFault', in the client I receive 'AxisException', not the original exception.


Can anyone help me?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Configure WSDD with exceptions info
 
Similar Threads
How to allow multiple methods in SOAPService
Issue when deploying wsdd file
axis - Exception FIXME on deploy
org.xml.sax.SAXException: Bad types
User Defined Objects