<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope 
xmlns:show="http://showcase.curs.ru" 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Header>
		<show:procName>webservices.funcTest.insert.celesta</show:procName>
	</soapenv:Header>
	<soapenv:Body>
		<show:requestAnyXML>
			<command 
			type="insert" 
			param="" 
			system_id="FDPO" 
			pin="1C1SMFSRJQIEA1" 
			grain="rsmusprav" 
			table="persons_all">
				 <records>
					<rec>
						<person_guid>b6279d8c-c7e1-11e4-8ab1-003048dea364</person_guid>
						<family_name>ИМЯ</family_name>
						<first_name>ФАМИЛИЯ</first_name>
						<second_name>ОТЧЕСТВО</second_name>
						<birth_date>ДАТА РОЖДЕНИЯ</birth_date>
						<gender>ПОЛ</gender>
						<email>ЭЛЕКТРОННАЯ ПОЧТА</email>
						<inn>ИНН</inn>
						<pass_type>ТИП ДОКУМЕНТА</pass_type>
						<pass_ser>СЕРИЯ</pass_ser>
						<pass_num>НОМЕР</pass_num>
						<pass_is_by>КЕМ ВЫДАН</pass_is_by>
						<pass_date>ДАТА ВЫДАЧИ</pass_date>
						<snils>СНИЛС</snils>
				     </rec>
			   </records>
			</command>
		</show:requestAnyXML>
	</soapenv:Body>
</soapenv:Envelope>