RE: WSDL2Java does not generate custom exception

2004-10-27 Thread Anne Thomas Manes
t that someone file a bug report. So I repeat, please file a bug report. Thanks, Anne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 9:12 AM To: [EMAIL PROTECTED] Subject: RE: WSDL2Java does not generate custom exception Hi Ann

RE: WSDL2Java does not generate custom exception

2004-10-27 Thread smcardle
;s a bug. It is not compliant with the > specifications. > > Please file a bug report. > > Anne > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 4:21 AM > To: [EMAIL PROTECTED] > Subject: RE: WSD

RE: WSDL2Java does not generate custom exception

2004-10-27 Thread Anne Thomas Manes
rofile-1.1-2004-08-24.html#Bindings_and_F > aults > > - Anne > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, October 25, 2004 11:21 AM > To: [EMAIL PROTECTED] > Subject: Re: WSDL2Java does not generate custom exception >

RE: WSDL2Java does not generate custom exception

2004-10-27 Thread smcardle
nd:body be defined using the element attribute. This > requirement does the same for soapbind:fault, soapbind:header and > soapbind:headerfault elements. > > > [1] http://www.w3.org/TR/wsdl#_soap:fault > [2] > http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html#Bindings

RE: WSDL2Java does not generate custom exception

2004-10-26 Thread Anne Thomas Manes
CTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 11:21 AM To: [EMAIL PROTECTED] Subject: Re: WSDL2Java does not generate custom exception OK First define your exception as a complex type as follows: Next define the message as follows:

Re: WSDL2Java does not generate custom exception

2004-10-25 Thread smcardle
OK First define your exception as a complex type as follows: Next define the message as follows: N.B. The part name attribute is "fault" Next define the operation in the portType section of your WSDL as follows: Lastly in the bin