Skip to content

Instantly share code, notes, and snippets.

@qmx
Created November 18, 2010 00:08
Show Gist options
  • Save qmx/704403 to your computer and use it in GitHub Desktop.
Save qmx/704403 to your computer and use it in GitHub Desktop.
require 'soap/wsdlDriver'
service = SOAP::WSDLDriverFactory.new('http://localhost:8080/Dicionario?wsdl').create_rpc_driver
resposta = service.traduz(:palavra => 'bola')
puts resposta.traducao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment