Well put...I would take a look at the new features and functions available from http://ws.apache.org/axis2/ -builds from maven2 which is a big plus -Added a new phase called "Addressing" to comply with http://www.w3.org/Submission/ws-addressing/ to transmit messages thru firewalls and gateways in a transport-neutral manner..a significant feature improvement
M-- ----- Original Message ----- From: "José Antonio Sánchez" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, November 30, 2007 10:42 AM Subject: Re: Axis2Java 1.2 to 1.3 My experience is that axis2 is not backwards compatible at all, so if you develop a service with Axis2 1.1 and then you change your execution environment to Axis2 1.2 or 1.3 you will have to (at least) regenerate the service generated code. It's almost for sure that Axis2 1.4 will not be compatible with services created with Axis2 1.3 so my advice is to either keep the environment stable, execute various environments at a time or just keep the generated code separated from the business code since probably you will need to regenerate it on every Axis2 version. On Nov 30, 2007 4:34 PM, Serkan Sunel <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > I found the note shown below in apache's web pages as a release note for > axis2 1.3 > > - Name of the wsdl2java generated Exception classes changed > > I wonder is there any way to keep old generated Exception class names with > 1.2 version. > > Thanks.. > > ________________________________ > > > From: Serkan Sunel [mailto:[EMAIL PROTECTED] > Sent: Friday, November 30, 2007 4:31 PM > To: [email protected] > Subject: Axis2Java 1.2 to 1.3 > > > > > Hi all, > > I am getting compilation errors when moved my axis2java dependency from > axis2java 1.2 to axis2java 1.3 > > My Question is : Axis2java 1.3 release is backward compatible with axis2java > 1.2 ? > > Thanks.. > > > > Serkan Sunel -- Saludos José Antonio Sánchez --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
