=== version history of XML::Compile::SOAP::Daemon
version 3.00: Fri Apr 15 11:22:41 CEST 2011
- Changes
-
- major reorganisation. ::HTTPDaemon split into ::Daemon::LWPutil
and ::Daemon::NetServer.
- Improvements
-
- added ::Daemon::CGI, rewrite from contribution by [Patrick Powell]
- add setWsdlResponse() to answer ?WSDL "GET" requests.
Feature request by [Mark Wood-Patrick]
version 2.06: Wed Dec 22 16:42:04 CET 2010
- Fixes
-
- correct use of soapAction selector again [Kaare Rasmussen]
- silence warnings when ::WSA is loaded, but not in the WSDL.
reported by [Patrick Powell]
- produce notice when WSA is loaded but not used.
version 2.05: Mon Dec 13 15:37:11 CET 2010
- Fixes
-
- correct use of soapAction selector [Patrick Powell]
- Improvements
-
- HTTPDaemon::runRequest does not require a 'connection'
anymore [Patrick Powell]
- update ::WSA to at least version 0.12 if it is installed.
- textual improvements by [Patrick Powell]
version 2.04; Mon Nov 1 17:21:38 CET 2010
- Improvements
-
- remove dependency for Test::Pod
- implement operation selection based on wsa:action headers.
- implement operation selection based on SOAPAction HTTP header.
- add option for new(accept_slow_select) to be able to
disable tranditional SOAP operation selection
- add wsa:Action values to the output, when ::WSA is loaded.
version 2.03: Thu Sep 30 17:30:04 CEST 2010
- Fixes
-
- repair ::Daemon::printIndex(). Spotted by [Robin V.]
- not not complain about missing soapAction field: apparently
there are servers which can live without them.
- fix return of answer construction errors.
- Improvements
-
- describe how to produce private error messages in the
handler.
version 2.02: Mon Feb 8 19:48:31 CET 2010
- Fixed
-
- alarm in SOAPHTTP was not un-set in all cases. [Anton Berezin]
- the "not implemented" message was not converted to 2.00
calling structure. [Anton Berezin]
- Improvements
-
- added example how to return errors from a handler. Contributed
Jeroen Koekkoek.
- extended examples/namesservices with an error and a stub.
- RETURNCODE and RETURNTEXT in produced answer will be used
in the HTTP header
version 2.01: Sun Feb 15 23:28:52 CET 2009
- Fixes
-
- perl syntax error when WSDL does not define any operations.
- require XML::Compile::Cache 0.91
XML::Compile::SOAP 2.02
version 2.00: Thu Feb 12 10:18:11 CET 2009
- Changes
-
- Be compatible with XML::Compile::SOAP 2.01
- adapted examples to new interface. Minor changes.
- removed new(support_versions) and isSupportedVersion().
Simply only load the implementations you daemon will to support.
- used HTTP error codes have changed.
- Fixes
-
- do not require SOAP12, which got stripped from XML::Compile::SOAP
- do not use /bin/pwd in t/pod.t
- do not attempt to use SOAP11 for protocol errors.
- Improvements
-
- test faults in t/10faults.t
version 0.12: Sun Dec 14 21:48:28 CET 2008
- Fixes
-
- Content-Length was handled uncorrectly [Bruno Santos]
and rt.cpan.org#41695 [Frank Rothhaupt]
version 0.11: Fri Jun 6 16:19:06 CEST 2008
- Fixes
-
- add Content-Length to the HTTP answer.
- Changes
-
- requires XML::Compile::Tester.
- depends on XML::Compile::SOAP 0.73
- Improvements
-
- convert tests to use XML::Compile::Tester
version 0.10: Tue Apr 8 23:50:35 CEST 2008
- initial version, forked from XML::Compile::SOAP development