aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/protocol/soap_protocol.rb
Commit message (Expand)AuthorAgeFilesLines
* Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const...Leon Breedt2005-08-121-0/+9
* we should respect charset for incoming messages and not assuming incoming isLeon Breedt2005-07-161-2/+12
* always send back SOAP responses as UTF-8, we can't guarantee that SOAP4RLeon Breedt2005-07-131-16/+15
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-251-4/+12
* default to using UTF-8 as response encoding for SOAP if none isLeon Breedt2005-04-281-5/+23
* add charset=utf-8 to SOAP response content type, and make base_uriLeon Breedt2005-04-281-1/+1
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-051-4/+5
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-051-6/+3
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-13/+98
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-291-1/+7
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-281-17/+1
* make the response QName match up with that declared for the message in theLeon Breedt2005-03-201-1/+1
* dup the value received from @request, so we modify the copy and not the origi...Leon Breedt2005-03-151-0/+1
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-271-7/+7
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-251-461/+35
* refactoring:Leon Breedt2005-02-191-0/+484