wash_out: SOAP Server on modern Rails
WashOut is a gem that greatly simplifies creation of SOAP service providers. A SOAP endpoint in WashOut is simply a Rails controller which includes the module WashOut::SOAP. Each SOAP action corresponds to a certain controller method; this mapping, as well as the argument definition, is defined by straightforward DSL described at README. Requires Rails >= 3.1 and Ruby 1.9.
Comments
Excelente trabajo!. Muchas gracias!
Post a comment