This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Wed Dec 10 23:58:28 -0800 2008 | |
| |
README | Tue Jan 27 20:42:24 -0800 2009 | |
| |
Rakefile | Mon Jan 26 20:30:31 -0800 2009 | |
| |
bin/ | Wed Jan 28 07:25:10 -0800 2009 | |
| |
lib/ | ||
| |
serviceproxy.gemspec | ||
| |
spec/ |
README
ServiceProxy ServiceProxy is a lightweight SOAP library for Ruby. HOW IT WORKS Loading the library: require 'rubygems' require 'service_proxy/base' GENERATING A PROXY ServiceProxy comes with a simple generator to get started. It can be invoked as follows: wsdl2proxy [wsdl] This will generate a file named default.rb, in the current directory. The class will be named GeneratedService, and will define build and parse methods for all of the available service methods. Please refer to the specs for extended usage examples. CONTRIBUTORS Rich Cavanaugh








