I placed file in my local box, i used built in service pub.file:getfile, at filename in service in i have given complete path (location of file). when i tried to run this service am getting following error mesage
com.wm.app.b2b.server.ServiceException: [ISS.0086.9020] C:\work\product.xml does not exist
path which you mentioned(C:\work\product.xml), it should be where webMethods Instance installed. Do you have the webMethods instance in your local box…
If your local drive is exposed to the network as a network share, and your IS is running under and account that has network access, then you can get the file. The filename would use the UNC format such as \yourlocalhostname\c$
I assume this is for testing/proof of concept since using your local box for a production solution is not advisable.