From 1155ea0aa3c25b4683c6343162cd49dbe0fec094 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Tue, 5 Apr 2005 21:37:48 +0000 Subject: initial go at making :layered dispatching generate WSDL for SOAP, and have :layered process SOAP method calls correctly as well, may be unstable git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1097 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'actionwebservice/CHANGELOG') diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index 38f01eb52e..a8e72cffc8 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -2,6 +2,9 @@ * Add scaffolding via ActionController::Base.web_service_scaffold for quick testing using a web browser +* The :layered dispatching mode can now be used with SOAP as well, allowing you to support SOAP and XML-RPC + clients for APIs like the metaWeblog API + * Remove ActiveRecordSoapMarshallable workaround, see #912 for details * Generalize casting code to be used by both SOAP and XML-RPC (previously, it was only XML-RPC) -- cgit v1.2.3