From: Gabriel Policiuc Date: 2009-08-13T21:31:10+09:00 Subject: SOAP access Ruby Hey, I am having trouble calling a web service with ruby. factory = SOAP::WSDLDriverFactory.new('https://api.affili.net/V2.0/Logon.svc?wsdl') driver = factory.create_rpc_driver parameters = { 'Username' => '', 'Password' => '', 'WebServiceType' => 'Product', 'DeveloperSettings' => {'SandboxPublisherID' => 0}, 'ApplicationSettings' => {'ApplicationID' => 0, 'DeveloperID' => '1000' } } driver_logon.Logon(parameters) I get the following ERROR : Unknown xml indentifier xml:lang What should I do? .. I am checking now the driver options.. maybe. Thanks a lot :) ----------------------------------- The WSDL for the logon function -- Posted via http://www.ruby-forum.com/.