cldmsservice


Click here for a complete list of operations.

syncmpworkinfo

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 /CLDMSWSAP/cldmsservice.asmx HTTP/1.1
Host: 117.254.87.100
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/syncmpworkinfo"

<?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>
    <syncmpworkinfo xmlns="http://tempuri.org/">
      <ac>string</ac>
      <fin_year>string</fin_year>
      <scheme>string</scheme>
      <work_no>int</work_no>
      <acname>string</acname>
      <mandal>string</mandal>
      <village>string</village>
      <habitation>string</habitation>
      <habcode>string</habcode>
      <work_code>string</work_code>
      <desc_work>string</desc_work>
      <area>string</area>
      <date_sanc>string</date_sanc>
      <date_tech>string</date_tech>
      <date_grd>string</date_grd>
      <date_first>string</date_first>
      <date_second>string</date_second>
      <date_100>string</date_100>
      <date_workhandover>string</date_workhandover>
      <date_ucsub>string</date_ucsub>
      <estimate_eadt>string</estimate_eadt>
      <date_comp>string</date_comp>
      <date_prop>string</date_prop>
      <inspect_date>string</inspect_date>
      <lsno>string</lsno>
      <est_cost>int</est_cost>
      <cdp_fund>int</cdp_fund>
      <other_fund>int</other_fund>
      <rele_first>int</rele_first>
      <rele_second>int</rele_second>
      <rele_100>int</rele_100>
      <uc_amt>int</uc_amt>
      <save_amt>int</save_amt>
      <sancdays>int</sancdays>
      <amt_return>int</amt_return>
      <rele_tot>int</rele_tot>
      <expen>int</expen>
      <status>string</status>
      <distcode>string</distcode>
      <exp_cdp>int</exp_cdp>
      <mlamlc_name>string</mlamlc_name>
      <inspect>string</inspect>
      <inspect_officer>string</inspect_officer>
      <dist_mlc>string</dist_mlc>
      <executive>string</executive>
      <dept>string</dept>
      <nodal_dist>string</nodal_dist>
      <nature_cal>string</nature_cal>
    </syncmpworkinfo>
  </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>
    <syncmpworkinfoResponse xmlns="http://tempuri.org/">
      <syncmpworkinfoResult>string</syncmpworkinfoResult>
    </syncmpworkinfoResponse>
  </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 /CLDMSWSAP/cldmsservice.asmx HTTP/1.1
Host: 117.254.87.100
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>
    <syncmpworkinfo xmlns="http://tempuri.org/">
      <ac>string</ac>
      <fin_year>string</fin_year>
      <scheme>string</scheme>
      <work_no>int</work_no>
      <acname>string</acname>
      <mandal>string</mandal>
      <village>string</village>
      <habitation>string</habitation>
      <habcode>string</habcode>
      <work_code>string</work_code>
      <desc_work>string</desc_work>
      <area>string</area>
      <date_sanc>string</date_sanc>
      <date_tech>string</date_tech>
      <date_grd>string</date_grd>
      <date_first>string</date_first>
      <date_second>string</date_second>
      <date_100>string</date_100>
      <date_workhandover>string</date_workhandover>
      <date_ucsub>string</date_ucsub>
      <estimate_eadt>string</estimate_eadt>
      <date_comp>string</date_comp>
      <date_prop>string</date_prop>
      <inspect_date>string</inspect_date>
      <lsno>string</lsno>
      <est_cost>int</est_cost>
      <cdp_fund>int</cdp_fund>
      <other_fund>int</other_fund>
      <rele_first>int</rele_first>
      <rele_second>int</rele_second>
      <rele_100>int</rele_100>
      <uc_amt>int</uc_amt>
      <save_amt>int</save_amt>
      <sancdays>int</sancdays>
      <amt_return>int</amt_return>
      <rele_tot>int</rele_tot>
      <expen>int</expen>
      <status>string</status>
      <distcode>string</distcode>
      <exp_cdp>int</exp_cdp>
      <mlamlc_name>string</mlamlc_name>
      <inspect>string</inspect>
      <inspect_officer>string</inspect_officer>
      <dist_mlc>string</dist_mlc>
      <executive>string</executive>
      <dept>string</dept>
      <nodal_dist>string</nodal_dist>
      <nature_cal>string</nature_cal>
    </syncmpworkinfo>
  </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>
    <syncmpworkinfoResponse xmlns="http://tempuri.org/">
      <syncmpworkinfoResult>string</syncmpworkinfoResult>
    </syncmpworkinfoResponse>
  </soap12:Body>
</soap12:Envelope>