EjamaatService
Click here for a complete list of operations.
Mustajib_NREntry
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 /EjamaatServices.asmx HTTP/1.1
Host: ejas.its52.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://localhost/eJAS/EjamaatServices/Mustajib_NREntry"
<?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>
<Mustajib_NREntry xmlns="http://localhost/eJAS/EjamaatServices">
<strKey>string</strKey>
<Person_Type>string</Person_Type>
<HOF_ITS_ID>string</HOF_ITS_ID>
<Gender>string</Gender>
<Jamaat_ID>int</Jamaat_ID>
<First_Name_ID>int</First_Name_ID>
<Father_ITS_ID>int</Father_ITS_ID>
<Father_First_Name_ID>int</Father_First_Name_ID>
<Mother_ITS_ID>string</Mother_ITS_ID>
<Surname>string</Surname>
<Marital_Status>string</Marital_Status>
<Spouse_ITS_ID>int</Spouse_ITS_ID>
<Husband_First_Name_ID>int</Husband_First_Name_ID>
<DOB>dateTime</DOB>
<Email>string</Email>
<Mobile>string</Mobile>
<Religion>string</Religion>
<Profession>string</Profession>
<Qualification>string</Qualification>
<Government_Proof_ID>string</Government_Proof_ID>
<Photo_Proof_ID>string</Photo_Proof_ID>
<Mother_Name>string</Mother_Name>
<Father_Name>string</Father_Name>
<Spouse_Name>string</Spouse_Name>
<Add_User_ITS_ID>string</Add_User_ITS_ID>
<Previous_Name>string</Previous_Name>
<Father_Surname>string</Father_Surname>
<Nationality_ID>int</Nationality_ID>
<Government_Proof_Doc_URL1>string</Government_Proof_Doc_URL1>
<Government_Proof_Doc_URL2>string</Government_Proof_Doc_URL2>
<Government_Proof_Doc_URL3>string</Government_Proof_Doc_URL3>
<Photo_Proof_Doc_URL1>string</Photo_Proof_Doc_URL1>
<Photo_Proof_Doc_URL2>string</Photo_Proof_Doc_URL2>
<Photo_Proof_Doc_URL3>string</Photo_Proof_Doc_URL3>
</Mustajib_NREntry>
</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>
<Mustajib_NREntryResponse xmlns="http://localhost/eJAS/EjamaatServices">
<Mustajib_NREntryResult>
<xsd:schema>schema</xsd:schema>xml</Mustajib_NREntryResult>
</Mustajib_NREntryResponse>
</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 /EjamaatServices.asmx HTTP/1.1
Host: ejas.its52.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>
<Mustajib_NREntry xmlns="http://localhost/eJAS/EjamaatServices">
<strKey>string</strKey>
<Person_Type>string</Person_Type>
<HOF_ITS_ID>string</HOF_ITS_ID>
<Gender>string</Gender>
<Jamaat_ID>int</Jamaat_ID>
<First_Name_ID>int</First_Name_ID>
<Father_ITS_ID>int</Father_ITS_ID>
<Father_First_Name_ID>int</Father_First_Name_ID>
<Mother_ITS_ID>string</Mother_ITS_ID>
<Surname>string</Surname>
<Marital_Status>string</Marital_Status>
<Spouse_ITS_ID>int</Spouse_ITS_ID>
<Husband_First_Name_ID>int</Husband_First_Name_ID>
<DOB>dateTime</DOB>
<Email>string</Email>
<Mobile>string</Mobile>
<Religion>string</Religion>
<Profession>string</Profession>
<Qualification>string</Qualification>
<Government_Proof_ID>string</Government_Proof_ID>
<Photo_Proof_ID>string</Photo_Proof_ID>
<Mother_Name>string</Mother_Name>
<Father_Name>string</Father_Name>
<Spouse_Name>string</Spouse_Name>
<Add_User_ITS_ID>string</Add_User_ITS_ID>
<Previous_Name>string</Previous_Name>
<Father_Surname>string</Father_Surname>
<Nationality_ID>int</Nationality_ID>
<Government_Proof_Doc_URL1>string</Government_Proof_Doc_URL1>
<Government_Proof_Doc_URL2>string</Government_Proof_Doc_URL2>
<Government_Proof_Doc_URL3>string</Government_Proof_Doc_URL3>
<Photo_Proof_Doc_URL1>string</Photo_Proof_Doc_URL1>
<Photo_Proof_Doc_URL2>string</Photo_Proof_Doc_URL2>
<Photo_Proof_Doc_URL3>string</Photo_Proof_Doc_URL3>
</Mustajib_NREntry>
</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>
<Mustajib_NREntryResponse xmlns="http://localhost/eJAS/EjamaatServices">
<Mustajib_NREntryResult>
<xsd:schema>schema</xsd:schema>xml</Mustajib_NREntryResult>
</Mustajib_NREntryResponse>
</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 /EjamaatServices.asmx/Mustajib_NREntry?strKey=string&Person_Type=string&HOF_ITS_ID=string&Gender=string&Jamaat_ID=string&First_Name_ID=string&Father_ITS_ID=string&Father_First_Name_ID=string&Mother_ITS_ID=string&Surname=string&Marital_Status=string&Spouse_ITS_ID=string&Husband_First_Name_ID=string&DOB=string&Email=string&Mobile=string&Religion=string&Profession=string&Qualification=string&Government_Proof_ID=string&Photo_Proof_ID=string&Mother_Name=string&Father_Name=string&Spouse_Name=string&Add_User_ITS_ID=string&Previous_Name=string&Father_Surname=string&Nationality_ID=string&Government_Proof_Doc_URL1=string&Government_Proof_Doc_URL2=string&Government_Proof_Doc_URL3=string&Photo_Proof_Doc_URL1=string&Photo_Proof_Doc_URL2=string&Photo_Proof_Doc_URL3=string HTTP/1.1 Host: ejas.its52.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="http://localhost/eJAS/EjamaatServices"> <schema xmlns="http://www.w3.org/2001/XMLSchema">schema</schema>xml</DataSet>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /EjamaatServices.asmx/Mustajib_NREntry HTTP/1.1 Host: ejas.its52.com Content-Type: application/x-www-form-urlencoded Content-Length: length strKey=string&Person_Type=string&HOF_ITS_ID=string&Gender=string&Jamaat_ID=string&First_Name_ID=string&Father_ITS_ID=string&Father_First_Name_ID=string&Mother_ITS_ID=string&Surname=string&Marital_Status=string&Spouse_ITS_ID=string&Husband_First_Name_ID=string&DOB=string&Email=string&Mobile=string&Religion=string&Profession=string&Qualification=string&Government_Proof_ID=string&Photo_Proof_ID=string&Mother_Name=string&Father_Name=string&Spouse_Name=string&Add_User_ITS_ID=string&Previous_Name=string&Father_Surname=string&Nationality_ID=string&Government_Proof_Doc_URL1=string&Government_Proof_Doc_URL2=string&Government_Proof_Doc_URL3=string&Photo_Proof_Doc_URL1=string&Photo_Proof_Doc_URL2=string&Photo_Proof_Doc_URL3=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="http://localhost/eJAS/EjamaatServices"> <schema xmlns="http://www.w3.org/2001/XMLSchema">schema</schema>xml</DataSet>