ExaminationServices


Click here for a complete list of operations.

OfflineExam_GetScheduledExamination

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /AptechWebServices/ExaminationServices.asmx HTTP/1.1
Host: exam.portal.aptech.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/OfflineExam_GetScheduledExamination"

<?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:Header>
    <AptechSoapHeader xmlns="http://tempuri.org/">
      <AptechSoapKey>string</AptechSoapKey>
    </AptechSoapHeader>
  </soap:Header>
  <soap:Body>
    <OfflineExam_GetScheduledExamination xmlns="http://tempuri.org/">
      <objOfflineCenter>
        <CenterID>int</CenterID>
        <CenterName>string</CenterName>
        <S_Config_Value>string</S_Config_Value>
      </objOfflineCenter>
    </OfflineExam_GetScheduledExamination>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
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>
    <OfflineExam_GetScheduledExaminationResponse xmlns="http://tempuri.org/">
      <OfflineExam_GetScheduledExaminationResult>
        <OfflineExamination>
          <ExamID>int</ExamID>
          <ExamComponentID>int</ExamComponentID>
          <ExamComponentName>string</ExamComponentName>
          <RegistrationNumber>string</RegistrationNumber>
          <ExamDate>dateTime</ExamDate>
          <Center>
            <CenterID>int</CenterID>
            <CenterName>string</CenterName>
            <S_Config_Value>string</S_Config_Value>
          </Center>
          <QuestionPaperXML>string</QuestionPaperXML>
          <AnswerPaperXML>string</AnswerPaperXML>
          <CourseTypeID>int</CourseTypeID>
        </OfflineExamination>
        <OfflineExamination>
          <ExamID>int</ExamID>
          <ExamComponentID>int</ExamComponentID>
          <ExamComponentName>string</ExamComponentName>
          <RegistrationNumber>string</RegistrationNumber>
          <ExamDate>dateTime</ExamDate>
          <Center>
            <CenterID>int</CenterID>
            <CenterName>string</CenterName>
            <S_Config_Value>string</S_Config_Value>
          </Center>
          <QuestionPaperXML>string</QuestionPaperXML>
          <AnswerPaperXML>string</AnswerPaperXML>
          <CourseTypeID>int</CourseTypeID>
        </OfflineExamination>
      </OfflineExam_GetScheduledExaminationResult>
    </OfflineExam_GetScheduledExaminationResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /AptechWebServices/ExaminationServices.asmx HTTP/1.1
Host: exam.portal.aptech.in
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AptechSoapHeader xmlns="http://tempuri.org/">
      <AptechSoapKey>string</AptechSoapKey>
    </AptechSoapHeader>
  </soap12:Header>
  <soap12:Body>
    <OfflineExam_GetScheduledExamination xmlns="http://tempuri.org/">
      <objOfflineCenter>
        <CenterID>int</CenterID>
        <CenterName>string</CenterName>
        <S_Config_Value>string</S_Config_Value>
      </objOfflineCenter>
    </OfflineExam_GetScheduledExamination>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <OfflineExam_GetScheduledExaminationResponse xmlns="http://tempuri.org/">
      <OfflineExam_GetScheduledExaminationResult>
        <OfflineExamination>
          <ExamID>int</ExamID>
          <ExamComponentID>int</ExamComponentID>
          <ExamComponentName>string</ExamComponentName>
          <RegistrationNumber>string</RegistrationNumber>
          <ExamDate>dateTime</ExamDate>
          <Center>
            <CenterID>int</CenterID>
            <CenterName>string</CenterName>
            <S_Config_Value>string</S_Config_Value>
          </Center>
          <QuestionPaperXML>string</QuestionPaperXML>
          <AnswerPaperXML>string</AnswerPaperXML>
          <CourseTypeID>int</CourseTypeID>
        </OfflineExamination>
        <OfflineExamination>
          <ExamID>int</ExamID>
          <ExamComponentID>int</ExamComponentID>
          <ExamComponentName>string</ExamComponentName>
          <RegistrationNumber>string</RegistrationNumber>
          <ExamDate>dateTime</ExamDate>
          <Center>
            <CenterID>int</CenterID>
            <CenterName>string</CenterName>
            <S_Config_Value>string</S_Config_Value>
          </Center>
          <QuestionPaperXML>string</QuestionPaperXML>
          <AnswerPaperXML>string</AnswerPaperXML>
          <CourseTypeID>int</CourseTypeID>
        </OfflineExamination>
      </OfflineExam_GetScheduledExaminationResult>
    </OfflineExam_GetScheduledExaminationResponse>
  </soap12:Body>
</soap12:Envelope>