WebServiceVasishtha
Click here for a complete list of operations.
StaffMasterUpdate
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /WebServiceVasishtha.asmx HTTP/1.1 Host: webservice.vasishtha.ac.in Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/StaffMasterUpdate" <?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> <StaffMasterUpdate xmlns="http://tempuri.org/"> <StaffID>long</StaffID> <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> <IsEditImage>boolean</IsEditImage> <StaffPhotoPath>string</StaffPhotoPath> <EmailID>string</EmailID> <AdharCardNo>string</AdharCardNo> <AdharPhoto>string</AdharPhoto> <IsEditAdharImage>boolean</IsEditAdharImage> <AdharPhotoPath>string</AdharPhotoPath> <PanCardNo>string</PanCardNo> <PanCardPhoto>string</PanCardPhoto> <IsEditPanCardImage>boolean</IsEditPanCardImage> <PanCardPhotoPath>string</PanCardPhotoPath> <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> <EditPermanentMobile1>string</EditPermanentMobile1> <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> <UserID>long</UserID> <UserName>string</UserName> <Password>string</Password> <RejoinID>long</RejoinID> <JoiningDate>dateTime</JoiningDate> <UpdateBy>long</UpdateBy> <FormName>string</FormName> <MachineName>string</MachineName> </StaffMasterUpdate> </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> <StaffMasterUpdateResponse xmlns="http://tempuri.org/"> <StaffMasterUpdateResult>long</StaffMasterUpdateResult> </StaffMasterUpdateResponse> </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 /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> <StaffMasterUpdate xmlns="http://tempuri.org/"> <StaffID>long</StaffID> <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> <IsEditImage>boolean</IsEditImage> <StaffPhotoPath>string</StaffPhotoPath> <EmailID>string</EmailID> <AdharCardNo>string</AdharCardNo> <AdharPhoto>string</AdharPhoto> <IsEditAdharImage>boolean</IsEditAdharImage> <AdharPhotoPath>string</AdharPhotoPath> <PanCardNo>string</PanCardNo> <PanCardPhoto>string</PanCardPhoto> <IsEditPanCardImage>boolean</IsEditPanCardImage> <PanCardPhotoPath>string</PanCardPhotoPath> <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> <EditPermanentMobile1>string</EditPermanentMobile1> <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> <UserID>long</UserID> <UserName>string</UserName> <Password>string</Password> <RejoinID>long</RejoinID> <JoiningDate>dateTime</JoiningDate> <UpdateBy>long</UpdateBy> <FormName>string</FormName> <MachineName>string</MachineName> </StaffMasterUpdate> </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> <StaffMasterUpdateResponse xmlns="http://tempuri.org/"> <StaffMasterUpdateResult>long</StaffMasterUpdateResult> </StaffMasterUpdateResponse> </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 /WebServiceVasishtha.asmx/StaffMasterUpdate?StaffID=string&DesignationID=string&SchoolID=string&MediumID=string&FirstName=string&MiddleName=string&LastName=string&DOB=string&BloodGroupID=string&Gender=string&StaffPhoto=string&IsEditImage=string&StaffPhotoPath=string&EmailID=string&AdharCardNo=string&AdharPhoto=string&IsEditAdharImage=string&AdharPhotoPath=string&PanCardNo=string&PanCardPhoto=string&IsEditPanCardImage=string&PanCardPhotoPath=string&NationalityID=string&ReligionID=string&CasteCategoryID=string&CasteID=string&SubCaste=string&DepartmentID=string&MaritalStatusID=string&MarriageDate=string&LocalHouseNo=string&LocalStreet=string&LocalDistrictID=string&LocalTalukaID=string&LocalPincode=string&LocalCityID=string&LocalMobile1=string&LocalMobile2=string&EmergencyMobileNo=string&EmergencyEmailID=string&IsSamePermanentAddress=string&PermanentHouseNo=string&PermanentStreet=string&PermanentDistrictID=string&PermanentTalukaID=string&PermanentPincode=string&PermanentCityID=string&PermanentMobile1=string&EditPermanentMobile1=string&PermanentMobile2=string&FatherName=string&FatherOccupation=string&FatherContactNo=string&MotherName=string&MotherOccupation=string&MotherContactNo=string&SpouseName=string&SpouseContactNo=string&IsSpouseJobTransferrable=string&SpouseQualification=string&SpouseProfession=string&SpouseOrganization=string&SpouseDesignation=string&LastInstitutionName=string&LastInstituteAddress=string&LastContactNo=string&LastDesignation=string&LastJoinDate=string&PostingPlace=string&Emoluments=string&Basic=string&Allowance=string&OtherBenefits=string&IsServiceBond=string&BondDetail=string&IsEnglishSpeak=string&IsEnglishRead=string&IsEnglishWrite=string&IsHindiSpeak=string&IsHindiRead=string&IsHindiWrite=string&IsGujaratiSpeak=string&IsGujaratiRead=string&IsGujaratiWrite=string&OtherLanguage=string&IsMSWord=string&IsMSExcel=string&IsMSPowerPoint=string&ProficiencyInComputer=string&IsFamilyMemInSchool=string&FamilyMemName=string&FamilyMemPosition=string&FamilyMemBranch=string&YearID=string&UserID=string&UserName=string&Password=string&RejoinID=string&JoiningDate=string&UpdateBy=string&FormName=string&MachineName=string HTTP/1.1 Host: webservice.vasishtha.ac.in
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <long xmlns="http://tempuri.org/">long</long>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /WebServiceVasishtha.asmx/StaffMasterUpdate HTTP/1.1 Host: webservice.vasishtha.ac.in Content-Type: application/x-www-form-urlencoded Content-Length: length StaffID=string&DesignationID=string&SchoolID=string&MediumID=string&FirstName=string&MiddleName=string&LastName=string&DOB=string&BloodGroupID=string&Gender=string&StaffPhoto=string&IsEditImage=string&StaffPhotoPath=string&EmailID=string&AdharCardNo=string&AdharPhoto=string&IsEditAdharImage=string&AdharPhotoPath=string&PanCardNo=string&PanCardPhoto=string&IsEditPanCardImage=string&PanCardPhotoPath=string&NationalityID=string&ReligionID=string&CasteCategoryID=string&CasteID=string&SubCaste=string&DepartmentID=string&MaritalStatusID=string&MarriageDate=string&LocalHouseNo=string&LocalStreet=string&LocalDistrictID=string&LocalTalukaID=string&LocalPincode=string&LocalCityID=string&LocalMobile1=string&LocalMobile2=string&EmergencyMobileNo=string&EmergencyEmailID=string&IsSamePermanentAddress=string&PermanentHouseNo=string&PermanentStreet=string&PermanentDistrictID=string&PermanentTalukaID=string&PermanentPincode=string&PermanentCityID=string&PermanentMobile1=string&EditPermanentMobile1=string&PermanentMobile2=string&FatherName=string&FatherOccupation=string&FatherContactNo=string&MotherName=string&MotherOccupation=string&MotherContactNo=string&SpouseName=string&SpouseContactNo=string&IsSpouseJobTransferrable=string&SpouseQualification=string&SpouseProfession=string&SpouseOrganization=string&SpouseDesignation=string&LastInstitutionName=string&LastInstituteAddress=string&LastContactNo=string&LastDesignation=string&LastJoinDate=string&PostingPlace=string&Emoluments=string&Basic=string&Allowance=string&OtherBenefits=string&IsServiceBond=string&BondDetail=string&IsEnglishSpeak=string&IsEnglishRead=string&IsEnglishWrite=string&IsHindiSpeak=string&IsHindiRead=string&IsHindiWrite=string&IsGujaratiSpeak=string&IsGujaratiRead=string&IsGujaratiWrite=string&OtherLanguage=string&IsMSWord=string&IsMSExcel=string&IsMSPowerPoint=string&ProficiencyInComputer=string&IsFamilyMemInSchool=string&FamilyMemName=string&FamilyMemPosition=string&FamilyMemBranch=string&YearID=string&UserID=string&UserName=string&Password=string&RejoinID=string&JoiningDate=string&UpdateBy=string&FormName=string&MachineName=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <long xmlns="http://tempuri.org/">long</long>