Wednesday, April 19, 2006

Axis 1.1 -> Axis 1.2 Issues

The current build of the SDK works fine with Axis 1.1, however there is an issue with Axis 1.2.1 because of a change in where constants are stored:

org.apache.axis.enum.Style.DOCUMENT

is now:

org.apache.axis.constants.Style.DOCUMENT

Which will result in a NoSuchFieldError: DOCUMENT when using Axis 1.2.1 with the current version of the SDK.

So a rebuild is in order for supporting 1.2.x ...

0 Comments:

Post a Comment

<< Home