<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"
	xmlns:esi="http://www.ecma-international.org/standards/ecma-366/ws-session/event_sink_interface"
>
	<S:Header>
		<wsa:To>xs:anyURI</wsa:To>
		<aps:sessionID>xs:string</aps:sessionID>
		<wsa:ReplyTo><wsa:Address>xs:anyURI</wsa:Address></wsa:ReplyTo>
		<wsa:MessageID>xs:anyURI</wsa:MessageID>
		<wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe</wsa:Action>
		xs:any*
	</S:Header>
	<S:Body>
		<wse:Subscribe>
			<wse:Delivery>
				<wse:NotifyTo>
					<wsa:Address>xs:anyURI</wsa:Address>
					<esi:interface type="generic|typed+generic" />
				</wse:NotifyTo>
			</wse:Delivery>
		</wse:Subscribe>
	</S:Body>
</S:Envelope>


