<S:Envelope 
	xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
	xmlns:wsa="http://schemas.xmlsoap.org/ws/2005/02/addressing"
	xmlns:wse="http://schemas.xmlsoap.org/ws/2004/08/eventing"
	xmlns:aps="http://www.ecma-international.org/standards/ecma-354/appl_session">
	<S:Header>
		<aps:sessionID>xs:string</aps:sessionID>
		<wsa:To>xs:anyURI</wsa:To>
		<wsa:RelatesTo>xs:anyURI</wsa:RelatesTo>			
		<wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscribeResponse</wsa:Action>	
		xs:any*
	</S:Header>
	<S:Body>
		<wse:SubscribeResponse>
			<wse:SubscriptionManager>
				wsa:EndpointReferenceType
			</wse:SubscriptionManager>
		</wse:SubscribeResponse>
	</S:Body>
</S:Envelope>


