<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
	<S:Body>
		<<?php echo $response?> xmlns="http://tempuri.org/">
			<return><?php echo $message;?></return>
			<success><?php echo $success;?></success>
			<receiveTime><?php echo $receiveTime;?></receiveTime>
		</<?php echo $response?>>
	</S:Body>
</S:Envelope>