<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>AdaCore - The GNAT Pro Company &#187; AWS</title>
	<atom:link href="http://www.adacore.com/category/developers-center/technologies/aws/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adacore.com</link>
	<description>AdaCore technology and news</description>
	<pubDate>Fri, 05 Dec 2008 08:53:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>[AWS] Improve speed for parsing large SOAP messages</title>
		<link>http://www.adacore.com/2008/11/18/NF-27-HB18-007-aws/</link>
		<comments>http://www.adacore.com/2008/11/18/NF-27-HB18-007-aws/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  Parsing large SOAP messages has been improved. A large speed-up
  can be expected.
]]></description>
			<content:encoded><![CDATA[  Parsing large SOAP messages has been improved. A large speed-up
  can be expected.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2008/11/18/NF-27-HB18-007-aws/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[AWS] New config variable DEMOS to enable/disable demos</title>
		<link>http://www.adacore.com/2008/11/09/NF-27-HB07-017-aws/</link>
		<comments>http://www.adacore.com/2008/11/09/NF-27-HB07-017-aws/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  This new configuration variable can be set to true/false
  to enable or disable the build of the demos. The default
  value is true.
]]></description>
			<content:encoded><![CDATA[  This new configuration variable can be set to true/false
  to enable or disable the build of the demos. The default
  value is true.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2008/11/09/NF-27-HB07-017-aws/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[AWS] Add support for HTTP headers on client API</title>
		<link>http://www.adacore.com/2008/11/04/NF-27-HA07-020-aws/</link>
		<comments>http://www.adacore.com/2008/11/04/NF-27-HA07-020-aws/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  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.
]]></description>
			<content:encoded><![CDATA[  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.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2008/11/04/NF-27-HA07-020-aws/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[AWS] Ability to skip current request log record</title>
		<link>http://www.adacore.com/2008/09/10/NF-26-H909-005-aws/</link>
		<comments>http://www.adacore.com/2008/09/10/NF-26-H909-005-aws/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  AWS.Server.Skip_Log_Record can be called to disable recording of log
  for the current processed request.
]]></description>
			<content:encoded><![CDATA[  AWS.Server.Skip_Log_Record can be called to disable recording of log
  for the current processed request.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2008/09/10/NF-26-H909-005-aws/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[AWS] Add upload control</title>
		<link>http://www.adacore.com/2008/08/21/NF-26-H821-011-aws/</link>
		<comments>http://www.adacore.com/2008/08/21/NF-26-H821-011-aws/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  Upload_Size_Limit can be used to control the uploads to the server.
  If the received data is larger than this limit, AWS won&#8217;t upload by default.
  It is still possible to upload the data using AWS.Server.Get_Message_Body
  on user&#8217;s callback if necessary.
]]></description>
			<content:encoded><![CDATA[  Upload_Size_Limit can be used to control the uploads to the server.
  If the received data is larger than this limit, AWS won&#8217;t upload by default.
  It is still possible to upload the data using AWS.Server.Get_Message_Body
  on user&#8217;s callback if necessary.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2008/08/21/NF-26-H821-011-aws/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[AWS] Add shutdown mode parameter</title>
		<link>http://www.adacore.com/2008/08/18/NF-26-H818-002-aws/</link>
		<comments>http://www.adacore.com/2008/08/18/NF-26-H818-002-aws/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  Shutdown routine in AWS.Net is now able to shutdown the read, write or both
  side of the socket.
]]></description>
			<content:encoded><![CDATA[  Shutdown routine in AWS.Net is now able to shutdown the read, write or both
  side of the socket.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2008/08/18/NF-26-H818-002-aws/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[AWS] Improve error message for SOAP messages</title>
		<link>http://www.adacore.com/2008/07/03/NF-26-H624-001-aws/</link>
		<comments>http://www.adacore.com/2008/07/03/NF-26-H624-001-aws/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  On the server side generated code (skeleton) we now check that the
  SOAP objects have the proper type to issue better error messages.
]]></description>
			<content:encoded><![CDATA[  On the server side generated code (skeleton) we now check that the
  SOAP objects have the proper type to issue better error messages.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2008/07/03/NF-26-H624-001-aws/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[AWS] Add support for multipart/alternative MIME content</title>
		<link>http://www.adacore.com/2008/01/09/NF-25-H104-029-aws/</link>
		<comments>http://www.adacore.com/2008/01/09/NF-25-H104-029-aws/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  It is now possible to send e-mail with alternative content (text/plain
  and text/html is a common example) using AWS.SMTP.Client API.
]]></description>
			<content:encoded><![CDATA[  It is now possible to send e-mail with alternative content (text/plain
  and text/html is a common example) using AWS.SMTP.Client API.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2008/01/09/NF-25-H104-029-aws/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[AWS] Session in multiple embedded server</title>
		<link>http://www.adacore.com/2007/10/12/NF-24-GA09-014-aws/</link>
		<comments>http://www.adacore.com/2007/10/12/NF-24-GA09-014-aws/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  AWS now supports sessions for multiple embedded servers into the
  same executable. For this each server can register it&#8217;s own session
  name. This will be used for the cookie name on the client side.
]]></description>
			<content:encoded><![CDATA[  AWS now supports sessions for multiple embedded servers into the
  same executable. For this each server can register it&#8217;s own session
  name. This will be used for the cookie name on the client side.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2007/10/12/NF-24-GA09-014-aws/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[AWS] Support for user defined types in ada2wsdl</title>
		<link>http://www.adacore.com/2007/08/06/NF-24-G801-013-aws/</link>
		<comments>http://www.adacore.com/2007/08/06/NF-24-G801-013-aws/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 12:00:00 +0000</pubDate>
		<dc:creator>AdaCore</dc:creator>
		
		<category><![CDATA[AWS]]></category>

		<category><![CDATA[Development Log]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[  ada2wsdl now supports user defined types and not only derived types
  from integer or float for example.
]]></description>
			<content:encoded><![CDATA[  ada2wsdl now supports user defined types and not only derived types
  from integer or float for example.
]]></content:encoded>
			<wfw:commentRss>http://www.adacore.com/2007/08/06/NF-24-G801-013-aws/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
