webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  pub.file:getfile is not working in 6.5

    Posted Wed May 30, 2007 07:27 AM

    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


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: pub.file:getfile is not working in 6.5

    Posted Wed May 30, 2007 08:58 AM

    It will work…

    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…


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: pub.file:getfile is not working in 6.5

    Posted Wed May 30, 2007 09:08 AM

    Hi,

    webMethods instance is not located in my local box. Is there any thing to work it out.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: pub.file:getfile is not working in 6.5

    Posted Wed May 30, 2007 10:05 AM

    pub.file:getfile will get the file from where webMethods instance located. you have to put your file in webMethods server machine, not your local box.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: pub.file:getfile is not working in 6.5

    Posted Wed May 30, 2007 10:41 AM

    But i dont have access to that box where webMethods instance is located, is there any other way to take file from my local box.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 6.  RE: pub.file:getfile is not working in 6.5

    Posted Wed May 30, 2007 04:33 PM

    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.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB