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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 27 October 2010 14:23, Rose Rose <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> i want to get a service from this site : > > http://ww2.tsetmc.com/webservice/TsePublic.asmx > > but this site return a empty object for this method > => SOAP::Mapping::ObjectHave 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. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
i tested this service with JAVA and it works , but my Ruby code cann''t get this service, i don''t know , why?! :(( -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.