views:

9

answers:

0

hello

I have two scripts, one is in http://txtcnsl.com/netTxt/soaptest and works fine, but when I try to move to another server fails http://voiplatinoamerica.com/siteweb/adminpanel/login

the code is the two scripts client = Savon::Client.new "https://pbs1.sipids.com/wsdl/SessionAdminService.wsdl" , :end_point => "https://pbs1.sipids.com:443/soap/" response = client.login do |soap,wsee| soap.namespace = "http://pbs1.sipids.com/Porta/SOAP/Session" soap.body = {:user=>"xxxx" , :password=>"xxxx"} end thanks in advance