Method Name : addATFPalletBlokeCoz

  • Purpose of usage :

Used to unblock Blocked Pallets in Axata WMS System.

  • Operation Table :

Axata Table Name

Process type

Table Type

Description

ENT019_BLOKE

Host to WMS

Pallet Blokage Orders

Pallet Blokage Orders Table


  • Table Update request Fields :


Field Name

Description

Mandatory

CompanyCode

Company Code


WarehouseCode

Warehouse Code


ATFLineNo

Atf Row Number


ATFNo

Atf No


Usage :

    • More than one Order Number can be sent at the same time .
    • If generating XML for submission, the fields should be submitted in the order in the table above..
    • Maximum number of Cancellation requests is limited (Parametric).


  • Sample Service call and return :


Sample 1 : Open Order Cancellation Request :


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

   <soapenv:Header/>

   <soapenv:Body>

      <tem:username>test22</tem:username>

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

      <axat:atfPalletBlokeCozQuery>

         <CompanyCode>01</CompanyCode>

         <WarehouseCode>01</WarehouseCode>

         <ATFLineNo>1</ATFLineNo>

         <ATFNo>112233</ATFNo>

      </axat:atfPalletBlokeCozQuery>

   </soapenv:Body>

</soapenv:Envelope>


Result :  

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

  <s:Body>

    <state>-1</state>

    <message>No Pallets Found</message>

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

  </s:Body>

</s:Envelope>