SOAP::RPC::Proxy
(Class)
In:
soap/rpc/proxy.rb
Parent:
Object
Methods
add_method
call
check_fault
create_request
invoke
new
Attributes
allow_unqualified_element
[RW]
default_encodingstyle
[RW]
mandatorycharset
[RW]
method
[R]
soapaction
[RW]
Classes and Modules
Class
SOAP::RPC::Proxy::Request
Included Modules
SOAP
Public Class methods
new
(streamhandler, soapaction = nil)
Public Instance methods
add_method
(qname, soapaction, name, param_def)
call
(req_header, name, *values)
check_fault
(body)
create_request
(name, *values)
invoke
(req_header, req_body, soapaction = nil)
[Validate]