====================================================
AWS 2.7 NEW FEATURES LIST Current as of Mar 10, 2009
====================================================

Copyright (c) 2006-2009, AdaCore

This file contains a list of new features introduced in AWS.
A full description of all AWS features can be found in the AWS
documentation.

An ISO date (YYYY-MM-DD) appears in parentheses after the
description line. This date shows the implementation date
of the feature.

New features in AWS 2.7.0
-------------------------

NF-27-I309-020 SOAP client stub based on persistent connection (2009-03-10)

  New stubs using an HTTP_Connection are now generated by wsdl2aws. It
  is then possible to reuse a connection for multiple SOAP requests.

NF-27-I122-001 Simplify empty SOAP responses (2009-01-28)

  When no type information is present, empty SOAP responses are now
  returned as a null string instead of a null record.

NF-27-HB18-007 Improve speed for parsing large SOAP messages (2008-11-18)

  Parsing large SOAP messages has been improved. A large speed-up
  can be expected.

NF-27-HB07-017 New config variable DEMOS to enable/disable demos (2008-11-09)

  This new configuration variable can be set to true/false
  to enable or disable the build of the demos. The default
  value is true.

NF-27-HA07-020 Add support for HTTP headers on client API (2008-11-04)

  The GET/PUT/POST/HEAD AWS.Client services are now passed an header
  list parameter. This makes it possible to send some specific headers
  to the server.

NF-27-HA07-003 Administrative page is now protected by a password (2008-12-15)

  Enhance the security of the administrative page by requiring a password.
