Method Name : getGeneralCountingList

  • Purpose of usage :

It is used to query the GENERAL Census and GENERAL Census Differences List and their details in the Axata WMS System.

  • Return Integration Tables :

Axata Table Name

Process type

Table Type

Description

ENVMASTER

WMS to Host

CycleCount

Warehouse GENERAL CycleCount differences


  • Query Fields :


Field Name

Description

Mandatory

Axata Table - Field

CompanyCode

Company Code

None

ENVMASTER-EMSKOD

WarehouseCode

Warehouse Code

None

ENVMASTER-EMDEPO

MovementType

Axata Movement type  

None

Not Used

FisNo

General Inventory receipt number

None

ENVMASTER-EMFISN

Status

Status

None

ENVMASTER-EMSTAT


  • Usage :
    • Multiple Filter fields can be submitted at the same time .
    • Not all fields have to be submitted.
    • If generating XML for submission, the fields should be submitted in the order in the table above..
    • Maximum number of return lines is limited (Parametric).


  • Sample XML
    • Request :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:axat="http://axata">

  <soapenv:Header/>

  <soapenv:Body>

    <tem:username>axataservice</tem:username>

    <tem:password>123</tem:password>

    <CountingQuery>

      <!--Optional:-->

      <axat:CompanyCode>01</axat:CompanyCode>

      <!--Optional:-->

      <axat:WarehouseCode>01</axat:WarehouseCode>

      <!--Optional:-->

      <axat:MovementType></axat:MovementType>

      <!--Optional:-->

      <axat:FisNo>6</axat:FisNo>

      <!--Optional:-->

      <axat:Status>1</axat:Status>

    </CountingQuery>

  </soapenv:Body>

</soapenv:Envelope>

    • Response :

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">

  <s:Body>

    <state>0</state>

    <message>Success</message>

    <GeneralCountingList xmlns:a="http://axata" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">

      <a:ENVMASTER>

        <a:EMID>1</a:EMID>

        <a:EMFISN>6</a:EMFISN>

        <a:EMSAYT>20090624</a:EMSAYT>

        <a:EMSKOD>01</a:EMSKOD>

        <a:EMWarehouse>01</a:EMWarehouse>

        <a:EMSYER/>

        <a:EMSKU>001001010</a:EMSKU>

        <a:EMLOTN/>

        <a:EMLOTN2/>

        <a:EMLOTN3/>

        <a:EMBLKOD i:nil="true"/>

        <a:EMSTAT>1</a:EMSTAT>

        <a:EMMIKS>960.000</a:EMMIKS>

        <a:EMSIM>12.000</a:EMSIM>

        <a:EMMIKT>11520.000</a:EMMIKT>

        <a:EMTOPS>0.000</a:EMTOPS>

        <a:EMBMIK>0.000</a:EMBMIK>

        <a:EMKMIK>0.000</a:EMKMIK>

        <a:EMUTAR i:nil="true"/>

        <a:EMSKT i:nil="true"/>

        <a:EMCDAT>20091231</a:EMCDAT>

        <a:EMCTIM>140441</a:EMCTIM>

        <a:EMCUSR>ADMIN</a:EMCUSR>

        <a:EMUPDT>20140309</a:EMUPDT>

        <a:EMUPTM>120451</a:EMUPTM>

        <a:EMEXTNO i:nil="true"/>

        <a:EMREASON i:nil="true"/>

      </a:ENVMASTER>

      <a:ENVMASTER>

        <a:EMID>2</a:EMID>

        <a:EMFISN>6</a:EMFISN>

        <a:EMSAYT>20090624</a:EMSAYT>

        <a:EMSKOD>01</a:EMSKOD>

        <a:EMWarehouse>01</a:EMWarehouse>

        <a:EMSYER/>

        <a:EMSKU>12913.00200.0004G.24X001</a:EMSKU>

        <a:EMLOTN/>

        <a:EMLOTN2/>

        <a:EMLOTN3/>

        <a:EMBLKOD i:nil="true"/>

        <a:EMSTAT>1</a:EMSTAT>

        <a:EMMIKS>0.000</a:EMMIKS>

        <a:EMSIM>1.000</a:EMSIM>

        <a:EMMIKT>0.000</a:EMMIKT>

        <a:EMTOPS>0.000</a:EMTOPS>

        <a:EMBMIK>0.000</a:EMBMIK>

        <a:EMKMIK>0.000</a:EMKMIK>

        <a:EMUTAR i:nil="true"/>

        <a:EMSKT i:nil="true"/>

        <a:EMCDAT>20091231</a:EMCDAT>

        <a:EMCTIM>140441</a:EMCTIM>

        <a:EMCUSR>ADMIN</a:EMCUSR>

        <a:EMUPDT>20140309</a:EMUPDT>

        <a:EMUPTM>120451</a:EMUPTM>

        <a:EMEXTNO i:nil="true"/>

        <a:EMREASON i:nil="true"/>

      </a:ENVMASTER>

    </GeneralCountingList>

  </s:Body>

</s:Envelope>