I am using SAP BC 4.7. I created a service (accepts node as input) that receives an XML document and processes it to a connected SAP system. While trying to FTP a XML file to this service via pub.client:ftp, I get the error message 550 “No such file or directory”.
Seems that the dirpath is wrong. I used path \folder\serivce and also \package\folder\service.
Yes “ns” is the namespace…When you create a package service the ns folder will be created by IS…So check your filesystem and IS/Packages/yourpackage/ns folder,follow the rest.
Sorry,correction packagename is not part of the path ftp put the file on from “ns.…” path.FTP Log on to your package directory and follow the ns location upto you service and drop the file for testing.This will work.