PostProcessSynchronousResponse

The operation output is PostProcessResponse.

Parameter Type Description
DocumentSet PostProcessDocumentSetResult A container for information about a set of documents.
Status RequestStatus Container listing all of the possible request values.
StatusDescription string String value of the description associated with the status.

Element tns:PostProcessResponse


<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
	<s:Header>
		<a:Action s:mustUnderstand="1">http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/PostProcessSynchronousResponse</a:Action>
		<o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
			<u:Timestamp u:Id="_0">
				<u:Created>2025-07-17T21:35:53.542Z</u:Created>
				<u:Expires>2025-07-17T21:40:53.542Z</u:Expires>
			</u:Timestamp>
		</o:Security>
	</s:Header>
	<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<PostProcessSynchronousResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
			<PostProcessSynchronousResult>
				<DocumentSet>
					<Documents>
						<Document>
							<DocumentID>Test1</DocumentID>
						</Document>
						<Document>
							<DocumentID>Test2</DocumentID>
						</Document>
					</Documents>
					<Data>
						<base64>JVBER...=</base64>
					</Data>
				</DocumentSet>
				<Status>Sucessful</Status>
				<StatusDescription>Complete without errors.</StatusDescription>
			</PostProcessSynchronousResult>
		</PostProcessSynchronousResponse>
	</s:Body>
</s:Envelope>