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

version 2.24: Mon Jun 20 14:27:15 CEST 2011

Fixes
Improvements

version 2.23: Tue Feb 15 08:56:35 CET 2011

Fixes

version 2.22: Sat Feb 5 20:41:13 CET 2011

Fixes
Improvements

version 2.21: Sat Dec 25 12:01:30 CET 2010

Fixes

version 2.20: Wed Dec 22 16:40:56 CET 2010

Fixes
Improvements

version 2.19: Tue Nov 9 13:23:05 CET 2010

Fixes
Improvements

version 2.18: Mon Nov 1 17:10:17 CET 2010

Changes
Improvements

version 2.17: Thu Sep 30 17:05:42 CEST 2010

Fixes
Improvements

version 2.16: Wed Aug 11 16:13:14 CEST 2010

Fixes
Improvements

version 2.15: Tue Jun 15 15:22:30 CEST 2010

Improvements

version 2.14: Mon May 17 13:12:39 CEST 2010

Changes
Fixes

version 2.13: Mon Apr 26 10:07:11 CEST 2010

Fixes
Improvements

version 2.12: Tue Mar 2 15:58:48 CET 2010

Fixes

version 2.11: Tue Mar 2 09:27:40 CET 2010

Fixes

version 2.10: Mon Feb 8 19:43:42 CET 2010

Fixes
Improvements

version 2.09: Thu Jan 28 14:24:40 CET 2010

Fixes
Improvements

version 2.08: Thu Jun 18 10:29:13 CEST 2009

Fixes
Improvements

version 2.07: Tue Jun 2 15:52:20 CEST 2009

Fixes

version 2.06: Tue Jun 2 11:11:27 CEST 2009

Fixes

version 2.05: Thu May 28 12:31:46 CEST 2009

Fixes
Improvements

version 2.04: Mon Apr 13 19:01:15 CEST 2009

Fixes
Improvements

version 2.03: Wed Mar 25 15:44:10 CET 2009

Fixes
Improvements

version 2.02: Sun Feb 15 23:24:14 CET 2009

Changes
Fixes
Improvements

version 2.01: Thu Feb 12 09:48:17 CET 2009

Changes
Fixes
Improvements

version 2.00_01: Mon Dec 29 11:13:05 CET 2008

        ************** MAJOR REWRITE!!! *******************
        . WSDL11 based on XML::Compile::Cache, with much simpler code
          as result.
        . many classes and methods have been renamed or removed.
        . split-off SOAP12 into distribution XML::Compile::SOAP12
        . the "document" style soap interface unchanged.
        . rpc-literal is much better now, like document style
        . rpc-encoded not yet supported.
        . pluggable back-ends for message structures (SOAP1.1, SOAP1.2,..)
          and transporters (SOAPHTTP, XMPP, ...)

        Changes:

        - Too many changes in internals to detail.

        - you have to explicitly load XML::Compile::SOAP11 yourself, to
          have those definitions understood by the WSDL.

        Fixes:

        - fixed t/30charset.t, with double encode of utf-8.

        Improvements:

        - port to Perl pre-5.8.3, working around broken or non-existing
          encode() [Toby Corkindale]

        - report cause on client error which is produced in LWP [Tom]

        - removed the [new in 0.78] added elementFormDefault="qualified"
          in favor of the new XML::Compile::Schema::importDefinitions()
          options which do the same.

        - more trace messages.

        - new examples for rpc-literal, based on Daniel Ruoso's example.

version 0.78: Fri Oct 10 15:55:39 CEST 2008

Fixes
Improvements

version 0.77: Fri Aug 15 07:48:22 CEST 2008

Fixes

version 0.76: Fri Aug 1 13:18:21 CEST 2008

Fixes

version 0.75: Mon Jul 21 09:17:10 CEST 2008

Fixes

version 0.74: Fri Jul 18 22:01:24 CEST 2008

Fixes
Changes
Improvements

version 0.73: Tue Apr 29 18:59:42 CEST 2008

Changes
Improvements

version 0.72: Wed Apr 16 13:03:26 CEST 2008

Fixes
Changes
Improvements

version 0.71: Sat Apr 12 09:58:05 CEST 2008

Fixes

version 0.70: Wed Apr 9 15:09:43 CEST 2008

Fixes

version 0.69: Tue Apr 8 23:48:31 CEST 2008

Fixes
Changes
Improvements

version 0.68: Fri Mar 14 17:56:37 CET 2008

Fixes
Improvements

version 0.67: Fri Feb 8 09:16:15 CET 2008

Fixes
Improvements

version 0.66: Thu Jan 31 09:30:18 CET 2008

Fixes
Improvements

version 0.65: Mon Jan 7 11:58:52 CET 2008

Improvements

version 0.64: Tue Nov 27 11:42:45 CET 2007

Changes
Fixes
Improvements

version 0.63: Sat Nov 24 00:14:07 CET 2007

Changes
Fixes
Improvements

version 0.62: Mon Nov 19 12:55:42 CET 2007

Changes
Improvements

version 0.61: Tue Nov 6 13:56:54 CET 2007

Fixes

version 0.60: Tue Nov 6 13:52:45 CET 2007

Changes
Improvements

version 0.59: Mon Nov 5 15:57:30 CET 2007

Changes
Improvements

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

Fixes

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.

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