Axis2 1.2 Released

Axis2 Ver1.2 がリリースされました。
4/29現在、Axis2のダウンロードページからは、ダウンロードできないようですが、以下のページからダウンロードできます。

http://www.apache.org/dist/ws/axis2/1_2/


Ver1.1からの主な変更点は以下の通りです。

  • WSDL 2.0 fully support (reading, writing, and codegen)
  • POJO annotation (JSR 181)
  • JAX-WS integration
  • JAX-WS -annotation
  • Un-wrapping (Response)
  • ADB - support for union and list
  • Maven2 support
  • JSON support
  • Binary serialization (Fast infoste)
  • Codegen support for WSDL with Multiple services
  • HTTP code generation (both WSDL 1.1 and 2.0)
  • Custom deployer support
  • Message formatters
  • Message Builders
  • EJB Provider support


ただし、以下の制限事項があるようです。

  • Xml-beans databinding does not support response uwwrapping
  • ADB databinding does not support minOccurs and maxOccures attributes in sequence and choice elements


今回のバージョンから、JSR 181(Web Services Metadata for the Java Platform)やJAX-WSがサポートされています。ドキュメントはまだ無いようですが、サンプルはaxis2-1.2.zipを解凍すると得られます。