From ec03a601811587dd4265667aadd50c101c23b116 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Fri, 18 Feb 2005 23:55:29 +0000 Subject: rename entire package to Action Web Service git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@672 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionwebservice/HACKING') diff --git a/actionwebservice/HACKING b/actionwebservice/HACKING index 9c0cde6313..536aac7a24 100644 --- a/actionwebservice/HACKING +++ b/actionwebservice/HACKING @@ -34,10 +34,10 @@ the protocol implementations. == Adding support for a new protocol - 1. Add an ActionService::Protocol::YourProtocol module and any classes you need to + 1. Add an ActionWebService::Protocol::YourProtocol module and any classes you need to perform unmarshaling/marshaling of protocol requests. See the SOAP implementation for an example of a complex mapping, and also see - ActionService::Protocol::AbstractProtocol for the methods you need to implement. + ActionWebService::Protocol::AbstractProtocol for the methods you need to implement. 2. Add unit tests for your new protocol. Be sure to test using a Action Pack test request duplicating how the real requests will arrive and verify that mapping to and from Ruby -- cgit v1.2.3