'get_transactions_list' Response Example

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:toatech:PartsCatalog:1.0"> 
	<SOAP-ENV:Body> 
		<ns1:get_transactions_list_response> 
			<result_code>0</result_code> 
			<total>2</total> 
			<count>2</count> 
			<from>0</from> 
			<transactions> 
				<transaction> 
					<catalog_label>first_catalog</catalog_label> 
					<catalog_language>en</catalog_language> 
					<transaction_key>cae1e6efdd38875c91eea05b260b8383</transaction_key> 
					<items_count>3</items_count> 
					<started>2014-03-05 14:51:43</started>  
					<completed>2014-03-05 14:53:43</completed> 
					<status>committed</status> 
				</transaction> 
				<transaction> 
					<catalog_label>first_catalog</catalog_label> 
					<catalog_language>en</catalog_language> 
					<transaction_key>ff4fb3cf681d643aa49219d348244c2b</transaction_key> <
					items_count>0</items_count> 
					<started>2014-03-07 14:51:43</started> 
					<completed></completed> 
					<status>in_progress</status> 
				</transaction> 
			</transactions> 
		</ns1:get_transactions_list_response> 
	</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>