|
moveFiles API is not working on NEW platform : file is moved from the Source, but we cannot retrieve it in the Destination folder. The test on OLD is working fine
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ns3:moveFiles xmlns:ns3="http://server.api.nep.mobinets.com/">
<sourceFolderPath>/loadtoNEP/source/FDH</sourceFolderPath>
<destinationFolderPath>/loadtoNEP/destination/FDH</destinationFolderPath>
</ns3:moveFiles>
</soapenv:Body>
</soapenv:Envelope>
|