Options


Click here for a complete list of operations.

OptionValues

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 /Options.asmx HTTP/1.1
Host: service.jucc.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/OptionValues"

<?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>
    <OptionValues xmlns="http://tempuri.org/">
      <ConnString>string</ConnString>
      <ValueName>AllotRollNo_WhileConsidering_ForMultipleCourses or AllowEditing_SP_After_Locking or AllowEditingImages_SP_After_Locking or AllowResultUpdationAfterReval or BDupl_Paper_Subwise or DisplaySubjects_OnAdmitCard or DisplayPreviousRollNo_OnEXFList or DisplayStrikeOut_ONEXFList_InCaseof_PassingOfReval or Display_12thData_ifTrue_Data_NotFound or DoubleEnrollment or DisplayDatesOnAdmitCard or DisplayObjectionsOnAdmitCard or Generate_AdmitCard_If_Passed_In_Previous_Exams or MaxCentreCapacity or MaxMobileNoAllowed or MaxEmailAllowed or ProcessBatchForms_MAX or StudentPhotoSize or StudentSignatureSize or SingleOperator_ForINT or SingleOperator_ForEXT or SMSURL or SMSSenderid or SMSUSerId or SMSUserPassword or SendSMSAfterENM or SendSMSAfterEXF or SendSMSAfterLockingOfDateSheet or SendSMSAfterLockingOfCentreNotice or SendSMSAfterLockingOfEXF or SendSMSAfterAcceptanceOfENM or SendSMSGeneral or SendEmailAfterENM or SendEmailAfterEXF or SendEmailAfterLockingOfDateSheet or SendEmailAfterLockingOfCentreNotice or SendEmailAfterLockingOfEXF or SendEmailAfterAcceptanceOfENM or SendEmailGeneral or SenderEmailId or SenderEmailidPassword or SenderEmailHost or SenderEmailEnableSSL</ValueName>
    </OptionValues>
  </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>
    <OptionValuesResponse xmlns="http://tempuri.org/">
      <OptionValuesResult>string</OptionValuesResult>
    </OptionValuesResponse>
  </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 /Options.asmx HTTP/1.1
Host: service.jucc.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:Body>
    <OptionValues xmlns="http://tempuri.org/">
      <ConnString>string</ConnString>
      <ValueName>AllotRollNo_WhileConsidering_ForMultipleCourses or AllowEditing_SP_After_Locking or AllowEditingImages_SP_After_Locking or AllowResultUpdationAfterReval or BDupl_Paper_Subwise or DisplaySubjects_OnAdmitCard or DisplayPreviousRollNo_OnEXFList or DisplayStrikeOut_ONEXFList_InCaseof_PassingOfReval or Display_12thData_ifTrue_Data_NotFound or DoubleEnrollment or DisplayDatesOnAdmitCard or DisplayObjectionsOnAdmitCard or Generate_AdmitCard_If_Passed_In_Previous_Exams or MaxCentreCapacity or MaxMobileNoAllowed or MaxEmailAllowed or ProcessBatchForms_MAX or StudentPhotoSize or StudentSignatureSize or SingleOperator_ForINT or SingleOperator_ForEXT or SMSURL or SMSSenderid or SMSUSerId or SMSUserPassword or SendSMSAfterENM or SendSMSAfterEXF or SendSMSAfterLockingOfDateSheet or SendSMSAfterLockingOfCentreNotice or SendSMSAfterLockingOfEXF or SendSMSAfterAcceptanceOfENM or SendSMSGeneral or SendEmailAfterENM or SendEmailAfterEXF or SendEmailAfterLockingOfDateSheet or SendEmailAfterLockingOfCentreNotice or SendEmailAfterLockingOfEXF or SendEmailAfterAcceptanceOfENM or SendEmailGeneral or SenderEmailId or SenderEmailidPassword or SenderEmailHost or SenderEmailEnableSSL</ValueName>
    </OptionValues>
  </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>
    <OptionValuesResponse xmlns="http://tempuri.org/">
      <OptionValuesResult>string</OptionValuesResult>
    </OptionValuesResponse>
  </soap12:Body>
</soap12:Envelope>