client = Savon.client(wsdl: "https://webservices.listrak.com/v31/IntegrationService.asmx?WSDL", soap_header: {"WSUser" => {"UserName" => "___", "Password" => "___"}, env_namespace: :soapenv})
As of right now, every request returns "Invalid Credentials" from Listrak, so I'm fairly certain my error is in the soap_header. Any suggestions or pointers in the right direction would be much appreciated. Thank you for your time!
Trevor