webmethods6.5 not installed in my local machine. have to login to Remote desktop webMethods6.5 developer.Want to write simple flow cerise. get file from my Local drive and put another local drive.
had user service “wmPublic.pub.file:getFile” , and given local path in filename field "C:\folder\filename.xml’. but while testing its throwing a error. “path is not correct”.
how and what services have to user for abovscenarioio. had connect to remote desktop?
In order to achieve this,
you can create this folder and file (C:\folder\filename.xml) in your remote server
or
you can create a map drive from your remote server to your desktop pc (C:\folder\filename.xml) and put the map drive path in the filename variable.
you can also try ftp and http protocol if you setup any of them.