Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

soap4r

'SOAP4R' is an implementation of SOAP 1.1 (W3C Note) for Ruby.

  • Version: 1.5.8
  • Author: NAKAMURA, Hiroshi a.k.a. NaHi <nahi@ruby-lang.org>

Bug report or Feature request

Please file a ticket.

  1. find a similar ticket from http://dev.ctor.org/soap4r/search?ticket=on
  2. login as an anonymous user from http://dev.ctor.org/soap4r/login ; type 'user' for both username and password.
  3. create a new ticket from http://dev.ctor.org/soap4r/newticket

Thanks in advance.

News

2007-10-03: stable branch

I created a stable branch in source repository: source:branches/1_5 soap4r-1.5.x (9, 10, ...) will be released from this branch. soap4r-1.5.9 will be released at the end of October. See the changes at http://dev.ctor.org/soap4r/milestone/1.5.9

source:trunk will be for soap4r-1.6.x. http://dev.ctor.org/soap4r/milestone/1.6.1 soap4r-1.6.1 has not yet been scheduled but it will be on January at earliest. I need to check ruby/1.9 which will be out on December.

2007-09-24: 1.5.8

soap4r/1.5.8 is out. Version 1.5.8 has improved its XML Schema support, such as class generation of XML Schema anonymous complexType, full built-in datatypes support of XML Schema Datatypes, and more.

Thanks to all of soap4r-ml members and soap4r users for their support.

Have fun!

-> OldNews

Download

How to install: http://dev.ctor.org/doc/soap4r/RELEASE_en.html#install

Gem

You can install soap4r with rubygems.

% gem install soap4r

You need to add 'gem' declaration at the top of your program because soap4r is already included in normal ruby installation. With 'gem' declaration, you can override the priority.

require 'rubygems'
gem 'soap4r'
require 'soap/rpc/driver' # and so on

In Rails environment, you need to add 'gem' declaration *at the top of* config/environment.rb of your project.

For gem update:

% gem update soap4r

Documentation

Community

Google Group

Development

Subversion Repository:

To checkout the source, try

svn checkout http://dev.ctor.org/svn/soap4r/trunk soap4r
svn checkout http://dev.ctor.org/svn/soap4r/branches/1_5 soap4r-1_5

ruby-debug is useful for debugging soap4r and soap4r application. It's 2 or 3 times faster than debug.rb. I often use it.

soap4r related projects by others

There's Ruby/Amazon, too. Ruby/Amazon does not depend on soap4r. Who cares?

Howtos

Articles

by Others (Thanks!)

blogs (Japanese)