Download node xmlrpc Free Java Code
Description
A pure JavaScript XML RPC client and server for Node.js.
Source Files
The download file node-xmlrpc-master.zip has the following entries.
.gitignore/*w ww. j a v a 2 s . co m*/
.npmignore
.travis.yml
HISTORY.md
LICENSE
Makefile
README.md
example/client_server.js
lib/client.js
lib/cookies.js
lib/date_formatter.js
lib/deserializer.js
lib/serializer.js
lib/server.js
lib/xmlrpc.js
package.json
test/client_test.js
test/cookies_test.js
test/deserializer_test.js
test/fixtures/bad_food/broken_xml.xml
test/fixtures/bad_food/illegal_boolean_response.xml
test/fixtures/bad_food/illegal_datetime_response.xml
test/fixtures/bad_food/illegal_double_response.xml
test/fixtures/bad_food/illegal_i4_response.xml
test/fixtures/bad_food/illegal_i8_response.xml
test/fixtures/bad_food/illegal_int_response.xml
test/fixtures/bad_food/just_params.xml
test/fixtures/bad_food/unknown_tags.xml
test/fixtures/good_food/array_call.xml
test/fixtures/good_food/array_empty_response.xml
test/fixtures/good_food/array_nested_response.xml
test/fixtures/good_food/array_nested_with_trailing_values_response.xml
test/fixtures/good_food/array_response.xml
test/fixtures/good_food/base64_call.xml
test/fixtures/good_food/base64_response.xml
test/fixtures/good_food/boolean_false_call.xml
test/fixtures/good_food/boolean_false_response.xml
test/fixtures/good_food/boolean_true_call.xml
test/fixtures/good_food/boolean_true_response.xml
test/fixtures/good_food/datetime_call.xml
test/fixtures/good_food/datetime_response.xml
test/fixtures/good_food/double_negative_call.xml
test/fixtures/good_food/double_negative_response.xml
test/fixtures/good_food/double_positive_call.xml
test/fixtures/good_food/double_positive_response.xml
test/fixtures/good_food/fault.xml
test/fixtures/good_food/fault_empty.xml
test/fixtures/good_food/fault_explicit_empty.xml
test/fixtures/good_food/grinder.xml
test/fixtures/good_food/i4_negative_response.xml
test/fixtures/good_food/i4_positive_response.xml
test/fixtures/good_food/i4_zero_response.xml
test/fixtures/good_food/i8_negative_response.xml
test/fixtures/good_food/i8_positive_response.xml
test/fixtures/good_food/i8_zero_response.xml
test/fixtures/good_food/int_negative_call.xml
test/fixtures/good_food/int_negative_response.xml
test/fixtures/good_food/int_positive_call.xml
test/fixtures/good_food/int_positive_response.xml
test/fixtures/good_food/int_zero_call.xml
test/fixtures/good_food/int_zero_response.xml
test/fixtures/good_food/nil_call.xml
test/fixtures/good_food/string_call.xml
test/fixtures/good_food/string_cdata_call.xml
test/fixtures/good_food/string_cdata_response.xml
test/fixtures/good_food/string_empty_call.xml
test/fixtures/good_food/string_empty_response.xml
test/fixtures/good_food/string_multiline_cdata_call.xml
test/fixtures/good_food/string_response.xml
test/fixtures/good_food/struct_call.xml
test/fixtures/good_food/struct_empty_property_call.xml
test/fixtures/good_food/struct_implicit_string_response.xml
test/fixtures/good_food/struct_nested_call.xml
test/fixtures/good_food/struct_nested_response.xml
test/fixtures/good_food/struct_response.xml
test/fixtures/good_food/struct_with_whitespace_response.xml
test/fixtures/good_food/undefined_call.xml
test/fixtures/good_food/undefined_response.xml
test/fixtures/good_food/unspecified_type_response.xml
test/fixtures/good_food/very_large_response.xml
test/fixtures/good_food/very_large_response_results.json
test/serializer_test.js
test/server_test.js
Download
Click the following link to download node-xmlrpc-master.zip.
node-xmlrpc-master.zip