Re: Exceptions mapped to AxisFault using WSDL to Java

2003-08-20 Thread Stuart Barlow
ion code in the stubs and skeletons generated. -Original Message- From: Stuart Barlow [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 8:30 AM To: [EMAIL PROTECTED] Subject: Exceptions mapped to AxisFault using WSDL to Java When I have an interface and use Java2WSDL followed by WSD

RE: Exceptions mapped to AxisFault using WSDL to Java

2003-08-20 Thread Hansen, Richard
AIL PROTECTED] > Sent: Tuesday, August 19, 2003 8:30 AM > To: [EMAIL PROTECTED] > Subject: Exceptions mapped to AxisFault using WSDL to Java > > > When I have an interface and use Java2WSDL followed by WSDL2Java > I end up with AXIS types in my interface. This means that AXIS >

Exceptions mapped to AxisFault using WSDL to Java

2003-08-19 Thread Stuart Barlow
When I have an interface and use Java2WSDL followed by WSDL2Java I end up with AXIS types in my interface. This means that AXIS types are now polluting exposed in the client. Exceptions are derived from AxisFault So I have to provide another wrapper around the client interface for client apps to us