Disaggregate Message Examples

Disaggregate request example:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">					
	<soapenv:Header/>				
	<soapenv:Body>				
		<urn:Disaggregate>			
			<DisaggregateRequest>		
				<Container sn="00008820200000047506"/>	
				<Items>	
					<Item sn="015088202503022521100000090109"/>
					<Item sn="015088202503022521100000090110"/>
				</Items>	
				<EventDateTime>2015-06-01T17:10:16Z</EventDateTime>
				<LocationType>SGLN</LocationType>	
				<Location>8888882.02867.0</Location>	
				<Strict>true</Strict>	
			</DisaggregateRequest>		
		</urn:Disaggregate>			
	</soapenv:Body>				
</soapenv:Envelope>	

Disaggregate response example:

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">				
	<S:Body>			
		<ns2:DisaggregateResponse xmlns:ns2="urn:tracelink:soap" xmlns:ns3="http://tracelink.com/som">		
			<TLResponse>	
				<Success>true</Success>
			</TLResponse>	
		</ns2:DisaggregateResponse>		
	</S:Body>			
</S:Envelope>