Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/branches/1_5/sample/howto/documentliteral/client.rb

Revision 1843, 254 bytes (checked in by nahi, 2 years ago)
  • reorganize sampless
  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1 #!/usr/bin/env ruby
2 require 'defaultDriver.rb'
3
4 endpoint_url = ARGV.shift
5 obj = EchoPortType.new(endpoint_url)
6 obj.wiredump_dev = STDOUT if $DEBUG
7
8 request = EchoRequest.new
9 request.xmlattr_sampleAttr = 5
10 request.sampleElement = 3.14
11 p obj.echo(request)
Note: See TracBrowser for help on using the browser.