WebServiceVasishtha


Click here for a complete list of operations.

StaffMasterInsert

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 /Backup%2014-05-2026/WebServiceVasishtha.asmx HTTP/1.1
Host: webservice.vasishtha.ac.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/StaffMasterInsert"

<?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>
    <StaffMasterInsert xmlns="http://tempuri.org/">
      <DesignationID>short</DesignationID>
      <SchoolID>short</SchoolID>
      <MediumID>short</MediumID>
      <FirstName>string</FirstName>
      <MiddleName>string</MiddleName>
      <LastName>string</LastName>
      <DOB>dateTime</DOB>
      <BloodGroupID>short</BloodGroupID>
      <Gender>string</Gender>
      <StaffPhoto>string</StaffPhoto>
      <EmailID>string</EmailID>
      <AdharCardNo>string</AdharCardNo>
      <AdharPhoto>string</AdharPhoto>
      <PanCardNo>string</PanCardNo>
      <PanCardPhoto>string</PanCardPhoto>
      <NationalityID>short</NationalityID>
      <ReligionID>short</ReligionID>
      <CasteCategoryID>short</CasteCategoryID>
      <CasteID>short</CasteID>
      <SubCaste>string</SubCaste>
      <DepartmentID>short</DepartmentID>
      <MaritalStatusID>short</MaritalStatusID>
      <MarriageDate>string</MarriageDate>
      <LocalHouseNo>string</LocalHouseNo>
      <LocalStreet>string</LocalStreet>
      <LocalDistrictID>int</LocalDistrictID>
      <LocalTalukaID>int</LocalTalukaID>
      <LocalPincode>string</LocalPincode>
      <LocalCityID>int</LocalCityID>
      <LocalMobile1>string</LocalMobile1>
      <LocalMobile2>string</LocalMobile2>
      <EmergencyMobileNo>string</EmergencyMobileNo>
      <EmergencyEmailID>string</EmergencyEmailID>
      <IsSamePermanentAddress>boolean</IsSamePermanentAddress>
      <PermanentHouseNo>string</PermanentHouseNo>
      <PermanentStreet>string</PermanentStreet>
      <PermanentDistrictID>int</PermanentDistrictID>
      <PermanentTalukaID>int</PermanentTalukaID>
      <PermanentPincode>string</PermanentPincode>
      <PermanentCityID>int</PermanentCityID>
      <PermanentMobile1>string</PermanentMobile1>
      <PermanentMobile2>string</PermanentMobile2>
      <FatherName>string</FatherName>
      <FatherOccupation>string</FatherOccupation>
      <FatherContactNo>string</FatherContactNo>
      <MotherName>string</MotherName>
      <MotherOccupation>string</MotherOccupation>
      <MotherContactNo>string</MotherContactNo>
      <SpouseName>string</SpouseName>
      <SpouseContactNo>string</SpouseContactNo>
      <IsSpouseJobTransferrable>boolean</IsSpouseJobTransferrable>
      <SpouseQualification>string</SpouseQualification>
      <SpouseProfession>string</SpouseProfession>
      <SpouseOrganization>string</SpouseOrganization>
      <SpouseDesignation>string</SpouseDesignation>
      <LastInstitutionName>string</LastInstitutionName>
      <LastInstituteAddress>string</LastInstituteAddress>
      <LastContactNo>string</LastContactNo>
      <LastDesignation>string</LastDesignation>
      <LastJoinDate>dateTime</LastJoinDate>
      <PostingPlace>string</PostingPlace>
      <Emoluments>string</Emoluments>
      <Basic>string</Basic>
      <Allowance>string</Allowance>
      <OtherBenefits>string</OtherBenefits>
      <IsServiceBond>boolean</IsServiceBond>
      <BondDetail>string</BondDetail>
      <IsEnglishSpeak>boolean</IsEnglishSpeak>
      <IsEnglishRead>boolean</IsEnglishRead>
      <IsEnglishWrite>boolean</IsEnglishWrite>
      <IsHindiSpeak>boolean</IsHindiSpeak>
      <IsHindiRead>boolean</IsHindiRead>
      <IsHindiWrite>boolean</IsHindiWrite>
      <IsGujaratiSpeak>boolean</IsGujaratiSpeak>
      <IsGujaratiRead>boolean</IsGujaratiRead>
      <IsGujaratiWrite>boolean</IsGujaratiWrite>
      <OtherLanguage>string</OtherLanguage>
      <IsMSWord>boolean</IsMSWord>
      <IsMSExcel>boolean</IsMSExcel>
      <IsMSPowerPoint>boolean</IsMSPowerPoint>
      <ProficiencyInComputer>string</ProficiencyInComputer>
      <IsFamilyMemInSchool>boolean</IsFamilyMemInSchool>
      <FamilyMemName>string</FamilyMemName>
      <FamilyMemPosition>string</FamilyMemPosition>
      <FamilyMemBranch>string</FamilyMemBranch>
      <YearID>short</YearID>
      <JoiningDate>dateTime</JoiningDate>
      <UserName>string</UserName>
      <Password>string</Password>
      <InsertBy>long</InsertBy>
      <FormName>string</FormName>
      <MachineName>string</MachineName>
    </StaffMasterInsert>
  </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>
    <StaffMasterInsertResponse xmlns="http://tempuri.org/">
      <StaffMasterInsertResult>xmlxml</StaffMasterInsertResult>
    </StaffMasterInsertResponse>
  </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 /Backup%2014-05-2026/WebServiceVasishtha.asmx HTTP/1.1
Host: webservice.vasishtha.ac.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>
    <StaffMasterInsert xmlns="http://tempuri.org/">
      <DesignationID>short</DesignationID>
      <SchoolID>short</SchoolID>
      <MediumID>short</MediumID>
      <FirstName>string</FirstName>
      <MiddleName>string</MiddleName>
      <LastName>string</LastName>
      <DOB>dateTime</DOB>
      <BloodGroupID>short</BloodGroupID>
      <Gender>string</Gender>
      <StaffPhoto>string</StaffPhoto>
      <EmailID>string</EmailID>
      <AdharCardNo>string</AdharCardNo>
      <AdharPhoto>string</AdharPhoto>
      <PanCardNo>string</PanCardNo>
      <PanCardPhoto>string</PanCardPhoto>
      <NationalityID>short</NationalityID>
      <ReligionID>short</ReligionID>
      <CasteCategoryID>short</CasteCategoryID>
      <CasteID>short</CasteID>
      <SubCaste>string</SubCaste>
      <DepartmentID>short</DepartmentID>
      <MaritalStatusID>short</MaritalStatusID>
      <MarriageDate>string</MarriageDate>
      <LocalHouseNo>string</LocalHouseNo>
      <LocalStreet>string</LocalStreet>
      <LocalDistrictID>int</LocalDistrictID>
      <LocalTalukaID>int</LocalTalukaID>
      <LocalPincode>string</LocalPincode>
      <LocalCityID>int</LocalCityID>
      <LocalMobile1>string</LocalMobile1>
      <LocalMobile2>string</LocalMobile2>
      <EmergencyMobileNo>string</EmergencyMobileNo>
      <EmergencyEmailID>string</EmergencyEmailID>
      <IsSamePermanentAddress>boolean</IsSamePermanentAddress>
      <PermanentHouseNo>string</PermanentHouseNo>
      <PermanentStreet>string</PermanentStreet>
      <PermanentDistrictID>int</PermanentDistrictID>
      <PermanentTalukaID>int</PermanentTalukaID>
      <PermanentPincode>string</PermanentPincode>
      <PermanentCityID>int</PermanentCityID>
      <PermanentMobile1>string</PermanentMobile1>
      <PermanentMobile2>string</PermanentMobile2>
      <FatherName>string</FatherName>
      <FatherOccupation>string</FatherOccupation>
      <FatherContactNo>string</FatherContactNo>
      <MotherName>string</MotherName>
      <MotherOccupation>string</MotherOccupation>
      <MotherContactNo>string</MotherContactNo>
      <SpouseName>string</SpouseName>
      <SpouseContactNo>string</SpouseContactNo>
      <IsSpouseJobTransferrable>boolean</IsSpouseJobTransferrable>
      <SpouseQualification>string</SpouseQualification>
      <SpouseProfession>string</SpouseProfession>
      <SpouseOrganization>string</SpouseOrganization>
      <SpouseDesignation>string</SpouseDesignation>
      <LastInstitutionName>string</LastInstitutionName>
      <LastInstituteAddress>string</LastInstituteAddress>
      <LastContactNo>string</LastContactNo>
      <LastDesignation>string</LastDesignation>
      <LastJoinDate>dateTime</LastJoinDate>
      <PostingPlace>string</PostingPlace>
      <Emoluments>string</Emoluments>
      <Basic>string</Basic>
      <Allowance>string</Allowance>
      <OtherBenefits>string</OtherBenefits>
      <IsServiceBond>boolean</IsServiceBond>
      <BondDetail>string</BondDetail>
      <IsEnglishSpeak>boolean</IsEnglishSpeak>
      <IsEnglishRead>boolean</IsEnglishRead>
      <IsEnglishWrite>boolean</IsEnglishWrite>
      <IsHindiSpeak>boolean</IsHindiSpeak>
      <IsHindiRead>boolean</IsHindiRead>
      <IsHindiWrite>boolean</IsHindiWrite>
      <IsGujaratiSpeak>boolean</IsGujaratiSpeak>
      <IsGujaratiRead>boolean</IsGujaratiRead>
      <IsGujaratiWrite>boolean</IsGujaratiWrite>
      <OtherLanguage>string</OtherLanguage>
      <IsMSWord>boolean</IsMSWord>
      <IsMSExcel>boolean</IsMSExcel>
      <IsMSPowerPoint>boolean</IsMSPowerPoint>
      <ProficiencyInComputer>string</ProficiencyInComputer>
      <IsFamilyMemInSchool>boolean</IsFamilyMemInSchool>
      <FamilyMemName>string</FamilyMemName>
      <FamilyMemPosition>string</FamilyMemPosition>
      <FamilyMemBranch>string</FamilyMemBranch>
      <YearID>short</YearID>
      <JoiningDate>dateTime</JoiningDate>
      <UserName>string</UserName>
      <Password>string</Password>
      <InsertBy>long</InsertBy>
      <FormName>string</FormName>
      <MachineName>string</MachineName>
    </StaffMasterInsert>
  </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>
    <StaffMasterInsertResponse xmlns="http://tempuri.org/">
      <StaffMasterInsertResult>xmlxml</StaffMasterInsertResult>
    </StaffMasterInsertResponse>
  </soap12:Body>
</soap12:Envelope>