るりまサーチ

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.182秒)
トップページ > クエリ:i[x] > クエリ:l[x] > クエリ:xmlrpc[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. _builtin i

検索結果

xmlrpc (44180.0)

XML-RPC を扱うためのライブラリです。

...XML-RPC を扱うためのライブラリです。

このページは xmlrpc ライブラリのまとめのページであり、require 'xmlrpc' を実行しても
エラーになることに注意して下さい。

=== Author and Copyright

Copyright (C) 2001-2004 by Michael Neumann

Released und...
...m of license as Ruby.

=== Overview

XMLRPC
is a lightweight protocol that enables remote procedure calls over
HTTP. It is defined at http://www.xmlrpc.com.

XMLRPC
allows you to create simple distributed computing solutions that span
computer languages. Its distinctive feature is its simplicity c...
...oaches like SOAP and CORBA.

The Ruby standard library package 'xmlrpc' enables you to create a server that
i
mplements remote procedures and a client that calls them. Very little code
i
s required to achieve either of these.

=== Example

Try the following code. It calls a standard demonstration re...