InventoryWebService


Click here for a complete list of operations.

GetReportBySeq_no

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 /InventoryWebService.asmx HTTP/1.1
Host: laluws.compulinerp.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetReportBySeq_no"

<?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>
    <GetReportBySeq_no xmlns="http://tempuri.org/">
      <compcode>string</compcode>
      <seq_no>int</seq_no>
    </GetReportBySeq_no>
  </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>
    <GetReportBySeq_noResponse xmlns="http://tempuri.org/">
      <GetReportBySeq_noResult>
        <COMPCODE>string</COMPCODE>
        <SEQ_NO>decimal</SEQ_NO>
        <LEVEL1>string</LEVEL1>
        <LEVEL2>string</LEVEL2>
        <LEVEL3>string</LEVEL3>
        <LEVEL4>string</LEVEL4>
        <RPT_NAME>string</RPT_NAME>
        <SELECTION_FML>string</SELECTION_FML>
        <REPORT_HEADING1>string</REPORT_HEADING1>
        <REPORT_HEADING2>string</REPORT_HEADING2>
        <REF>string</REF>
        <IS_ALL>decimal</IS_ALL>
        <IS_FROM_DATE>decimal</IS_FROM_DATE>
        <IS_TO_DATE>decimal</IS_TO_DATE>
        <IS_INDIVIDUAL_DOC>decimal</IS_INDIVIDUAL_DOC>
        <IS_FROM_LOCATION>decimal</IS_FROM_LOCATION>
        <IS_TO_LOCATION>decimal</IS_TO_LOCATION>
        <IS_INV_TYPE>decimal</IS_INV_TYPE>
        <IS_SUPPLIER>decimal</IS_SUPPLIER>
        <IS_CUSTOMER>decimal</IS_CUSTOMER>
        <FIELD_DATERANGE>string</FIELD_DATERANGE>
        <FIELD_INDIVIDUAL_DOC>string</FIELD_INDIVIDUAL_DOC>
        <FIELD_LOCATION>string</FIELD_LOCATION>
        <FIELD_SUPPLIER>string</FIELD_SUPPLIER>
        <FIELD_CUSTOMER>string</FIELD_CUSTOMER>
        <IS_PASSWORD>decimal</IS_PASSWORD>
        <IS_AD_TYPES>decimal</IS_AD_TYPES>
        <IS_SP_EXEC>string</IS_SP_EXEC>
        <IS_DOC_RANGE>int</IS_DOC_RANGE>
        <FIELD_DOC_RANGE>string</FIELD_DOC_RANGE>
        <IS_SITE>int</IS_SITE>
        <REPORT_DESC>string</REPORT_DESC>
        <IS_PAY_MONTH_VISIBLE>decimal</IS_PAY_MONTH_VISIBLE>
        <IS_PAY_YEAR_VISIBLE>decimal</IS_PAY_YEAR_VISIBLE>
        <IS_PAY_DEPT_VISIBLE>decimal</IS_PAY_DEPT_VISIBLE>
        <IS_PAY_DESIG_VISIBLE>decimal</IS_PAY_DESIG_VISIBLE>
        <IS_PAY_CAT_VISIBLE>decimal</IS_PAY_CAT_VISIBLE>
        <IS_PAY_GRADE_VISIBLE>decimal</IS_PAY_GRADE_VISIBLE>
        <PAY_MONTH_FIELDNAME>string</PAY_MONTH_FIELDNAME>
        <PAY_YEAR_FIELDNAME>string</PAY_YEAR_FIELDNAME>
        <PAY_DEPT_FIELDNAME>string</PAY_DEPT_FIELDNAME>
        <PAY_DESIG_FIELDNAME>string</PAY_DESIG_FIELDNAME>
        <PAY_CAT_FIELDNAME>string</PAY_CAT_FIELDNAME>
        <PAY_GRADE_FIELDNAME>string</PAY_GRADE_FIELDNAME>
        <IS_BRAND_VISIBLE>decimal</IS_BRAND_VISIBLE>
        <IS_CATEGORY_VISIBLE>decimal</IS_CATEGORY_VISIBLE>
      </GetReportBySeq_noResult>
    </GetReportBySeq_noResponse>
  </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 /InventoryWebService.asmx HTTP/1.1
Host: laluws.compulinerp.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>
    <GetReportBySeq_no xmlns="http://tempuri.org/">
      <compcode>string</compcode>
      <seq_no>int</seq_no>
    </GetReportBySeq_no>
  </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>
    <GetReportBySeq_noResponse xmlns="http://tempuri.org/">
      <GetReportBySeq_noResult>
        <COMPCODE>string</COMPCODE>
        <SEQ_NO>decimal</SEQ_NO>
        <LEVEL1>string</LEVEL1>
        <LEVEL2>string</LEVEL2>
        <LEVEL3>string</LEVEL3>
        <LEVEL4>string</LEVEL4>
        <RPT_NAME>string</RPT_NAME>
        <SELECTION_FML>string</SELECTION_FML>
        <REPORT_HEADING1>string</REPORT_HEADING1>
        <REPORT_HEADING2>string</REPORT_HEADING2>
        <REF>string</REF>
        <IS_ALL>decimal</IS_ALL>
        <IS_FROM_DATE>decimal</IS_FROM_DATE>
        <IS_TO_DATE>decimal</IS_TO_DATE>
        <IS_INDIVIDUAL_DOC>decimal</IS_INDIVIDUAL_DOC>
        <IS_FROM_LOCATION>decimal</IS_FROM_LOCATION>
        <IS_TO_LOCATION>decimal</IS_TO_LOCATION>
        <IS_INV_TYPE>decimal</IS_INV_TYPE>
        <IS_SUPPLIER>decimal</IS_SUPPLIER>
        <IS_CUSTOMER>decimal</IS_CUSTOMER>
        <FIELD_DATERANGE>string</FIELD_DATERANGE>
        <FIELD_INDIVIDUAL_DOC>string</FIELD_INDIVIDUAL_DOC>
        <FIELD_LOCATION>string</FIELD_LOCATION>
        <FIELD_SUPPLIER>string</FIELD_SUPPLIER>
        <FIELD_CUSTOMER>string</FIELD_CUSTOMER>
        <IS_PASSWORD>decimal</IS_PASSWORD>
        <IS_AD_TYPES>decimal</IS_AD_TYPES>
        <IS_SP_EXEC>string</IS_SP_EXEC>
        <IS_DOC_RANGE>int</IS_DOC_RANGE>
        <FIELD_DOC_RANGE>string</FIELD_DOC_RANGE>
        <IS_SITE>int</IS_SITE>
        <REPORT_DESC>string</REPORT_DESC>
        <IS_PAY_MONTH_VISIBLE>decimal</IS_PAY_MONTH_VISIBLE>
        <IS_PAY_YEAR_VISIBLE>decimal</IS_PAY_YEAR_VISIBLE>
        <IS_PAY_DEPT_VISIBLE>decimal</IS_PAY_DEPT_VISIBLE>
        <IS_PAY_DESIG_VISIBLE>decimal</IS_PAY_DESIG_VISIBLE>
        <IS_PAY_CAT_VISIBLE>decimal</IS_PAY_CAT_VISIBLE>
        <IS_PAY_GRADE_VISIBLE>decimal</IS_PAY_GRADE_VISIBLE>
        <PAY_MONTH_FIELDNAME>string</PAY_MONTH_FIELDNAME>
        <PAY_YEAR_FIELDNAME>string</PAY_YEAR_FIELDNAME>
        <PAY_DEPT_FIELDNAME>string</PAY_DEPT_FIELDNAME>
        <PAY_DESIG_FIELDNAME>string</PAY_DESIG_FIELDNAME>
        <PAY_CAT_FIELDNAME>string</PAY_CAT_FIELDNAME>
        <PAY_GRADE_FIELDNAME>string</PAY_GRADE_FIELDNAME>
        <IS_BRAND_VISIBLE>decimal</IS_BRAND_VISIBLE>
        <IS_CATEGORY_VISIBLE>decimal</IS_CATEGORY_VISIBLE>
      </GetReportBySeq_noResult>
    </GetReportBySeq_noResponse>
  </soap12:Body>
</soap12:Envelope>