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
Have you tested that the service works nicely with your request from a
mocking utility like Soapui?
Rails and SOAP aren't that well integrated, and the little I've done
with it in the past, I've found Soapui invaluable to make sure the
server is responding properly at least, even if my Ruby code was
playing up.