<?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>monitorNotices</Class>
			<Qualifier>response</Qualifier>
			<TransactionID>123</TransactionID>
			<ServiceResponse>0.016</ServiceResponse>
			<ResponseDate>2015-02-09T11:12:43</ResponseDate>
			<ResponseToUser>YourSenderId</ResponseToUser>
		</MessageDetails>
		<SenderDetails>
			<SenderCompany>cocredo</SenderCompany>
			<SenderID>xmlgw.cocredo</SenderID>
			<EmailAddress>helpdesk@cocredo.com</EmailAddress>
		</SenderDetails>
	</Header>
	<Body>
		<monitorNoticesResponse 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/monitorNoticesResponse.xsd">
			<returnCount>1</returnCount>
			<notice>
				<companyID>123456789</companyID>
				<companyName>ABC LTD</companyName>
				<changeDate>2015-02-01</changeDate>
				<changeIssue>Maximum credit</changeIssue>
				<previousValue>5000</previousValue>
				<newValue>7500</newValue>
			</notice>
		</monitorNoticesResponse>
 	</Body>
</WYSE>