Method: SOAP::NetHttpClient#set_auth

Defined in:
lib/soap/netHttpClient.rb

#set_auth(uri, user_id, passwd) ⇒ Object

Raises:

  • (NotImplementedError)


65
66
67
# File 'lib/soap/netHttpClient.rb', line 65

def set_auth(uri, user_id, passwd)
  raise NotImplementedError.new("auth is not supported under soap4r + net/http.")
end