[Catalyst-commits] r7647 - in Catalyst-Controller-SOAP/1.0/trunk: . lib/Catalyst/Controller

ruoso at dev.catalyst.perl.org ruoso at dev.catalyst.perl.org
Wed Apr 30 11:04:03 BST 2008


Author: ruoso
Date: 2008-04-30 11:04:03 +0100 (Wed, 30 Apr 2008)
New Revision: 7647

Modified:
   Catalyst-Controller-SOAP/1.0/trunk/Changes
   Catalyst-Controller-SOAP/1.0/trunk/lib/Catalyst/Controller/SOAP.pm
Log:
[C-C-SOAP] Marking release 0.9

Modified: Catalyst-Controller-SOAP/1.0/trunk/Changes
===================================================================
--- Catalyst-Controller-SOAP/1.0/trunk/Changes	2008-04-30 00:44:32 UTC (rev 7646)
+++ Catalyst-Controller-SOAP/1.0/trunk/Changes	2008-04-30 10:04:03 UTC (rev 7647)
@@ -1,4 +1,46 @@
 ------------------------------------------------------------------------
+r7645 | ruoso | 2008-04-30 01:42:45 +0100 (Qua, 30 Abr 2008) | 1 line
+
+[C-C-SOAP] Better support for literal messages
+------------------------------------------------------------------------
+r7629 | drew | 2008-04-23 17:23:21 +0100 (Qua, 23 Abr 2008) | 1 line
+
+Get XML string before parsing so we can see invalid xml
+------------------------------------------------------------------------
+r7628 | drew | 2008-04-23 16:29:40 +0100 (Qua, 23 Abr 2008) | 2 lines
+
+Added logging of incoming and outgoing XML messages.
+
+------------------------------------------------------------------------
+r7619 | ruoso | 2008-04-17 14:02:47 +0100 (Qui, 17 Abr 2008) | 1 line
+
+[C-C-SOAP] Now generates SOAP1.1 fault messages. It was generating SOAP1.2 even in the SOAP1.1 namespace.
+------------------------------------------------------------------------
+r7618 | ruoso | 2008-04-17 12:07:36 +0100 (Qui, 17 Abr 2008) | 1 line
+
+[C-C-SOAP] forces "elements_qualified" on the schema writer.
+------------------------------------------------------------------------
+r7609 | drew | 2008-04-10 11:09:42 +0100 (Qui, 10 Abr 2008) | 2 lines
+
+Added documentation about using Catalyst::Test and WSDL files.
+
+------------------------------------------------------------------------
+r7582 | drew | 2008-04-07 11:56:50 +0100 (Seg, 07 Abr 2008) | 2 lines
+
+Fixed bracing style
+
+------------------------------------------------------------------------
+r7581 | drew | 2008-04-07 11:52:59 +0100 (Seg, 07 Abr 2008) | 3 lines
+
+- Fixed example for xml_compile options
+- Added debug information
+
+------------------------------------------------------------------------
+r7573 | ruoso | 2008-04-06 11:21:21 +0100 (Dom, 06 Abr 2008) | 1 line
+
+[C-C-SOAP] The test failures are from a bad make dist... Will upload again, with a sane make dist now. Increasing version to 0.8
+------------------------------------------------------------------------
+------------------------------------------------------------------------
 r7549 | ruoso | 2008-04-02 16:10:18 +0100 (Qua, 02 Abr 2008) | 1 line
 
 [C-C-SOAP] Tests for Document/Literal-Wrapped working. Supports several wsdls and schemas in the config.

Modified: Catalyst-Controller-SOAP/1.0/trunk/lib/Catalyst/Controller/SOAP.pm
===================================================================
--- Catalyst-Controller-SOAP/1.0/trunk/lib/Catalyst/Controller/SOAP.pm	2008-04-30 00:44:32 UTC (rev 7646)
+++ Catalyst-Controller-SOAP/1.0/trunk/lib/Catalyst/Controller/SOAP.pm	2008-04-30 10:04:03 UTC (rev 7647)
@@ -9,7 +9,7 @@
     use constant NS_SOAP_ENV => "http://schemas.xmlsoap.org/soap/envelope/";
     use constant NS_WSDLSOAP => "http://schemas.xmlsoap.org/wsdl/soap/";
 
-    our $VERSION = '0.8';
+    our $VERSION = '0.9';
 
     __PACKAGE__->mk_accessors qw(wsdl wsdlobj decoders encoders
          ports wsdlservice xml_compile soap_action_prefix rpc_endpoint_paths);




More information about the Catalyst-commits mailing list