Request Sample for Full Export

The following is the request sample for full export:

<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:ExportDataRequest>
			<!--Optional:-->
			<ns:UserInfo>
				<ns:UserName>admin</ns:UserName>
				<ns:Password>admin</ns:Password>
				<ns:Enterprise>FC400</ns:Enterprise>
			</ns:UserInfo>
			<ns:FullExport/>
		</ns:ExportDataRequest>
	</soapenv:Body>
</soapenv:Envelope>