<?xml version="1.0" encoding="UTF-8"?>
<!-- http://www.w3.org/2001/12/soap-envelope -->
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
					xmlns:soapenc="http://www.w3.org/2001/12/soap-encoding"
					xmlns:xs="http://www.w3.org/2001/XMLSchema"
					xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<soapenv:Header>
	</soapenv:Header>
	<soapenv:Body>
  		<soapenv:Fault>
  			<faultcode xsi:type="xs:QName">SERVER</faultcode>
  			<faultstring></faultstring>
  		</soapenv:Fault>
	</soapenv:Body>
</soapenv:Envelope>