blob: ad8fe2dd2024ef611dd57a3e46fa8f0d0d76dba9 [file] [log] [blame]
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/04/secext" xmlns:uiws="${tns}">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1">
<wsse:UsernameToken VirtualSessionId="v-session-123">
<wsse:Username>Scout</wsse:Username>
<wsse:Password Type="http://scout.eclipse.org/security#Token">pass-abc</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
</soapenv:Body>
</soapenv:Envelope>