I have an existing application that I am attempting to turn into a web service. I am 
using Axis 1.2 beta Java2WSDL using Document/Literal settings to generate the WSDL 
from Java source. The methods return custom exceptions.  When I run Java2WSDL I get 
the following error message:

Please register a typemapping/beanmapping for 'my.package.MyException'

Where and how I a register this custom exception type?

MyException extends java.lang.Exception

Daryl E. Gerlach

Reply via email to