<?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/envelopeV1.xsd">
	<EnvelopeVersion>1.0</EnvelopeVersion>
	<Header>
		<MessageDetails>
			<Class>directorSearch</Class>
			<Qualifier>request</Qualifier>
			<TransactionID>[YourTransactionNumber]</TransactionID>
		</MessageDetails>
		<SenderDetails>
			<SenderCompany>[YourCompany]</SenderCompany>
			<SenderID>[YourSenderID]</SenderID>
			<Method>SHA-512</Method>
			<Authentication>[YourAuthString]</Authentication>
			<EmailAddress>technical@cocredo.com</EmailAddress>
		</SenderDetails>
	</Header>
	<Body>
		<directorSearch xmlns="http://xmlgw.cocredo.com/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlgw.cocredo.com/v2-0/docs/schemas/directorSearch.xsd">
			<dirSurname>Furnish</dirSurname>
			<dirForename1>Martin</dirForename1>
			<dirOfficerType>CUR</dirOfficerType>
			<dirIncludeResignedInd>1</dirIncludeResignedInd>
		</directorSearch>
	</Body>
</WYSE>