=== version history of XML::Compile::SOAP

version 0.58: Mon Oct 22 10:53:30 CEST 2007

	Fixes:

	- XML::Compile::SOAP::Server was missing from the MANIFEST.
	  Cpan-testers, [Slaven Rezic]

version 0.57: Thu Oct 18 09:33:10 CEST 2007

	SOAP11 might be working, partially.  No tests with real HTTP
	connection yet.

	Fixes:

	- XML::Compile::SOAP1[12]::Client's were missing from the
	  MANIFEST

	Changes:

	- roleAbbreviations() became roleURI(), and new roleAbbrevations()
	  which does the reverse of the old one.

	Improvements:

	- producing and decoding faults, with tests in t/11fault11.t

	- implemented XML::Compile::SOAP::compileCall()

	- moved description of missing implementation features from
	  XML::Compile::SOAP manual page to README.todo

version 0.56: Fri Oct 12 14:54:25 CEST 2007

	Massive changes and extensions, but still not functioning.

	- split-off XML::Compile::SOAP::Daemon and all its needs into
	  a seperate distribution.

	- implements XML::Compile::SOAP::Tester
	- implements XML::Compile::SOAP11::Server
	- implements XML::Compile::SOAP12::Server

	- moved parts of XML::Compile::SOAP1[12]
	  into XML::Compile::SOAP1[12]::Client, and reworked examples.

	- translated some die's and warn's into Log::Report

	- use "5.008" in Makefile.PL, to replace "use 5.8" which is
	  not understood by Perl 5.5 [Slaven Rezic]

version 0.55: Wed Oct  3 22:57:24 CEST 2007

	- first attempt on a full implementation.  Quite some
	  interface changes were made; old docs are useless.

	- fork from XML::Compile

	- renamed XML::Compile::WSDL         into XML::Compile::WSDL11
	- renamed XML::Compile::SOAP::SOAP11 into XML::Compile::SOAP11
	- renamed XML::Compile::SOAP::SOAP12 into XML::Compile::SOAP12

	- install xsd's automatically, grouped in directories
	  XML/Compile/{SOAP11,SOAP12,WSDL11}/xsd/

	- added wsdl11soap12.xsd

	- Log::Report (translation) namespace xml-compile-soap

	- depend on LWP

	- renamed XML::Compile::SOAP::Operation into
	  XML::Compile::WSDL11::Operation.

	- Added XML::Compile::SOAP::Client and ::Server
	- Added XML::Compile::SOAP::HTTPClient and ::Server