Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
fault(e)private
Create fault response.
# File lib/soap/rpc/router.rb, line 321
def fault(e)
detail = Mapping::SOAPException.new(e)
SOAPFault.new(
SOAPString.new('Server'),
SOAPString.new(e.to_s),
SOAPString.new(@actor),
Mapping.obj2soap(detail, @mapping_registry))
end Related methods
- Instance methods
- add_document_method
- add_document_operation
- add_document_request_operation
- add_headerhandler
- add_method
- add_request_headerhandler
- add_rpc_method
- add_rpc_operation
- add_rpc_request_operation
- add_rpc_request_servant
- add_rpc_servant
- add_servant
- create_fault_response
- route
- Class methods
- new
- Private methods
-
assign_operation -
call_headers -
create_mapping_opt -
create_styleuse_option -
ensure_styleuse_option -
fault -
first_input_part_qname -
lookup_operation -
marshal -
mimeize -
receive_headers -
unmarshal