IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Want to write simple flow service

    Posted 04/25/09 08:47 AM

    Hi,

    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?

    Thanks & Regards,
    Rizwan


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Want to write simple flow service

    Posted 04/30/09 02:24 AM

    How about “C:\folder\filename.xml”?


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Want to write simple flow service

    Posted 04/16/10 11:25 AM

    ensure the file "C:\folder\filename.xml’ is present on the remote desktop’s C:\folder\ location not on your local machine.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Want to write simple flow service

    Posted 10/05/11 12:21 AM

    the path must be relative to the server in question and not absolute, refine your logic to reflect this.


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Want to write simple flow service

    Posted 10/20/11 11:50 PM

    hi,

    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.


    #Integration-Server-and-ESB
    #webMethods