Service


Click here for a complete list of operations.

Select_TStudent

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 /Service.asmx HTTP/1.1
Host: 5.160.113.9
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://alirotbeh.org/Select_TStudent"

<?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>
    <Select_TStudent xmlns="http://alirotbeh.org/">
      <idd>long</idd>
      <Ln>string</Ln>
      <Mobile>string</Mobile>
      <NatCode>string</NatCode>
    </Select_TStudent>
  </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>
    <Select_TStudentResponse xmlns="http://alirotbeh.org/">
      <Select_TStudentResult>
        <lsStudent>
          <Student>
            <Flag>int</Flag>
            <Idd>long</Idd>
            <Fn>string</Fn>
            <Ln>string</Ln>
            <Mobile>string</Mobile>
            <Sex>string</Sex>
            <Province>string</Province>
            <City>string</City>
            <SchoolName>string</SchoolName>
            <FatherName>string</FatherName>
            <NatCode>string</NatCode>
            <Payeh>string</Payeh>
            <Field_of_Study>string</Field_of_Study>
            <ConcoursHistory>int</ConcoursHistory>
            <ConcoursDRegister>string</ConcoursDRegister>
            <GoldCount>int</GoldCount>
          </Student>
          <Student>
            <Flag>int</Flag>
            <Idd>long</Idd>
            <Fn>string</Fn>
            <Ln>string</Ln>
            <Mobile>string</Mobile>
            <Sex>string</Sex>
            <Province>string</Province>
            <City>string</City>
            <SchoolName>string</SchoolName>
            <FatherName>string</FatherName>
            <NatCode>string</NatCode>
            <Payeh>string</Payeh>
            <Field_of_Study>string</Field_of_Study>
            <ConcoursHistory>int</ConcoursHistory>
            <ConcoursDRegister>string</ConcoursDRegister>
            <GoldCount>int</GoldCount>
          </Student>
        </lsStudent>
      </Select_TStudentResult>
    </Select_TStudentResponse>
  </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 /Service.asmx HTTP/1.1
Host: 5.160.113.9
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>
    <Select_TStudent xmlns="http://alirotbeh.org/">
      <idd>long</idd>
      <Ln>string</Ln>
      <Mobile>string</Mobile>
      <NatCode>string</NatCode>
    </Select_TStudent>
  </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>
    <Select_TStudentResponse xmlns="http://alirotbeh.org/">
      <Select_TStudentResult>
        <lsStudent>
          <Student>
            <Flag>int</Flag>
            <Idd>long</Idd>
            <Fn>string</Fn>
            <Ln>string</Ln>
            <Mobile>string</Mobile>
            <Sex>string</Sex>
            <Province>string</Province>
            <City>string</City>
            <SchoolName>string</SchoolName>
            <FatherName>string</FatherName>
            <NatCode>string</NatCode>
            <Payeh>string</Payeh>
            <Field_of_Study>string</Field_of_Study>
            <ConcoursHistory>int</ConcoursHistory>
            <ConcoursDRegister>string</ConcoursDRegister>
            <GoldCount>int</GoldCount>
          </Student>
          <Student>
            <Flag>int</Flag>
            <Idd>long</Idd>
            <Fn>string</Fn>
            <Ln>string</Ln>
            <Mobile>string</Mobile>
            <Sex>string</Sex>
            <Province>string</Province>
            <City>string</City>
            <SchoolName>string</SchoolName>
            <FatherName>string</FatherName>
            <NatCode>string</NatCode>
            <Payeh>string</Payeh>
            <Field_of_Study>string</Field_of_Study>
            <ConcoursHistory>int</ConcoursHistory>
            <ConcoursDRegister>string</ConcoursDRegister>
            <GoldCount>int</GoldCount>
          </Student>
        </lsStudent>
      </Select_TStudentResult>
    </Select_TStudentResponse>
  </soap12:Body>
</soap12:Envelope>