| 98ae24b |
2005-11-09 |
Fix that XML-RPC date/time values did not have well-defi... |
| 9aafcd9 |
2005-08-24 |
fix invalid request XML generation in test process. |
| fbba128 |
2005-08-16 |
special-case non-existent target method handling for 'sy... |
| 9d79880 |
2005-08-16 |
add 'system.multicall' support to XML-RPC. boxcarred met... |
| 2eba713 |
2005-08-14 |
Fix duplicate XSD entries for custom types (#1729), and ... |
| 056838d |
2005-08-14 |
Allow multiple invocations in the same WS test #1720 |
| cbf709f |
2005-08-12 |
fix rendering of scaffolding (@content_for_layout has to... |
| eaadd18 |
2005-08-12 |
Add API::Base.soap_client and API::Base.xmlrpc_client he... |
| 7ebdecf |
2005-07-22 |
Add comment in config/environment.rb explaining $KCODE a... |
| 03d9159 |
2005-07-16 |
we should respect charset for incoming messages and not ... |
| f92f6a1 |
2005-07-13 |
add changelog entry. |
| b7f3751 |
2005-07-13 |
make sure that we get back a SOAPString when $KCODE is U... |
| dfc422b |
2005-07-13 |
always send back SOAP responses as UTF-8, we can't guara... |
| f8be47a |
2005-07-06 |
ensure the second manual WS request of scaffolding conta... |
| d01c44d |
2005-07-06 |
fix bug in unit test causing spurious failures, and make... |
| 1b07366 |
2005-06-25 |
add RDoc for base signature types |
| 07f237b |
2005-06-25 |
clean up cases where we override #inherited |
| ebb6fb0 |
2005-06-25 |
fix WSDL generation, change the way protocols are instan... |
| fa7f4a0 |
2005-06-13 |
Add workaround for SOAP4R changing find_mapped_soap_clas... |
| 887e67c |
2005-06-13 |
Fix moduled controller URLs in WSDL, and add unit test t... |
| 46e6853 |
2005-05-31 |
fix scaffolding template paths (Pathname does weird thin... |
| 92b925b |
2005-05-20 |
memo to self: add :rest dispatching mode, and vanilla XM... |
| 979880d |
2005-05-08 |
add test to ensure the bug fixed by [1295] can't occur a... |
| 190eaf9 |
2005-05-08 |
fix that functional testing for :layered SOAP would comp... |
| 884fd47 |
2005-05-07 |
support using invocation filters in :direct controllers ... |
| 47a7084 |
2005-05-07 |
add base64 signature type (thanks, Shugo Maeda!) |
| 421045e |
2005-05-05 |
remove usages of @request, @response, @params, and repla... |
| 811f6a7 |
2005-05-05 |
fix boolean field rendering in scaffolding |
| a02f1b8 |
2005-05-05 |
fix :delegated invocation in the scaffolding |
| a080b1a |
2005-05-01 |
add support for structured types as input parameters to ... |
| 8694a79 |
2005-04-28 |
default to using UTF-8 as response encoding for SOAP if ... |
| 896fea5 |
2005-04-28 |
add charset=utf-8 to SOAP response content type, and mak... |
| 74c9fd2 |
2005-04-27 |
add entry for nil casting change |
| 3cf4613 |
2005-04-19 |
Fix regression where nil values were incorrectly being c... |
| c11cc30 |
2005-04-17 |
add backwards compatibility for the public API change ma... |
| 5feb7e2 |
2005-04-16 |
Send a stripped down message in the text following 500, ... |
| 7f32666 |
2005-04-16 |
Remove a cause of casting failure for XML-RPC by ignorin... |
| a677da2 |
2005-04-10 |
Added rollbacks of transactions if they're active as the... |
| a04fc26 |
2005-04-10 |
add missing public API change |
| 6427133 |
2005-04-05 |
support SOAP invocation of layered services in scaffoldi... |
| 1155ea0 |
2005-04-05 |
initial go at making :layered dispatching generate WSDL ... |
| 97e39fc |
2005-04-05 |
make XMLRPC::FaultException have a #message, otherwise t... |
| 9b42cd8 |
2005-04-05 |
add API::Method#expects_to_hash convenience as well |
| 7a5bac1 |
2005-04-05 |
add API::Method#expects_index_of helper to get the index of |
| 361dcad |
2005-04-05 |
be explicit about the object to do #instance_eval in for... |
| d7a7d85 |
2005-04-04 |
* Fix casting of nested members in structured types if ... |
| 2cfe309 |
2005-04-03 |
don't use SyncEnumerator, its far too slow to be used in... |
| 17e5035 |
2005-04-03 |
use #rescue_action in WS scaffolding so that exceptions ... |
| e5fdff8 |
2005-04-03 |
remove finished tasks |
| fcfe3fe |
2005-04-03 |
allow selecting the protocol to use when invoking the |
| 3534974 |
2005-04-02 |
filter out embedded nil values for XML-RPC |
| aaea48f |
2005-04-02 |
* collapse 'ws' back into protocols, it just added compl... |
| 0de97c8 |
2005-03-31 |
display the amount of time taken to invoke a scaffolding... |
| 0f198eb |
2005-03-31 |
remove ActiveRecordSoapMarshallable, can't reproduce the... |
| b94bd32 |
2005-03-29 |
first pass of web service scaffolding. add ability to qu... |
| 3727035 |
2005-03-29 |
remove wrongheaded uses of "rescue nil" if it will mask ... |
| b14e5d8 |
2005-03-28 |
don't hide exceptions when we fail to parse XML-RPC mess... |
| 594063f |
2005-03-28 |
generalize casting code to be used by both SOAP and XML-... |
| 8032c4f |
2005-03-26 |
allow direct dispatching methods to declare their parame... |
| e280520 |
2005-03-20 |
add missing entries |
| 75c304f |
2005-03-20 |
make the response QName match up with that declared for ... |
| 9776bfc |
2005-03-15 |
dup the value received from @request, so we modify the c... |
| 4f2f408 |
2005-03-10 |
allow 0, 1, '0' or '1' to be cast to the appropriate val... |
| 4e8ca35 |
2005-03-10 |
change type of faultCode in marshaled SOAP faults to a Q... |
| 9eb0496 |
2005-03-06 |
Added web_service generator (run ./script/generate web_s... |
| 2581806 |
2005-03-06 |
Added web_service generator (run ./script/generate web_s... |
| d43392a |
2005-03-04 |
add action_web_service/test_invoke, will be used by for ... |
| e834be7 |
2005-03-03 |
allow the client to specify options to be passed through... |
| 631340d |
2005-03-02 |
make the marshaler use the same set of columns as the co... |
| 7093c9a |
2005-03-02 |
add missing entry for #allow_active_record_expects |
| 6b93952 |
2005-02-28 |
add allow_active_record_expects option to ActionWebServi... |
| cbe21fb |
2005-02-27 |
drop version back down to 0.5.0 so that we can use 0.6.0... |
| 100015c |
2005-02-27 |
Make all custom types and method calls are declared in t... |
| 6f5a7b2 |
2005-02-25 |
merged the changes for the upcoming 0.6.0: |
| 7a5ff30 |
2005-02-25 |
handle elapsed times that are nil in #log_response (happ... |
| 99fca63 |
2005-02-24 |
Marked for release |
| 6a7fc51 |
2005-02-20 |
add code coverage testing scripts, remove dead code |
| 5f3f44e |
2005-02-19 |
ensure clients can handle APIs with named parameter sign... |
| 418d487 |
2005-02-19 |
refactoring: |
| ec03a60 |
2005-02-18 |
rename entire package to Action Web Service |
| fdecb68 |
2005-02-18 |
rename service* to web_service*. |
| 45acc8c |
2005-02-18 |
test commit |