method

create_method_response

ruby latest stable - Class: SOAP::RPC::SOAPMethodRequest

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.

create_method_response(response_name = nil)
public

No documentation available.

# File lib/soap/rpc/element.rb, line 258
  def create_method_response(response_name = nil)
    response_name ||=
      XSD::QName.new(@elename.namespace, @elename.name + 'Response')
    SOAPMethodResponse.new(response_name, @param_def)
  end