Classes & Modules
Attributes
| Name | Visibility | R/W | Description |
|---|---|---|---|
| allow_unqualified_element | public | RW | |
| default_encodingstyle | public | RW | |
| generate_explicit_type | public | RW | |
| headerhandler | public | R | |
| literal_mapping_registry | public | RW | |
| mandatorycharset | public | RW | |
| mapping_registry | public | RW | |
| operation | public | R | |
| soapaction | public | RW | |
| streamhandler | public | R |
Methods
Class
| Visibility | Signature |
|---|---|
| public | new (endpoint_url, soapaction, options) |
Instance
| Visibility | Signature |
|---|---|
| public | add_document_method (soapaction, name, param_def, opt = {}) |
| public | add_document_operation (soapaction, name, param_def, opt = {}) |
| public | add_method (qname, soapaction, name, param_def, opt = {}) |
| public | add_rpc_method (qname, soapaction, name, param_def, opt = {}) |
| public | add_rpc_operation (qname, soapaction, name, param_def, opt = {}) |
| public | call (name, *params) |
| public | check_fault (body) |
| public | endpoint_url () |
| public | endpoint_url= (endpoint_url) |
| public | inspect () |
| public | invoke (req_header, req_body, opt = nil) |
| public | reset_stream () |
| public | route (req_header, req_body, reqopt, resopt) |
| public | set_wiredump_file_base (wiredump_file_base) |
| public | test_loopback_response () |
Class Method Detail
new(endpoint_url, soapaction, options)
Instance Method Detail
add_document_method(soapaction, name, param_def, opt = {})
Alias for add_document_operation
add_document_operation(soapaction, name, param_def, opt = {})
add_method(qname, soapaction, name, param_def, opt = {})
Alias for add_rpc_operation
add_rpc_method(qname, soapaction, name, param_def, opt = {})
Alias for add_rpc_operation