service description

 This XML file does not appear to have any style information associated with it. The document tree is shown below.

<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://tempuri.org/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:element name="SearchBlackListInd">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="blackListIndRequest" type="tns:BlackListParams"/>
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="BlackListParams">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="IndividualName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CitizenshipNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CitizenshipIssuedDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CitizenshipIssuedDistrict" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ConsumerDOB" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PassportNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IndianEmbassyNo" type="s:string"/>
</s:sequence>
</s:complexType>
<s:element name="SearchBlackListIndResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="SearchBlackListIndResult" type="tns:SearchBlackListIndResponse"/>
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="SearchBlackListIndResponse">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="CmnResponse" type="tns:CmnResponse"/>
<s:element minOccurs="0" maxOccurs="1" name="BlackListIndResponse" type="tns:ArrayOfBlackListInd"/>
</s:sequence>
</s:complexType>
<s:complexType name="CmnResponse">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="StatusCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="StatusMsg" type="s:string"/>
</s:sequence>
</s:complexType>
<s:complexType name="ArrayOfBlackListInd">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="BlackListInd" type="tns:BlackListInd"/>
</s:sequence>
</s:complexType>
<s:complexType name="BlackListInd">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BlackListNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="BlackListedDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IndividualName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CitizenshipNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CitizenshipIssuedDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CitizenshipIssuedDistrict" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ConsumerDOB" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PassportNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IndianEmbassyNo" type="s:string"/>
</s:sequence>
</s:complexType>
<s:element name="SendSMSRequest">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="AppID" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MobileNumber" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="SMSContent" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="SendSMSRequestResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="SendSMSRequestResult" type="tns:CmnResponse"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="SearchSanctionList">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="SearchName" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="SearchSanctionListResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="SearchSanctionListResult" type="tns:SanctionResponse"/>
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="SanctionResponse">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="CmnResponse" type="tns:CmnResponse"/>
<s:element minOccurs="0" maxOccurs="1" name="SanctionListResponse" type="tns:ArrayOfSanctionList"/>
</s:sequence>
</s:complexType>
<s:complexType name="ArrayOfSanctionList">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="SanctionList" type="tns:SanctionList"/>
</s:sequence>
</s:complexType>
<s:complexType name="SanctionList">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Source" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="OriginalSource" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CreatedDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="LastUpdatedDate" type="s:string"/>
</s:sequence>
</s:complexType>
<s:element name="SearchPepList">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="SearchName" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="SearchPepListResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="SearchPepListResult" type="tns:PepResponse"/>
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="PepResponse">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="CmnResponse" type="tns:CmnResponse"/>
<s:element minOccurs="0" maxOccurs="1" name="PepListResponse" type="tns:ArrayOfPepList"/>
</s:sequence>
</s:complexType>
<s:complexType name="ArrayOfPepList">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="PepList" type="tns:PepList"/>
</s:sequence>
</s:complexType>
<s:complexType name="PepList">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="EntityID" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="EntityName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="EntitySource" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="OriginalSource" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CreatedDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="LastUpdateDate" type="s:string"/>
</s:sequence>
</s:complexType>
<s:element name="SearchBlockList">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="SearchName" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="SearchBlockListResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="SearchBlockListResult" type="tns:BlockResponse"/>
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="BlockResponse">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="CmnResponse" type="tns:CmnResponse"/>
<s:element minOccurs="0" maxOccurs="1" name="BlockListResponse" type="tns:ArrayOfBlockList"/>
</s:sequence>
</s:complexType>
<s:complexType name="ArrayOfBlockList">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="BlockList" type="tns:BlockList"/>
</s:sequence>
</s:complexType>
<s:complexType name="BlockList">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="EntityID" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="EntityName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="EntitySource" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="OriginalSource" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CreatedDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="LastUpdateDate" type="s:string"/>
</s:sequence>
</s:complexType>
<s:element name="CreateAccount">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="projectDetail" type="tns:ProjectDetail"/>
<s:element minOccurs="0" maxOccurs="1" name="clientDetail" type="tns:ClientDetail"/>
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ProjectDetail">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="ProjectID" type="s:string"/>
</s:sequence>
</s:complexType>
<s:complexType name="ClientDetail">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BranchCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="AccountCategory" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="AccountScheme" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="AccountType" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CyCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="SalutationCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MiddleName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GenderCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="DateOfBirthAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="DateOfBirthBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Nationality" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MaritalStatusCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ReligionCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="EducationCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentCountryCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentProvinceCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentZoneCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentDistrictCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentLocalBody" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentCity" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentWardNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentAddress" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentHouseBlockNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentPhoneNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentMobileNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PermanentEmail" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IsTempAddPermanent" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempCountryCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempProvinceCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempZoneCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempDistrictCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempLocalBody" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempCity" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempWardNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempAddress" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempHouseBlockNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempPhoneNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempMobileNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="TempEmail" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ResidenceType" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ResidenceLandLordName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ResidenceAddress" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ResidencePhoneNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ResidenceMobileNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="NearestLandMark" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Longitude" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Latitude" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GFatherName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GFatherDateOfBirthAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GFatherDateOfBirthBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GFatherCitizenShipNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GFatherCitizenShipIssueDateAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GFatherCitizenShipIssueDateBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GFatherCitizenShipIssueDistrictCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GMotherName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GMotherDateOfBirthAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GMotherDateOfBirthBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GMotherCitizenShipNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GMotherCitizenShipIssueDateAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GMotherCitizenShipIssueDateBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GMotherCitizenShipIssueDistrictCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherDateOfBirthAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherDateOfBirthBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherCitizenShipNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherCitizenShipIssueDateAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherCitizenShipIssueDateBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherCitizenShipIssueDistrictCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MotherName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MotherDateOfBirthAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MotherDateOfBirthBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MotherCitizenShipNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MotherCitizenShipIssueDateAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MotherCitizenShipIssueDateBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MotherCitizenShipIssueDistrictCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="SpouseName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherInLawName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="MotherInLawName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="SonName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="DaughterName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IDType" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IDValue" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IDIssueAuthority" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IDIssueDistrictCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IDIssueDateAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IDIssueDateBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IDExpiryDateAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IDExpiryDateBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IsFromOutsideCountry" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ForeignCountryCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ForeignCountryCity" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ForeignCountryAddress" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ForeignCountryHouseNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="VisaExpiryDate" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PanNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PanNoIssueDistrictCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PanNoIssueDateAD" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PanNoIssueDateBS" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="Occupation" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="studentDetails" type="tns:ArrayOfStudentDetail"/>
<s:element minOccurs="0" maxOccurs="1" name="NatureOfBusiness" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="NatureOfAgriculture" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="OtherOccupation" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="PurposeOfAccount" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="SourceOfIncome" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="RemittanceCountryCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="SourceOfIncomeOthers" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="EstimatedMonthlyTransactionNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="EstimatedMonthlyTransactionAmount" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="EstimatedYearlyTransactionNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="EstimatedYearlyTransactionAmount" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IsNominee" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="NomineeFirstName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="NomineeMiddleName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="NomineeLastName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="NomineeRelation" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="NomineeCitizenshipNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="NomineeContactNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IsNomineeMinor" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GuardianFirstName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GuardianMiddleName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GuardianLastName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GuardianAddress" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GuardianPhoneNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IsAccountInOtherBank" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IsBeneficiary" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="beneficiaryDetails" type="tns:ArrayOfBeneficiaryDetail"/>
<s:element minOccurs="0" maxOccurs="1" name="IsNRN" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="NRNIDNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="IsFACTA" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FACTACountryCode" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FACTAResidentialStatus" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="ExtraInfo" type="s:string"/>
</s:sequence>
</s:complexType>
<s:complexType name="ArrayOfStudentDetail">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="StudentDetail" nillable="true" type="tns:StudentDetail"/>
</s:sequence>
</s:complexType>
<s:complexType name="StudentDetail">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="StudentCollegeName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="StudentCollegeAddress" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="StudentCollegePhoneNo" type="s:string"/>
</s:sequence>
</s:complexType>
<s:complexType name="ArrayOfBeneficiaryDetail">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="BeneficiaryDetail" nillable="true" type="tns:BeneficiaryDetail"/>
</s:sequence>
</s:complexType>
<s:complexType name="BeneficiaryDetail">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BeneficiaryFirstName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="BeneficiaryMiddleName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="BeneficiaryLastName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="BeneficiaryAddress" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="BeneficiaryContactNo" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="BeneficiaryRelation" type="s:string"/>
</s:sequence>
</s:complexType>
<s:element name="CreateAccountResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="CreateAccountResult" type="tns:CmnResponse"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CheckDuplicateAccount">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="CustomerName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="DOB" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="FatherName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="GFatherName" type="s:string"/>
<s:element minOccurs="0" maxOccurs="1" name="CitizenshipNo" type="s:string"/>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CheckDuplicateAccountResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="CheckDuplicateAccountResult" type="tns:CmnResponse"/>
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="SearchBlackListIndSoapIn">
<wsdl:part name="parameters" element="tns:SearchBlackListInd"/>
</wsdl:message>
<wsdl:message name="SearchBlackListIndSoapOut">
<wsdl:part name="parameters" element="tns:SearchBlackListIndResponse"/>
</wsdl:message>
<wsdl:message name="SendSMSRequestSoapIn">
<wsdl:part name="parameters" element="tns:SendSMSRequest"/>
</wsdl:message>
<wsdl:message name="SendSMSRequestSoapOut">
<wsdl:part name="parameters" element="tns:SendSMSRequestResponse"/>
</wsdl:message>
<wsdl:message name="SearchSanctionListSoapIn">
<wsdl:part name="parameters" element="tns:SearchSanctionList"/>
</wsdl:message>
<wsdl:message name="SearchSanctionListSoapOut">
<wsdl:part name="parameters" element="tns:SearchSanctionListResponse"/>
</wsdl:message>
<wsdl:message name="SearchPepListSoapIn">
<wsdl:part name="parameters" element="tns:SearchPepList"/>
</wsdl:message>
<wsdl:message name="SearchPepListSoapOut">
<wsdl:part name="parameters" element="tns:SearchPepListResponse"/>
</wsdl:message>
<wsdl:message name="SearchBlockListSoapIn">
<wsdl:part name="parameters" element="tns:SearchBlockList"/>
</wsdl:message>
<wsdl:message name="SearchBlockListSoapOut">
<wsdl:part name="parameters" element="tns:SearchBlockListResponse"/>
</wsdl:message>
<wsdl:message name="CreateAccountSoapIn">
<wsdl:part name="parameters" element="tns:CreateAccount"/>
</wsdl:message>
<wsdl:message name="CreateAccountSoapOut">
<wsdl:part name="parameters" element="tns:CreateAccountResponse"/>
</wsdl:message>
<wsdl:message name="CheckDuplicateAccountSoapIn">
<wsdl:part name="parameters" element="tns:CheckDuplicateAccount"/>
</wsdl:message>
<wsdl:message name="CheckDuplicateAccountSoapOut">
<wsdl:part name="parameters" element="tns:CheckDuplicateAccountResponse"/>
</wsdl:message>
<wsdl:portType name="WebService1Soap">
<wsdl:operation name="SearchBlackListInd">
<wsdl:input message="tns:SearchBlackListIndSoapIn"/>
<wsdl:output message="tns:SearchBlackListIndSoapOut"/>
</wsdl:operation>
<wsdl:operation name="SendSMSRequest">
<wsdl:input message="tns:SendSMSRequestSoapIn"/>
<wsdl:output message="tns:SendSMSRequestSoapOut"/>
</wsdl:operation>
<wsdl:operation name="SearchSanctionList">
<wsdl:input message="tns:SearchSanctionListSoapIn"/>
<wsdl:output message="tns:SearchSanctionListSoapOut"/>
</wsdl:operation>
<wsdl:operation name="SearchPepList">
<wsdl:input message="tns:SearchPepListSoapIn"/>
<wsdl:output message="tns:SearchPepListSoapOut"/>
</wsdl:operation>
<wsdl:operation name="SearchBlockList">
<wsdl:input message="tns:SearchBlockListSoapIn"/>
<wsdl:output message="tns:SearchBlockListSoapOut"/>
</wsdl:operation>
<wsdl:operation name="CreateAccount">
<wsdl:input message="tns:CreateAccountSoapIn"/>
<wsdl:output message="tns:CreateAccountSoapOut"/>
</wsdl:operation>
<wsdl:operation name="CheckDuplicateAccount">
<wsdl:input message="tns:CheckDuplicateAccountSoapIn"/>
<wsdl:output message="tns:CheckDuplicateAccountSoapOut"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WebService1Soap" type="tns:WebService1Soap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="SearchBlackListInd">
<soap:operation soapAction="http://tempuri.org/SearchBlackListInd" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SendSMSRequest">
<soap:operation soapAction="http://tempuri.org/SendSMSRequest" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SearchSanctionList">
<soap:operation soapAction="http://tempuri.org/SearchSanctionList" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SearchPepList">
<soap:operation soapAction="http://tempuri.org/SearchPepList" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SearchBlockList">
<soap:operation soapAction="http://tempuri.org/SearchBlockList" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CreateAccount">
<soap:operation soapAction="http://tempuri.org/CreateAccount" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CheckDuplicateAccount">
<soap:operation soapAction="http://tempuri.org/CheckDuplicateAccount" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="WebService1Soap12" type="tns:WebService1Soap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="SearchBlackListInd">
<soap12:operation soapAction="http://tempuri.org/SearchBlackListInd" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SendSMSRequest">
<soap12:operation soapAction="http://tempuri.org/SendSMSRequest" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SearchSanctionList">
<soap12:operation soapAction="http://tempuri.org/SearchSanctionList" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SearchPepList">
<soap12:operation soapAction="http://tempuri.org/SearchPepList" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SearchBlockList">
<soap12:operation soapAction="http://tempuri.org/SearchBlockList" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CreateAccount">
<soap12:operation soapAction="http://tempuri.org/CreateAccount" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CheckDuplicateAccount">
<soap12:operation soapAction="http://tempuri.org/CheckDuplicateAccount" style="document"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="WebService1">
<wsdl:port name="WebService1Soap" binding="tns:WebService1Soap">
<soap:address location="https://localhost:44354/WebService1.asmx"/>
</wsdl:port>
<wsdl:port name="WebService1Soap12" binding="tns:WebService1Soap12">
<soap12:address location="https://localhost:44354/WebService1.asmx"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

Comments