HTTP + SOAP11
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/syncreply/GetAllAssessmentRequests HTTP/1.1
Host: uap-api.certiplate.com
Content-Type: application/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetAllAssessmentRequests xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
<CreatedBy>String</CreatedBy>
<IsCancelled>0</IsCancelled>
</GetAllAssessmentRequests>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetAllAssessmentRequestsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
<AssessmentType>String</AssessmentType>
<AssignedOn>String</AssignedOn>
<CancelledBy>String</CancelledBy>
<CancelledOn>String</CancelledOn>
<CandidatesAssessed>0</CandidatesAssessed>
<CenterAddress>String</CenterAddress>
<CentreName>String</CentreName>
<ClientId>String</ClientId>
<ClientName>String</ClientName>
<ClusterName>String</ClusterName>
<LocationName>String</LocationName>
<NoOfCandidatesToAssess>0</NoOfCandidatesToAssess>
<ProjectName>String</ProjectName>
<QpName>String</QpName>
<Reason>String</Reason>
<RequestCreatedBy>String</RequestCreatedBy>
<RequestCreatedOn>String</RequestCreatedOn>
<RequestId>0</RequestId>
<RequestedStartDate>String</RequestedStartDate>
<RequestedStartTime>String</RequestedStartTime>
<Requestor>String</Requestor>
<RowNo>0</RowNo>
<SavedStatus>String</SavedStatus>
<ScheduledStartDate>String</ScheduledStartDate>
<ScheduledStartTime>String</ScheduledStartTime>
<ScheduledTimeForDisplay>String</ScheduledTimeForDisplay>
<SdmsBatchId>String</SdmsBatchId>
<SectorName>String</SectorName>
<Shift>String</Shift>
<SpocContact>String</SpocContact>
<SpocName>String</SpocName>
<Stage>String</Stage>
<Status>String</Status>
<Statusid>0</Statusid>
<UploadedFileName>String</UploadedFileName>
</GetAllAssessmentRequestsResponse>
</soap:Body>
</soap:Envelope>