<?xml version="1.0" encoding="UTF-8"?>
<WYSE xmlns="http://xmlgw.cocredo.com/schemas" 
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
		xsi:schemaLocation="http://xmlgw.cocredo.com/schemas http://xmlgw.cocredo.com/schemas/envelopeV1.xsd">
	<EnvelopeVersion>1.0</EnvelopeVersion>
	<Header>
		<MessageDetails>
			<Class>monitorStatus</Class>
			<Qualifier>response</Qualifier>
			<TransactionID>123</TransactionID>
			<ServiceResponse>0.032</ServiceResponse>
			<ResponseDate>2015-02-09T11:12:14</ResponseDate>
			<ResponseToUser>YourSenderID</ResponseToUser>
		</MessageDetails>
		<SenderDetails>
			<SenderCompany>cocredo</SenderCompany>
			<SenderID>xmlgw.cocredo</SenderID>
			<EmailAddress>helpdesk@cocredo.com</EmailAddress>
		</SenderDetails>
	</Header>
	<Body>
		<monitorStatusResponse xmlns="http://xmlgw.cocredo.com/v1-0/docs/schemas" 
					xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
					xsi:schemaLocation="http://xmlgw.cocredo.com/v1-0/docs/schemas http://xmlgw.cocredo.com/v1-0/docs/schemas/monitorStatusResponse.xsd">
			<companyID>123456789</companyID>
			<currentMonitorStatus>Monitored</currentMonitorStatus>
		</monitorStatusResponse>
 	</Body>
</WYSE>