» tagged pages
» logout
SOAP4R
Return to SOAP4R

del.icio.us tag/soap4r

(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:

Tags Applied to this Topic

1 person has tagged this page:

SOAP4R Wiki Pages

Getting Started with SOAP4R — Quick off the Mark

driver = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver

SOAP4R: del.icio.us tag/soap4r

soap4r - Trac

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

SOAP4R: del.icio.us tag/soap4r

Re: Ruby Syntax and SOAP Web Service

you don't have generate a bunch of classes from WSDL in Ruby like in other languages... you can, but Ruby is dynamic enough that you can just create a driver instance from the WSDL and all the signatures in that WSDL become available as method calls on the driver

SOAP4R: del.icio.us tag/soap4r

Getting Started with SOAP4R — Quick off the Mark

require "soap/wsdlDriver" wsdl = "http://hostname.com/path/to/wsdl" driver = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver

SOAP4R: del.icio.us tag/soap4r

jkraemer.net: Soap4r / openSSL woes

service.options['protocol.http.ssl_config.ca_file'] ='/path/to/cacert.pem'

SOAP4R: del.icio.us tag/soap4r

Page 1 | Next >>
Username:
Password:
(or Cancel)