Soap

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!

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”