Request Sample for Partial Export

The following is the request sample for partial 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:PartialExport>
			<ns:ProjectTagNames>P1,P2</ns:ProjectTagNames>
			</ns:PartialExport>
		</ns:ExportDataRequest>
	</soapenv:Body>
</soapenv:Envelope>