SICS API Server - P&C - Domain Retrieval - Retrieve Object - Light Claim

SICS API Server - P&C - Domain Retrieval - Retrieve Object - Light Claim

Retrieve Object #

Description #

This message retrieves all fields on a Light Claim with claimIdentifier = CL_SE25766_A:

Request message #

<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope
	xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
	xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
	xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
	xmlns:ns1="http://www.SicsNt.com/ReferenceItems"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
	<SOAP-ENV:Header />
	<SOAP-ENV:Body>
		<swdrep:retrieveObject xmlns:swdrep="urn:SicsWsDomainRetrievalEntryPoint">
			<genericInput />
			<input>
				<referenceObject xsi:type="ns1:SicsLightClaimReference">
					<claimIdentifier>CL_SE25766_A</claimIdentifier>
				</referenceObject>
				<specification>
					<retrieveAll>true</retrieveAll>
				</specification>
			</input>
		</swdrep:retrieveObject>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Response message #

Response message is not shown.