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.

 View Only
Expand all | Collapse all

Load a File from Client to Remote machine

  • 1.  Load a File from Client to Remote machine

    Posted Mon December 18, 2006 03:06 PM

    Hi there,

    Im a new bie to webMethods. I am trying to access a csv file on the local file system on the client machine. Then using the csv file I am parsing and fetching the data in the database using jdbc adapter. The IS is present on a remote server. Is there an approach to access this file without moving it to the server? or how do I load the file from client machine to remote IS server?

    Thank you,
    Hari


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


  • 2.  RE: Load a File from Client to Remote machine

    Posted Mon December 18, 2006 04:57 PM

    Hari,

    Most folks do this via a file polling port on the IS accessing a NFS mount or SAN share that the client machine has access to. If the client machine has a FTP server, then you could use the WMPublic pub.client.ftp services. If the client machine has an HTTP server, you could try a GET with pub.client:http.


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


  • 3.  RE: Load a File from Client to Remote machine

    Posted Mon December 18, 2006 08:08 PM

    Hi Phil,

    Thank you for your reply. I appreciate your comments. That was really helpful to start with!

    Hari


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