# File lib/soap/streamHandler.rb, line 65
  def send(url, conn_data, soapaction = nil, charset = nil)
    # send a ConnectionData to specified url.
    # return value is a ConnectionData with receive_* property filled.
    # You can fill values of given conn_data and return it.
  end