Skip to content

Instantly share code, notes, and snippets.

@alcabanillas-engh
Created October 7, 2008 00:44
Show Gist options
  • Save alcabanillas-engh/15197 to your computer and use it in GitHub Desktop.
Save alcabanillas-engh/15197 to your computer and use it in GitHub Desktop.
#Connect to the Sugar CRM WSDL and build our methods in Ruby
ws_proxy = SOAP::WSDLDriverFactory.new($config["wsdl_url"]).create_rpc_driver
ws_proxy.options["receive_timeout"] = 3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment