cldmsservice


Click here for a complete list of operations.

syncworkinfo

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/syncworkinfo"

<?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>
    <syncworkinfo 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_comp>string</date_comp>
      <date_prop>string</date_prop>
      <inspect_date>string</inspect_date>
      <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_rcr>string</date_rcr>
      <fund_source>string</fund_source>
      <est_cost>int</est_cost>
      <cdp_fund>int</cdp_fund>
      <other_fund>int</other_fund>
      <rele_tot>int</rele_tot>
      <expen>int</expen>
      <amtpaid_contractor>int</amtpaid_contractor>
      <amt_lapse>int</amt_lapse>
      <status>string</status>
      <distcode>string</distcode>
      <exp_cdp>int</exp_cdp>
      <mlamlc_name>string</mlamlc_name>
      <inspect>string</inspect>
      <inspect_offier>string</inspect_offier>
      <dist_mlc>string</dist_mlc>
      <go_sanc>string</go_sanc>
      <per_workdone>string</per_workdone>
      <executive>string</executive>
      <dept>string</dept>
      <fyear>string</fyear>
      <gorele>string</gorele>
      <mbno>string</mbno>
      <rele_first>int</rele_first>
      <rele_second>int</rele_second>
      <rele_100>int</rele_100>
      <chq_first>string</chq_first>
      <chq_second>string</chq_second>
      <chq_100>string</chq_100>
    </syncworkinfo>
  </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>
    <syncworkinfoResponse xmlns="http://tempuri.org/">
      <syncworkinfoResult>string</syncworkinfoResult>
    </syncworkinfoResponse>
  </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>
    <syncworkinfo 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_comp>string</date_comp>
      <date_prop>string</date_prop>
      <inspect_date>string</inspect_date>
      <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_rcr>string</date_rcr>
      <fund_source>string</fund_source>
      <est_cost>int</est_cost>
      <cdp_fund>int</cdp_fund>
      <other_fund>int</other_fund>
      <rele_tot>int</rele_tot>
      <expen>int</expen>
      <amtpaid_contractor>int</amtpaid_contractor>
      <amt_lapse>int</amt_lapse>
      <status>string</status>
      <distcode>string</distcode>
      <exp_cdp>int</exp_cdp>
      <mlamlc_name>string</mlamlc_name>
      <inspect>string</inspect>
      <inspect_offier>string</inspect_offier>
      <dist_mlc>string</dist_mlc>
      <go_sanc>string</go_sanc>
      <per_workdone>string</per_workdone>
      <executive>string</executive>
      <dept>string</dept>
      <fyear>string</fyear>
      <gorele>string</gorele>
      <mbno>string</mbno>
      <rele_first>int</rele_first>
      <rele_second>int</rele_second>
      <rele_100>int</rele_100>
      <chq_first>string</chq_first>
      <chq_second>string</chq_second>
      <chq_100>string</chq_100>
    </syncworkinfo>
  </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>
    <syncworkinfoResponse xmlns="http://tempuri.org/">
      <syncworkinfoResult>string</syncworkinfoResult>
    </syncworkinfoResponse>
  </soap12:Body>
</soap12:Envelope>