Changeset 2006 for trunk/sample/basic
- Timestamp:
- 10/28/07 17:16:29 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/sample/basic/wsdl_helloworld/client/defaultDriver.rb
r1640 r2006 10 10 ["hello_world", "hello_world", 11 11 [ 12 [ "in", "from", [::SOAP::SOAPString]],13 [ "retval", "from", [::SOAP::SOAPString]]12 [:in, "from", [::SOAP::SOAPString]], 13 [:retval, "from", [::SOAP::SOAPString]] 14 14 ], 15 15 "http://localhost:2000/wsdl/hws.wsdl#hello_world", "http://localhost:2000/wsdl/hws.wsdl", :rpc