i want to get a service from this site :

http://ww2.tsetmc.com/webservice/TsePublic.asmx

def index
      soapdriver =
SOAP::WSDLDriverFactory.new(wsdlPath).create_rpc_driver
      result = soapdriver.Board(:UserName => 'usernameValue',:Password
=> 'passwordValue')
 end

but this site return a empty object for this method
=> SOAP::Mapping::Object

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to