Hi!
Is it possible to call Factory Track api calls from an external application?
For example the "IFTStdLocationTransfer".
Sample call in FT:
<?xml version="1.0" encoding=''UTF-8'' ?><soapenv:Envelope xmlns:soapenv=''http://schemas.xmlsoap.org/soap/envelope/'' xmlns=''http://www.infor.com/businessinterface/IFTStdLocationTransfer'' ><soapenv:Header><Activation><company>2100</company></Activation></soapenv:Header><soapenv:Body><LocationTransfer><LocationTransferRequest><DataArea><IFTStdLocationTransfer><Warehouse>HR01</Warehouse><FromLocation>010106</FromLocation><ToLocation>020100</ToLocation><LoginCode>maf</LoginCode></IFTStdLocationTransfer></DataArea></LocationTransferRequest></LocationTransfer></soapenv:Body></soapenv:Envelope>
In API Gateway there is no option for this.