Authentication Service Request Message

From OpenLiberty.org Wiki

Jump to: navigation, search


<?xml version="1.0" encoding="UTF-8"?>
<soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" soap11:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <soap11:Header>
     <wsa:Action xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="actHdr">urn:liberty:sa:2006-08:SASLRequest</wsa:Action>
     <sbf:Framework xmlns:sbf="urn:liberty:sb" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" soap11:actor="http://schemas.xmlsoap.org/soap/actor/next" soap11:mustUnderstand="1" version="2.0" wsu:Id="fwkHdr"/>
     <wsa:MessageID xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="midHdr">olid:_a22bab2824e15e15019ce00bc3390992</wsa:MessageID>
     <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" soap11:actor="http://schemas.xmlsoap.org/soap/actor/next" soap11:mustUnderstand="1">
        <wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="tsSecHdr">
           <wsu:Created>2008-05-20T20:43:29.078Z</wsu:Created>
        </wsu:Timestamp>
     </wsse:Security>
     <sb:Sender xmlns:sb="urn:liberty:sb:2006-08" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" providerID="https://z-sp.openliberty.org" wsu:Id="sndrHdr"/>
     <wsa:To xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="toHdr">https://mars-lander.zenntools.com:8443/axis/services/LibertyAS2</wsa:To>
  </soap11:Header>
  <soap11:Body xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="body">
     <sa:SASLRequest xmlns:sa="urn:liberty:sa:2006-08" mechanism="PLAIN">
        <sa:Data>AGFzYQB0ZXN0YXNh</sa:Data>
     </sa:SASLRequest>
  </soap11:Body>
</soap11:Envelope>
Personal tools
OpenAz