Thanks Glen. How did you annotate these exceptions?
import org.example.wordlookup.BasicFault; import org.example.wordlookup.EntryAlreadyExistsFault; import org.example.wordlookup.EntryNotFoundFault; Cheers, Rob On Feb 7, 2008 1:11 PM, Glen Mazza <[EMAIL PROTECTED]> wrote: > http://www.jroller.com/gmazza/date/20071019 ? Check steps #4, #6, and > #10, for the WSDL, service, and client, respectively. > > HTH, > Glen > > Am Donnerstag, den 07.02.2008, 07:50 +1000 schrieb Rob Barrett: > > > Does anyone have an example of how to create a soap:fault from a > > custom exception thrown by a JAX-WS service? > > > > Cheers, Rob > >
