Created
June 7, 2012 11:16
-
-
Save yaronn/2888270 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> | |
<s:Header> | |
<o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> | |
<u:Timestamp u:Id="uuid-91102774-2ee8-4344-bbb7-77ea93c8f772-1"> | |
<u:Created>2012-06-07T11:15:16.163Z</u:Created> | |
<u:Expires>2012-06-07T11:20:16.163Z</u:Expires> | |
</u:Timestamp> | |
<o:BinarySecurityToken u:Id="uuid-4b4d1ed9-b08b-4ba9-ba67-d755cae5d838-2" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">MIIBxDCCAW6gAwIBAgIQYpjr4FOk3IFNSd3lJj6ItzANBgkqhkiG9w0BAQQFADAWMRQwEgYDVQQDEwtSb290IEFnZW5jeTAeFw0wMzA3MDgxODQ4MTBaFw0zOTEyMzEyMzU5NTlaMB8xHTAbBgNVBAMTFFdTRTJRdWlja1N0YXJ0U2VydmVyMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLkqglArInukRlDwXbcjN3zxfsjeaLd+IvfyD5o35pUjpTkPwPXmApScr8UVQxB5JDRSVlMz1lUQ6CBLFLGIAQOpbPKn2oul3VmKAf9nRQf9PLU+biWozZXkhebIya43D75r5+5NUq1RbQiCC4qIobRqUdg6adujBY333wJy4YgwIDAQABo0swSTBHBgNVHQEEQDA+gBAS5AktBh0dTwCNYSHcFmRjoRgwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3mCEAY3bACqAGSKEc+41KpcNfQwDQYJKoZIhvcNAQEEBQADQQAGSGNKz1gZqbXN8JYl0PQM7ngkHfW1mQ88NRYADmoHw5A/rUZDHAPs5HLSn3i5iXlRwT91v3SU6iuaAid+Mwyq</o:BinarySecurityToken> | |
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> | |
<SignedInfo> | |
<CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /> | |
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /> | |
<Reference URI="#_1"> | |
<Transforms> | |
<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /> | |
</Transforms> | |
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> | |
<DigestValue>HA59hr6KPuBjJCzDi5OoaBdXfd4=</DigestValue> | |
</Reference> | |
<Reference URI="#uuid-91102774-2ee8-4344-bbb7-77ea93c8f772-1"> | |
<Transforms> | |
<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /> | |
</Transforms> | |
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /> | |
<DigestValue>x1IDhXSAw2z1xoRlXzuhyPIZnAM=</DigestValue> | |
</Reference> | |
</SignedInfo> | |
<SignatureValue>IptFCEQ6whR+8kACLDDgJ5dsc6uYzCeQan3DG1pS2cnG2geP4v606m7u88938Bcm56wJa9U6xZO9SzXTC10u41OcwFCanwMMk5Y/wMEwt6W2F1WUTYr6OjUNA/slomRvYNkzoZ6AXu2YkhdXe+16fdAn7FmrxDRtY/Q8RgAhdjo=</SignatureValue> | |
<KeyInfo> | |
<o:SecurityTokenReference> | |
<o:Reference ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" URI="#uuid-4b4d1ed9-b08b-4ba9-ba67-d755cae5d838-2" /> | |
</o:SecurityTokenReference> | |
</KeyInfo> | |
</Signature> | |
</o:Security> | |
</s:Header> | |
<s:Body u:Id="_1"> | |
<EchoString xmlns="http://tempuri.org/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | |
<s>1</s> | |
</EchoString> | |
</s:Body> | |
</s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment