let(:correct_namespaces) do
{
'xmlns:xs' => 'http://www.w3.org/2001/XMLSchema',
'xmlns:tns' => 'urn://x-artefacts-gnivc-ru/ais3/kkt/AuthService/types/1.0',
'targetNamespace' => 'urn://x-artefacts-gnivc-ru/ais3/kkt/AuthService/types/1.0'
}
end
let(:correct_message_hash) do
{
'Message' => {
'tns:AuthRequest' => {
'tns:AuthAppInfo' => {
'tns:MasterToken' => 'test_key'
}
}
}
}
end