SchoolService


Click here for a complete list of operations.

GetInquiry

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
InquiryID:
SchoolyearID:
InquiryNo:
Referencenumber:
Firstname:
Lastname:
SchoolID:
AcademicYearID:
BoardID:
ClassID:
Showall:
Kitnumber:
FromDateofbirth:
ToDateofbirth:
Area:
Pincode:
Residenceno:
Mobileno:
Email:
Attendedstartdate:
Attendedenddate:
AdmissionStatusID:
InquirywithKit:
InquirywithoutKit:
InquirysourceID:
InquiryForAcademicYear:
InqForSchId:
InqForId:
ContactModeId:
Tagfield:
Tagfield1:

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 /ICBWS/SchoolService.asmx HTTP/1.1
Host: cvsl.edulrn.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://vedantech.in/GetInquiry"

<?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>
    <GetInquiry xmlns="http://vedantech.in/">
      <InquiryID>long</InquiryID>
      <SchoolyearID>int</SchoolyearID>
      <InquiryNo>string</InquiryNo>
      <Referencenumber>string</Referencenumber>
      <Firstname>string</Firstname>
      <Lastname>string</Lastname>
      <SchoolID>int</SchoolID>
      <AcademicYearID>int</AcademicYearID>
      <BoardID>int</BoardID>
      <ClassID>int</ClassID>
      <Showall>boolean</Showall>
      <Kitnumber>string</Kitnumber>
      <FromDateofbirth>string</FromDateofbirth>
      <ToDateofbirth>string</ToDateofbirth>
      <Area>string</Area>
      <Pincode>string</Pincode>
      <Residenceno>string</Residenceno>
      <Mobileno>string</Mobileno>
      <Email>string</Email>
      <Attendedstartdate>string</Attendedstartdate>
      <Attendedenddate>string</Attendedenddate>
      <AdmissionStatusID>unsignedByte</AdmissionStatusID>
      <InquirywithKit>boolean</InquirywithKit>
      <InquirywithoutKit>boolean</InquirywithoutKit>
      <InquirysourceID>unsignedByte</InquirysourceID>
      <InquiryForAcademicYear>string</InquiryForAcademicYear>
      <InqForSchId>int</InqForSchId>
      <InqForId>int</InqForId>
      <ContactModeId>int</ContactModeId>
      <Tagfield>string</Tagfield>
      <Tagfield1>string</Tagfield1>
    </GetInquiry>
  </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>
    <GetInquiryResponse xmlns="http://vedantech.in/">
      <GetInquiryResult>string</GetInquiryResult>
    </GetInquiryResponse>
  </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 /ICBWS/SchoolService.asmx HTTP/1.1
Host: cvsl.edulrn.com
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>
    <GetInquiry xmlns="http://vedantech.in/">
      <InquiryID>long</InquiryID>
      <SchoolyearID>int</SchoolyearID>
      <InquiryNo>string</InquiryNo>
      <Referencenumber>string</Referencenumber>
      <Firstname>string</Firstname>
      <Lastname>string</Lastname>
      <SchoolID>int</SchoolID>
      <AcademicYearID>int</AcademicYearID>
      <BoardID>int</BoardID>
      <ClassID>int</ClassID>
      <Showall>boolean</Showall>
      <Kitnumber>string</Kitnumber>
      <FromDateofbirth>string</FromDateofbirth>
      <ToDateofbirth>string</ToDateofbirth>
      <Area>string</Area>
      <Pincode>string</Pincode>
      <Residenceno>string</Residenceno>
      <Mobileno>string</Mobileno>
      <Email>string</Email>
      <Attendedstartdate>string</Attendedstartdate>
      <Attendedenddate>string</Attendedenddate>
      <AdmissionStatusID>unsignedByte</AdmissionStatusID>
      <InquirywithKit>boolean</InquirywithKit>
      <InquirywithoutKit>boolean</InquirywithoutKit>
      <InquirysourceID>unsignedByte</InquirysourceID>
      <InquiryForAcademicYear>string</InquiryForAcademicYear>
      <InqForSchId>int</InqForSchId>
      <InqForId>int</InqForId>
      <ContactModeId>int</ContactModeId>
      <Tagfield>string</Tagfield>
      <Tagfield1>string</Tagfield1>
    </GetInquiry>
  </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>
    <GetInquiryResponse xmlns="http://vedantech.in/">
      <GetInquiryResult>string</GetInquiryResult>
    </GetInquiryResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /ICBWS/SchoolService.asmx/GetInquiry?InquiryID=string&SchoolyearID=string&InquiryNo=string&Referencenumber=string&Firstname=string&Lastname=string&SchoolID=string&AcademicYearID=string&BoardID=string&ClassID=string&Showall=string&Kitnumber=string&FromDateofbirth=string&ToDateofbirth=string&Area=string&Pincode=string&Residenceno=string&Mobileno=string&Email=string&Attendedstartdate=string&Attendedenddate=string&AdmissionStatusID=string&InquirywithKit=string&InquirywithoutKit=string&InquirysourceID=string&InquiryForAcademicYear=string&InqForSchId=string&InqForId=string&ContactModeId=string&Tagfield=string&Tagfield1=string HTTP/1.1
Host: cvsl.edulrn.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://vedantech.in/">string</string>

HTTP POST

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

POST /ICBWS/SchoolService.asmx/GetInquiry HTTP/1.1
Host: cvsl.edulrn.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

InquiryID=string&SchoolyearID=string&InquiryNo=string&Referencenumber=string&Firstname=string&Lastname=string&SchoolID=string&AcademicYearID=string&BoardID=string&ClassID=string&Showall=string&Kitnumber=string&FromDateofbirth=string&ToDateofbirth=string&Area=string&Pincode=string&Residenceno=string&Mobileno=string&Email=string&Attendedstartdate=string&Attendedenddate=string&AdmissionStatusID=string&InquirywithKit=string&InquirywithoutKit=string&InquirysourceID=string&InquiryForAcademicYear=string&InqForSchId=string&InqForId=string&ContactModeId=string&Tagfield=string&Tagfield1=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://vedantech.in/">string</string>