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
  • 1.  FTP connection

    Posted Mon February 01, 2010 02:10 PM

    Hi
    Im working on ftp. how to use change directory(cd and cdls)

    I getting error like this
    com.wm.app.b2b.server.ServiceException:
    550 CWD command failed.

    I used this directory .Is this correct way ?
    “E:\webMethods6\IntegrationServer\packages\Examples1\ns\xml\usingFtp”: I got directory not found.


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: FTP connection

    Posted Mon February 01, 2010 05:04 PM

    Are you trying to cd to the service to be invoked via FTP?

    You would not include the drive name, nor the path leading to the IS installation directory. To invoke the service you listed above:

    cd \ns\Examples1\xml\usingFtp

    You may find the Flat File Schema Developer’s Guide to be helpful. Champter 4 describes invoking services via FTP.


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport