Request Sample for Full Import

The following is the request sample for full import:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.tibco.com/ac/services/fcservices/wsdl/2.0">
	<soapenv:Header/>
	<soapenv:Body>
		<ns:ImportDataRequest>
			<ns:UserInfo>
				<ns:UserName>sample</ns:UserName>
				<ns:Password>euc!1d</ns:Password>
				<ns:Enterprise>FC400</ns:Enterprise>
			</ns:UserInfo>
			<ns:ImportData>
				<ns:ImportType>F</ns:ImportType>
				<ns:FileName>test.zip</ns:FileName>
				<ns:BinaryData>cid:39408742712</ns:BinaryData>
			</ns:ImportData>
		</ns:ImportDataRequest>
	</soapenv:Body>
</soapenv:Envelope>