Advertisement
Guest User

Untitled

a guest
Dec 15th, 2009
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.31 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  3.     <SOAP-ENV:Header>
  4.         <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" SOAP-ENV:mustUnderstand="1">
  5.             <wsse:BinarySecurityToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="XWSSGID-1260535530149789027999">
  6. *** Enrypted Stuff ***
  7.             </wsse:BinarySecurityToken>
  8.             <xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
  9.                 <xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"/>
  10.                 <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
  11.                     <wsse:SecurityTokenReference>
  12.                         <wsse:Reference URI="#XWSSGID-1260535530149789027999" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"/>
  13.                     </wsse:SecurityTokenReference>
  14.                 </ds:KeyInfo>
  15.                 <xenc:CipherData>
  16.                     <xenc:CipherValue>pzHcf8Xl1syztzV13z1xrxl1tSPgImDU61Wgsxtr0Yi70zQUfrV441shFF8H/e35haQoNBfWpRMx
  17. V8EV9pdNojaYdrfvAICH9lIcG7hOYI4GwbOtoLZKOXmpMecrwg6Sx1Sm3kq9lpFU6mLlrfwIyZF1
  18. exAIaNRkwg+LYlU3Ys0=
  19.                     </xenc:CipherValue>
  20.                 </xenc:CipherData>
  21.                 <xenc:ReferenceList>
  22.                     <xenc:DataReference URI="#XWSSGID-12605355320401998698004"/>
  23.                 </xenc:ReferenceList>
  24.             </xenc:EncryptedKey>
  25.         </wsse:Security>
  26.     </SOAP-ENV:Header>
  27.     <SOAP-ENV:Body>
  28.         <xenc:EncryptedData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="XWSSGID-12605355320401998698004" Type="http://www.w3.org/2001/04/xmlenc#Content">
  29.             <xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/>
  30.             <xenc:CipherData>
  31.                 <xenc:CipherValue>*** Enrypted Stuff ***</xenc:CipherValue>
  32.             </xenc:CipherData>
  33.         </xenc:EncryptedData>
  34.     </SOAP-ENV:Body>
  35. </SOAP-ENV:Envelope>
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement