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 | Sat Oct 24 16:13:20 -0700 2009 | |
| |
README | Tue Oct 27 20:56:36 -0700 2009 | |
| |
Rakefile | Mon Jan 26 20:30:31 -0800 2009 | |
| |
bin/ | Mon Oct 26 00:16:29 -0700 2009 | |
| |
lib/ | Tue Oct 27 21:12:24 -0700 2009 | |
| |
serviceproxy.gemspec | Sun Oct 25 20:49:47 -0700 2009 | |
| |
spec/ | Mon Oct 26 00:16:29 -0700 2009 |
README
ServiceProxy ServiceProxy is a lightweight SOAP library for Ruby. HOW IT WORKS 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, as well as add some boilerplate code to inspect the available methods on the service. ServiceProxy does not have any dependencies on Rails or other frameworks, nor does the generator. Please refer to the specs for extended usage examples. CONTRIBUTORS Rich Cavanaugh







