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.  flow.xml on remote IS server

    Posted 04/15/08 06:44 PM

    How can flow.xml can be read residing on the remote IS server and list its contents through http or some other mechanism but not through ftp.

    Thanks.


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


  • 2.  RE: flow.xml on remote IS server

    Posted 04/15/08 09:10 PM

    Call pub.file:getFile, specifying the full filename for the flow.xml file of interest and loadAs bytes (stream won’t work).

    What are you up to?


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


  • 3.  RE: flow.xml on remote IS server

    Posted 04/15/08 09:22 PM

    Thanks, but this service will read file from local and not from remote server. What I want is to check the custom IS services (flow.xml files) on remote production box if any WmPublic or utililty service is being used in it. Is there any other method to do the same? I guess Deployer uses the same strategy to extract files.


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


  • 4.  RE: flow.xml on remote IS server

    Posted 04/15/08 11:38 PM

    Forgot to mention: use the remote invocation facilities to call pub.file:getFile.


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