Expand my Community achievements bar.

Version of Axis in webservices.jar

Avatar

Level 1
Does anyone know what version of Axis is supported by Flex 2?
Since the Axis stuff is "rebundled" in webservices.jar, it is
difficult to tell.
2 Replies

Avatar

Level 3
You can get the version by ruinning org.apache.axis.Version



example:

$ java -classpath webservices.jar org.apache.axis.Version

Apache Axis version: 1.1

Built on Jan 21, 2004 (03:53:42 IST)

Avatar

Level 2
Please note that FDS, itself does not include a web services
engine. This functionality is provided by the application server.
For your convenience, FDS ships with an integrated version of JRun,
which does include the Axis Web Service Engine at c:/fds2/
/jrun4/lib/webservices.jar. Not that the integrated JRun is
licensed from development purposes only and is not licensed for
production.