Opening port 80 to hyperscript.net, requesting soap_server.cgi
list 'SOAP:Envelope' = {
attr 'xmlns:SOAP' = {"http://schemas.xmlsoap.org/soap/envelope/"},
list 'SOAP:Header' = {
"something"
},
list 'SOAP:Body' = {
list 'm:DoLogin' = {
attr 'xmlns:m' = {"urn:soapserver/soap:AuthorizationModule"},
list 'UserName' = {
"bergsma"
},
list 'Password' = {
"XML"
}
}
}
};