-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalid_request.xml
15 lines (15 loc) · 1.06 KB
/
valid_request.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<soapenv:Envelope xmlns:omn="http://www.example.com" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-F9ABFF4463C01A06AB15912159684931">
<wsse:Username>user@example Dallas</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">P@ssword1</wsse:Password>
<wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">WywzbL7azGtp3f49pvY6sw==</wsse:Nonce>
<wsu:Created>2020-06-03T20:26:08.491Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<omn:GetDrivers/>
</soapenv:Body>
</soapenv:Envelope>