WebMethods


Click here for a complete list of operations.

CheckOUT_InspectionTicket

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ClientCode:
Complaint_No:
Complaint_SrNo:
Tag_RevNo:
CheckIn_RevNo:
CheckOutByEmpCode:
Checkout_Status_Code:
CheckOUTRemarks:
UserId:
strAttechment1:
fileExtension1:
strAttechment2:
fileExtension2:
strAttechment3:
fileExtension3:
strAttechment4:
fileExtension4:
strAttechment5:
fileExtension5:
ParameterString:

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 /WebMethods.asmx HTTP/1.1
Host: katalystjayair.ducem.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://katalystjayair.ducem.in/CheckOUT_InspectionTicket"

<?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>
    <CheckOUT_InspectionTicket xmlns="https://katalystjayair.ducem.in/">
      <ClientCode>string</ClientCode>
      <Complaint_No>string</Complaint_No>
      <Complaint_SrNo>string</Complaint_SrNo>
      <Tag_RevNo>string</Tag_RevNo>
      <CheckIn_RevNo>string</CheckIn_RevNo>
      <CheckOutByEmpCode>string</CheckOutByEmpCode>
      <Checkout_Status_Code>string</Checkout_Status_Code>
      <CheckOUTRemarks>string</CheckOUTRemarks>
      <UserId>string</UserId>
      <strAttechment1>string</strAttechment1>
      <fileExtension1>string</fileExtension1>
      <strAttechment2>string</strAttechment2>
      <fileExtension2>string</fileExtension2>
      <strAttechment3>string</strAttechment3>
      <fileExtension3>string</fileExtension3>
      <strAttechment4>string</strAttechment4>
      <fileExtension4>string</fileExtension4>
      <strAttechment5>string</strAttechment5>
      <fileExtension5>string</fileExtension5>
      <ParameterString>string</ParameterString>
    </CheckOUT_InspectionTicket>
  </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>
    <CheckOUT_InspectionTicketResponse xmlns="https://katalystjayair.ducem.in/">
      <CheckOUT_InspectionTicketResult>string</CheckOUT_InspectionTicketResult>
    </CheckOUT_InspectionTicketResponse>
  </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 /WebMethods.asmx HTTP/1.1
Host: katalystjayair.ducem.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>
    <CheckOUT_InspectionTicket xmlns="https://katalystjayair.ducem.in/">
      <ClientCode>string</ClientCode>
      <Complaint_No>string</Complaint_No>
      <Complaint_SrNo>string</Complaint_SrNo>
      <Tag_RevNo>string</Tag_RevNo>
      <CheckIn_RevNo>string</CheckIn_RevNo>
      <CheckOutByEmpCode>string</CheckOutByEmpCode>
      <Checkout_Status_Code>string</Checkout_Status_Code>
      <CheckOUTRemarks>string</CheckOUTRemarks>
      <UserId>string</UserId>
      <strAttechment1>string</strAttechment1>
      <fileExtension1>string</fileExtension1>
      <strAttechment2>string</strAttechment2>
      <fileExtension2>string</fileExtension2>
      <strAttechment3>string</strAttechment3>
      <fileExtension3>string</fileExtension3>
      <strAttechment4>string</strAttechment4>
      <fileExtension4>string</fileExtension4>
      <strAttechment5>string</strAttechment5>
      <fileExtension5>string</fileExtension5>
      <ParameterString>string</ParameterString>
    </CheckOUT_InspectionTicket>
  </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>
    <CheckOUT_InspectionTicketResponse xmlns="https://katalystjayair.ducem.in/">
      <CheckOUT_InspectionTicketResult>string</CheckOUT_InspectionTicketResult>
    </CheckOUT_InspectionTicketResponse>
  </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 /WebMethods.asmx/CheckOUT_InspectionTicket?ClientCode=string&Complaint_No=string&Complaint_SrNo=string&Tag_RevNo=string&CheckIn_RevNo=string&CheckOutByEmpCode=string&Checkout_Status_Code=string&CheckOUTRemarks=string&UserId=string&strAttechment1=string&fileExtension1=string&strAttechment2=string&fileExtension2=string&strAttechment3=string&fileExtension3=string&strAttechment4=string&fileExtension4=string&strAttechment5=string&fileExtension5=string&ParameterString=string HTTP/1.1
Host: katalystjayair.ducem.in
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="https://katalystjayair.ducem.in/">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /WebMethods.asmx/CheckOUT_InspectionTicket HTTP/1.1
Host: katalystjayair.ducem.in
Content-Type: application/x-www-form-urlencoded
Content-Length: length

ClientCode=string&Complaint_No=string&Complaint_SrNo=string&Tag_RevNo=string&CheckIn_RevNo=string&CheckOutByEmpCode=string&Checkout_Status_Code=string&CheckOUTRemarks=string&UserId=string&strAttechment1=string&fileExtension1=string&strAttechment2=string&fileExtension2=string&strAttechment3=string&fileExtension3=string&strAttechment4=string&fileExtension4=string&strAttechment5=string&fileExtension5=string&ParameterString=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="https://katalystjayair.ducem.in/">string</string>