method

send

ruby latest stable - Class: SOAP::HTTPStreamHandler

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.

send(endpoint_url, conn_data, soapaction = nil, charset = @charset)
public

No documentation available.

# File lib/soap/streamHandler.rb, line 107
  def send(endpoint_url, conn_data, soapaction = nil, charset = @charset)
    conn_data.soapaction ||= soapaction # for backward conpatibility
    send_post(endpoint_url, conn_data, charset)
  end