method
send
v1_8_7_330 -
Show latest stable
- Class:
SOAP::HTTPStreamHandler
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