﻿<?xml version="1.0" encoding="utf-8"?>
<log>
	<!--notice that there are not one but TWO outputMessages for the one call I made
	They hppened so closely together that they hae the same time stamp-->
	<outputMessage utc="6/8/2006 5:33:39 PM" messageId="urn:uuid:7bcf5680-2a8d-4809-929e-0fac42189fa3">
<!--I have removed the initial prcessing steps so  you can focus on this one, the message that is going out on the wire to the service-->		
		<processingStep description="Processed message">
			<soap:Envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 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" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
				<soap:Header>
<!--Note that the action of this first call is NOT HelloWorld! It is a request for a securiy token! WSE made that happen for us!-->		
					<wsa:Action wsu:Id="Id-b282881a-627a-4afa-a34d-0ca208ee3b95">http://schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT</wsa:Action>
					<wsa:MessageID wsu:Id="Id-10f8a54b-cc72-4565-956b-dea5f6f81b90">urn:uuid:7bcf5680-2a8d-4809-929e-0fac42189fa3</wsa:MessageID>
					<wsa:ReplyTo wsu:Id="Id-9059bb57-02b4-4c2b-b60c-f28f9420f56b">
						<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
					</wsa:ReplyTo>
					<wsa:To wsu:Id="Id-78f2872d-664c-4b8a-88ef-896f2d32206f">http://localhost:1577/ASMXHTTPWebService/Service.asmx</wsa:To>
					<wsse:Security soap:mustUnderstand="1">
						<wsu:Timestamp wsu:Id="Timestamp-c7c15581-848d-457b-b87c-f8b1b829709c">
							<wsu:Created>2006-06-08T17:33:38Z</wsu:Created>
							<wsu:Expires>2006-06-08T17:38:38Z</wsu:Expires>
						</wsu:Timestamp>
						<!--Note here that right after timestamp, we have "encrypted Key", compare that to the next message
						we are sending the username token for authentication on this first request
						-->
						
						<xenc:EncryptedKey Id="SecurityToken-5f038d5e-8d31-4417-a2f4-37df50e1f3d5" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
							<xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p">
								<ds:DigestMethod xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
							</xenc:EncryptionMethod>
							<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
								<wsse:SecurityTokenReference>
									<wsse:KeyIdentifier ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">k2yB4WYfFNwEXVx35IW3mEl2Ww0=</wsse:KeyIdentifier>
								</wsse:SecurityTokenReference>
							</KeyInfo>
							<xenc:CipherData>
								<xenc:CipherValue>LKKcw8+GjgzdUUl5zylaZGiniFSTsVPpViviLPIKytDcP6VRpX4CDDtaBPOpaZBGSp2yrufdKtIqkNBrk9olHzBJGJWe+y3oiSZ+7IcR0+GqXk0ylurGwiU+xkFc4kDMsCXUGnKQpWSBcRkLzH3MXlJQjvMX+4u+mV5lRUXJBto=</xenc:CipherValue>
							</xenc:CipherData>
						</xenc:EncryptedKey>
						<wssc:DerivedKeyToken wsu:Id="SecurityToken-79fa1ad2-ba8b-4403-8515-6897e41fa59c" Algorithm="http://schemas.xmlsoap.org/ws/2005/02/sc/dk/p_sha1" xmlns:wssc="http://schemas.xmlsoap.org/ws/2005/02/sc">
							<wsse:SecurityTokenReference>
								<wsse:Reference URI="#SecurityToken-5f038d5e-8d31-4417-a2f4-37df50e1f3d5" ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey" />
							</wsse:SecurityTokenReference>
							<wssc:Generation>0</wssc:Generation>
							<wssc:Length>32</wssc:Length>
							<wssc:Label>WS-SecureConversationWS-SecureConversation</wssc:Label>
							<wssc:Nonce>7LVJ71dTUduHrFK0vML5Dg==</wssc:Nonce>
						</wssc:DerivedKeyToken>
						<xenc:ReferenceList xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
							<xenc:DataReference URI="#Enc-a7e65094-4f75-4646-8d1e-29d1f0518e1b" />
							<xenc:DataReference URI="#Enc-500ee7a1-182a-45ce-8d53-e28861ff7dc1" />
						</xenc:ReferenceList>
						<xenc:EncryptedData Id="Enc-a7e65094-4f75-4646-8d1e-29d1f0518e1b" Type="http://www.w3.org/2001/04/xmlenc#Element" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
							<xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
							<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
								<wsse:SecurityTokenReference>
									<wsse:Reference URI="#SecurityToken-79fa1ad2-ba8b-4403-8515-6897e41fa59c" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/dk" />
								</wsse:SecurityTokenReference>
							</KeyInfo>
							<xenc:CipherData>
								<xenc:CipherValue>CUeBASoj58O241JjeLcgnsLXvrcoGlxgbgc0ulwJifTf3EzAsV7eabxQwCgOK8Gbt9Ofoe+l0M6iHFhFZa9sbpOpe+EJEkaS2ilFdWGeOCJFXv3Y5UbjdHW/GEbXAG+MsDMWY97m3VC0CrWI+kvmvTlazfxoPriFL4jbE4oTY9ma4ihCjGijGSNARIDKaGVeVxR0SCisUovQ/F3DPM/8SuXJmpGy8qBJwOVOj4Z3nkcQ0UnJqqs3mmLJvShUXJTn0+74crWybeziVeJBS6eUWRcb+eV6ayXia4c1NKTyZiJg3oXkyV/BylruSNNdqqHKH0SIMMyGi759OBMG0GW6RY74wBKEG0igpD3PRQiVeBdBrGgHQX+snnXnhf5e4+hvxESeOSAQOb0tqvDpQbn94VCNPtEoevuaT1qIhJ7vEB/lIj6cT20pmJ3yIrYMsu6ujcRkpCMGaHAQsWUtsDRDd5+NVTQqs4z2qapHENuWOZEM+SjXnSDA3uMuxEGmll4VB2dY86S9u2kUQWoPLUM4P0SrLUuedtKtc02K9/nX042AbmSYGE4hkOXBo3sYk1MDGaAkJoSySqdOWM9KAIRGzb0J9PKMkDCqeElMbA0SQ1JU5Ws1PK8tnxBl5g1AomFsuAq8xKPaBK0QBdxCZTwFjStN32dDL180KpEVCnH+g874VHUyfMUsV+Lc7nKntfDk084NaYhDdJBLMZQu5w4BJr2e/0XozCnCBP5WWlQei343lsbLEYXTFksOrsN1p7oqP0uFppCEYnOI4hQULSbSxstqXeZEoxWHSd1kthlrLvw=</xenc:CipherValue>
							</xenc:CipherData>
						</xenc:EncryptedData>
						<wssc:DerivedKeyToken wsu:Id="SecurityToken-43b65ca3-f2a6-4339-a431-20dbd6ada863" Algorithm="http://schemas.xmlsoap.org/ws/2005/02/sc/dk/p_sha1" xmlns:wssc="http://schemas.xmlsoap.org/ws/2005/02/sc">
							<wsse:SecurityTokenReference>
								<wsse:Reference URI="#SecurityToken-5f038d5e-8d31-4417-a2f4-37df50e1f3d5" ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey" />
							</wsse:SecurityTokenReference>
							<wssc:Generation>0</wssc:Generation>
							<wssc:Length>24</wssc:Length>
							<wssc:Label>WS-SecureConversationWS-SecureConversation</wssc:Label>
							<wssc:Nonce>gnExSygc+O2PnQOH4PjQUw==</wssc:Nonce>
						</wssc:DerivedKeyToken>
						<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
							<SignedInfo>
								<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" />
								<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1" />
								<Reference URI="#SecurityToken-15c31ceb-07b0-4256-8934-f6ee0e33e9a6">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>pmmk5uCxOp/V61nqIcTLK74kzsg=</DigestValue>
								</Reference>
								<Reference URI="#Id-b282881a-627a-4afa-a34d-0ca208ee3b95">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>SocmxY6qAKfDZD/ym7+5/0PtoA8=</DigestValue>
								</Reference>
								<Reference URI="#Id-10f8a54b-cc72-4565-956b-dea5f6f81b90">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>lO/erajAV2foY9G9qHheHNwm81M=</DigestValue>
								</Reference>
								<Reference URI="#Id-9059bb57-02b4-4c2b-b60c-f28f9420f56b">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>CGP8aB0XHDOc4YHh3OApxNoFdfM=</DigestValue>
								</Reference>
								<Reference URI="#Id-78f2872d-664c-4b8a-88ef-896f2d32206f">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>Ce9ukVe8M8xyUsKWpRjJakb8T5g=</DigestValue>
								</Reference>
								<Reference URI="#Timestamp-c7c15581-848d-457b-b87c-f8b1b829709c">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>vpLeS3RgX2/XaEVJcF6Hp/rsRfA=</DigestValue>
								</Reference>
								<Reference URI="#Id-0c83654e-94c4-4507-abe7-f9675b0e4b91">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>Qd1jNTF91yR3ZKaLNe2tP/7tMDY=</DigestValue>
								</Reference>
							</SignedInfo>
							<SignatureValue>2kkJW5Mtp2DZ3WKU1rLgfppZh5g=</SignatureValue>
							<KeyInfo>
								<wsse:SecurityTokenReference>
									<wsse:Reference URI="#SecurityToken-43b65ca3-f2a6-4339-a431-20dbd6ada863" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/dk" />
								</wsse:SecurityTokenReference>
							</KeyInfo>
						</Signature>
					</wsse:Security>
				</soap:Header>
				<soap:Body wsu:Id="Id-0c83654e-94c4-4507-abe7-f9675b0e4b91">
					<xenc:EncryptedData Id="Enc-500ee7a1-182a-45ce-8d53-e28861ff7dc1" Type="http://www.w3.org/2001/04/xmlenc#Content" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
						<xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
						<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
							<wsse:SecurityTokenReference>
								<wsse:Reference URI="#SecurityToken-79fa1ad2-ba8b-4403-8515-6897e41fa59c" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/dk" />
							</wsse:SecurityTokenReference>
						</KeyInfo>
						<xenc:CipherData>
							<xenc:CipherValue>fxOfXV5xXLcklQ+9c+5O4g5HzAsCguL8x0eKltPNhRYCCD4kN1FX31oEeoIdcmZyMAG7RdxpYYXda7b3qW+YMmWykoxxdXEU2Nff1H53yu8BcnSBlSzIEi/K0RDeQb3O+7GrJ3/BfPuSkPiZ2ONYkStj618Wnc8st7pUKprtOIh+dCO7Dwmo9BEmOhQH8qjHjrl/J6aWuPSlMB9td+VOuayKXBFwe9d33EDWZgnhzd5OgQ6QiJlNxfAsrybM/ETZZQX053yIMRGY8SG3OKze7sKDI62enzygOixPy0PcDeRU1TOTF2HwLwnShIB/LP2QS5b90Sa+806ZyVG0FdNaB8d9IZvnJgRgCI024lYLQY+xx9fdo4nQSPvg9CPiSGXIjFZPaZvi20JFRnZ6pSR7LiA9MKX51jqG9qudSyV8XX1hecSmIxSPj+SkaAJSmA//A0R57NPGuG70o0k7zJKkxvgD8q4+jNtBpzftxQEPRPWuDRX/YvLklcu8ZTsngD3TIuCElpwo4uCl2cqCDfQgoDi5B1Pq+3DDEt3xd0hWs3P0LULcjOPjR4TDWusEein88hUeCvtUd4pCvPDGC6V7EJA4oufkkFVSzbuyUmECmnuCPydIlzDSWY1iCnh3X5HYyxOEPDOwET0iXizuSuG28Fa8WyBHAoLxh7cocbhIyrraZpR6h1dUtUJJq5LDQCp2rB62qPEzoMrVbGr6vssTSLKkC+Be/BHMMBFGcrtwOUyKoJjbhsuwAGADw63qH0qBm2s5v2PY65Bx7GGeKRKoy2QiLw9wrfFh8MlyxS/XT1s=</xenc:CipherValue>
						</xenc:CipherData>
					</xenc:EncryptedData>
				</soap:Body>
			</soap:Envelope>
		</processingStep>
	</outputMessage>
	<outputMessage utc="6/8/2006 5:33:39 PM" messageId="urn:uuid:cb4a7572-b85b-4371-bd41-21838e49a5ae">
<!--Now that we have the security context token from the server, we are going to call HelloWorld
we pass the security token, not the usernametoken any more, for authentication-->
		<processingStep description="Processed message">
			<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" 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">
				<soap:Header>
<!--Here we are finally calling HelloWorld-->
					<wsa:Action wsu:Id="Id-04bb8375-cffc-46f4-a4c2-bc1053e11198">http://tempuri.org/HelloWorld</wsa:Action>
					<wsa:MessageID wsu:Id="Id-f67b1be8-9e7c-4507-a892-a73ba577e2f5">urn:uuid:cb4a7572-b85b-4371-bd41-21838e49a5ae</wsa:MessageID>
					<wsa:ReplyTo wsu:Id="Id-461d5772-bca3-4a7a-b5fb-10513ed8c7b8">
						<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
					</wsa:ReplyTo>
					<wsa:To wsu:Id="Id-3f6a4d2a-b86e-4d94-92ec-4e11c06bfec8">http://localhost:1577/ASMXHTTPWebService/Service.asmx</wsa:To>
					<wsse:Security soap:mustUnderstand="1">
						<wsu:Timestamp wsu:Id="Timestamp-f1792fb3-af59-40c2-9b0e-1a09581f90f9">
							<wsu:Created>2006-06-08T17:33:39Z</wsu:Created>
							<wsu:Expires>2006-06-08T17:38:39Z</wsu:Expires>
						</wsu:Timestamp>
						<!--Here is where we see the SecurityContextToken being passed to the webservice.
						Compare it to the same section in the first message!-->
						<wssc:SecurityContextToken xmlns:wssc="http://schemas.xmlsoap.org/ws/2005/02/sc" wsu:Id="SecurityToken-3ed3c617-e45a-4fb1-af12-26bb5bda99d4">
							<wssc:Identifier>urn:uuid:018e7d56-d7e4-4b24-bf9a-7128847683ae</wssc:Identifier>
							<p:Cookie xmlns:p="http://schemas.microsoft.com/wse/2005/03/StatefulSCT">
								<p:EncodedData>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAy7+WWSAAVUSekDsNo6yT2QAAAAACAAAAAAADZgAAqAAAABAAAAApzCC9s39UjEuQGR4hMzt8AAAAAASAAACgAAAAEAAAABw+75lMSm0YzQ00tzzwXHQoBAAAIHJQZQD0ClCPQ1i1cebQspyYDKWXdmFw7/WGOc7dLtSDyzeIWniIL2r4pqwkhb3WwYR8SfinjBgUNTXGUa4LFYU9DWPEup270Rfy548tE7oocAb3SCTZiN71hKfjUezhX6GLtfuzvLj769OEcEb/oAgYBx4InRs7b74EqGErwjLMVK+v06AdPenBDlg/RgKiKCU+mSiGmP9vW2Jhc3Q9tyrp29KcL5GtQt06qm0sTGdljJ2RE2rrAzTvhRXytWqQ8uxmZ/H4nWg1eg/IzFFajpUozR0sMF/TWmbdnsgvVOl/uBylwRy9WhKD60PRwqVcXTmHAWPjSDttowLlolC7tAHXZ3+YOjrtPKlUI2LqGqmNOtI3XVK34p2Qhk57Y8ci3jDClBAeONoeSlc1bswd3OyhzHfxHtvojxdVJ3k0wZdzLOcCKYrJ+oraqZpp0sf966ZTY7AJumI2FvJ0mWESo7esyOEuskkRo434HxoitG/foCmZRX7NdgyyPoRfnPNBzo3GYbwPBRoEz8JFt23yrU1xeDKEdCc8re8ce/Q0H1UHymNN9EzYb4xZNi9ynkNsaMkdIHNafYNnJMLsY7ez+yr7j0eh40/EiPs45EyA7srFELuzXSnBiPK3bdXeDCaDfvjHaDXcyeUf0Zuh+ErmH9T610m2JExjXKGjqURyvPa0wcG3qjuz69K2zuMg05GQGkan3RW4fMOgtNZXQ+zlhRsWcZfUTMwabBLvkCeLTxG2fQuMS2AILym1ORPfBrVI0NRPf05MI5bWP9ONC9p5x7EVoY3sS0DpGZeaArpgI3PtiQaJlaaAFxQB0TJJQcMS1lcwCZi7nIzReXAGh7BJ0z/miIMy+rAqyvsfdnNz8RdAGOTEJNhDIbM0wmeHhdzBcsHgKf23Vy7xIZhvBTBtcMAgycumvUtf6GSR/myH3xR1rST7GHtX5I9iM8JVGfjDupgjzI5SwOJWebssfMw1vYKfaIAD88jdnVETobHzTwmrOxaaYPw+wmxykHV2/2X1PhXzY4E+SOx6BkxM8ysKBFpxDWzjZ3GKytZhAjv0K1XO/ufebtLwW6npRBm5AGjME7Sp2jWs8gI+Z89y3nOYqZc37/3sIG2B/yoQqUURC5RjZxSgdzIVSzO8jIWGoLNSOHqKJQDZelQsUtUDSwMBG4ipx2ipjwDvC3ZCpnq5yrPZSUBYE0ws1vnehQjw+ARGSVMVD5yqIaJaIlFRaLPB4HzEcxTPfyRa1OGWbu8silSi0fDQfyMJ3EDeIMWZL1KJ90HHNUZJVSBUj3Le3o3LrEk51bxZJ97AKq8pxulANK511Pp7rf4PlGs2/cHqaEPPYG12aqnoODBgiKI82o4jg0CpF8U0bX/reWIKwofkucIhsIJjGUM4o5IMdV+cBgVhfxIT6qX2AFoUAAAAD9feKEAr7vqpAcaBWcYOME13ciU=</p:EncodedData>
							</p:Cookie>
						</wssc:SecurityContextToken>
						<wssc:DerivedKeyToken wsu:Id="SecurityToken-337ba0ef-6963-4dc9-81a6-5ba42602d0c3" Algorithm="http://schemas.xmlsoap.org/ws/2005/02/sc/dk/p_sha1" xmlns:wssc="http://schemas.xmlsoap.org/ws/2005/02/sc">
							<wsse:SecurityTokenReference>
								<wsse:Reference URI="#SecurityToken-3ed3c617-e45a-4fb1-af12-26bb5bda99d4" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/sct" />
							</wsse:SecurityTokenReference>
							<wssc:Generation>0</wssc:Generation>
							<wssc:Length>24</wssc:Length>
							<wssc:Label>WS-SecureConversationWS-SecureConversation</wssc:Label>
							<wssc:Nonce>lPb1B3NV0UOnf/ji97mFBQ==</wssc:Nonce>
						</wssc:DerivedKeyToken>
						<wssc:DerivedKeyToken wsu:Id="SecurityToken-d598e243-7e88-4c93-bf8b-44cd9e9a40c0" Algorithm="http://schemas.xmlsoap.org/ws/2005/02/sc/dk/p_sha1" xmlns:wssc="http://schemas.xmlsoap.org/ws/2005/02/sc">
							<wsse:SecurityTokenReference>
								<wsse:Reference URI="#SecurityToken-3ed3c617-e45a-4fb1-af12-26bb5bda99d4" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/sct" />
							</wsse:SecurityTokenReference>
							<wssc:Generation>0</wssc:Generation>
							<wssc:Length>32</wssc:Length>
							<wssc:Label>WS-SecureConversationWS-SecureConversation</wssc:Label>
							<wssc:Nonce>+3YaXScnd8UB6uotP9pcSw==</wssc:Nonce>
						</wssc:DerivedKeyToken>
						<xenc:ReferenceList xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
							<xenc:DataReference URI="#Enc-1cf57de6-cf53-4813-bf19-8ee4ad05b3ee" />
						</xenc:ReferenceList>
						<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
							<SignedInfo>
								<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" />
								<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1" />
								<Reference URI="#Id-04bb8375-cffc-46f4-a4c2-bc1053e11198">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>JNJ9rZuZIDAnjW/VEdK5cvhsiko=</DigestValue>
								</Reference>
								<Reference URI="#Id-f67b1be8-9e7c-4507-a892-a73ba577e2f5">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>HTPMrFEwpRUfcMqFbKJk+UBV7ko=</DigestValue>
								</Reference>
								<Reference URI="#Id-461d5772-bca3-4a7a-b5fb-10513ed8c7b8">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>SvtPDb76R/LI9QjMTjDew/TCtjg=</DigestValue>
								</Reference>
								<Reference URI="#Id-3f6a4d2a-b86e-4d94-92ec-4e11c06bfec8">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>/10avDG6GBThoDmH1+0Qt1huXRo=</DigestValue>
								</Reference>
								<Reference URI="#Timestamp-f1792fb3-af59-40c2-9b0e-1a09581f90f9">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>RanV+phEwvZSaSUoMckXxLulml8=</DigestValue>
								</Reference>
								<Reference URI="#Id-d5c47c5e-0f90-4d4b-bd38-febf02424e32">
									<Transforms>
										<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
									</Transforms>
									<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
									<DigestValue>KBPJspBTHil9qC0HfP7Eur2JHmQ=</DigestValue>
								</Reference>
							</SignedInfo>
							<SignatureValue>PW468BKkR4MVUQKnUuvdYU/hKR0=</SignatureValue>
							<KeyInfo>
								<wsse:SecurityTokenReference>
									<wsse:Reference URI="#SecurityToken-337ba0ef-6963-4dc9-81a6-5ba42602d0c3" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/dk" />
								</wsse:SecurityTokenReference>
							</KeyInfo>
						</Signature>
					</wsse:Security>
				</soap:Header>
				<soap:Body wsu:Id="Id-d5c47c5e-0f90-4d4b-bd38-febf02424e32">
					<xenc:EncryptedData Id="Enc-1cf57de6-cf53-4813-bf19-8ee4ad05b3ee" Type="http://www.w3.org/2001/04/xmlenc#Content" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
						<xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc" />
						<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
							<wsse:SecurityTokenReference>
								<wsse:Reference URI="#SecurityToken-d598e243-7e88-4c93-bf8b-44cd9e9a40c0" ValueType="http://schemas.xmlsoap.org/ws/2005/02/sc/dk" />
							</wsse:SecurityTokenReference>
						</KeyInfo>
						<xenc:CipherData>
							<xenc:CipherValue>HVle/3iWwochmzhP04kF5T2mulomkr9KgMi7AuqzCmSupntJZT2T3lyJTDoxkd7WU6J+jCJzg9O/k+wQFCJeMw==</xenc:CipherValue>
						</xenc:CipherData>
					</xenc:EncryptedData>
				</soap:Body>
			</soap:Envelope>
		</processingStep>
	</outputMessage>

</log>
