Registry / web-framework / actionwebservice

actionwebservice

JSON →
library1.2.6rbrubygemsunverified

Adds WSDL/SOAP and XML-RPC web service support to Action Pack.

gem install actionwebservice
INSTALL
IMPORT
SIG · ACTIONWEBSERVICE
A
actionwebservice
web-frameworkrubyv1.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActionWebService
require 'action_web_service'

Define a simple SOAP API

require 'action_web_service' class MyApi < ActionWebService::API::Base api_method :hello, expects: [{:name => :string}], returns: [:string] end
Debug
Known issues
breakingActionWebService is designed for older Rails versions (2.x) and may not work with Rails 3+.
fix
Consider using a modern alternative like Savon or WashOut for SOAP support.
affects: >= 0.0.0
Upgrade
Version history
1.2.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
46
OpenAI (training)
1
Resources
actionwebservice — gem install actionwebservice · libregistry