<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>
		<wsa:To>xs:anyURI</wsa:To>
		<aps:sessionID>xs:string</aps:sessionID>
		<wsa:ReplyTo>xs:anyURI</wsa:ReplyTo>
		<wsa:MessageID>xs:anyURI</wsa:MessageID>					 
		<wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe</wsa:Action>
		xs:any*
	</S:Header>
	<S:Body>
		<wse:Unsubscribe />
	</S:Body>
</S:Envelope>


