Hi.
I''ve been trying to do something with SOAP for hours with no luck. The
web service .NET cannot see the values and return me nothing.
def login
@query = ''select''
rut = ''1234567-8''
output = ''''
nada = ''''
factory
SOAP::WSDLDriverFactory.new("http://www.mobilemate.cl/Register/Service.asmx?WSDL")
soap = factory.create_rpc_driver
@soapResponse = soap.Company(:typequery =>@query, :inputrut =>rut,
:inputlogin =>nada, :inputpassword =>nada,
:inputname =>nada, :inputmail =>nada, :outputcolumns =>output)
you can see the web service here:
http://www.mobilemate.cl/Register/Service.asmx?op=Company
SOAP::Encodingstyle???...maybe is this the problem??... help me please!
Regards!
--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
> I''ve been trying to do something with SOAP for hours with no luck. The > web service .NET cannot see the values and return me nothing.SOAP::WSDLDriverFactory.new("http://www.mobilemate.cl/Register/Service.asmx?WSDL")> soap = factory.create_rpc_driver > @soapResponse = soap.Company(:typequery =>@query, :inputrut =>rut, > :inputlogin =>nada, :inputpassword =>nada, > :inputname =>nada, :inputmail =>nada, :outputcolumns =>output) > > you can see the web service here: > http://www.mobilemate.cl/Register/Service.asmx?op=Company > > SOAP::Encodingstyle???...maybe is this the problem??... help me please! > > Regards!Problem: the web service .Net cannot see the arguments values, it read "nothing" -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---