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.  Hacking the flowxml file

    Posted 03/03/05 06:30 PM

    Is it possible to hack the flow.xml file and have the changes show up in Developer?

    I created some data mappings in the same format as in the flow.xml file, but when I paste them in and reload the service in Developer, the changes do not register.

    Has anybody tried this??


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Architecture


  • 2.  RE: Hacking the flowxml file

    Posted 03/03/05 06:38 PM

    It’s possible. You’ll need to reload the package to force changes to the flow.xml to be discovered.

    It’s not the safest way to make modifications to your flow service though.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods-Architecture
    #webMethods


  • 3.  RE: Hacking the flowxml file

    Posted 03/03/05 06:59 PM

    That did it!

    So obviously reloading the package yields different results than just reloading the individual service.


    #webMethods-Architecture
    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 4.  RE: Hacking the flowxml file

    Posted 03/03/05 07:49 PM

    Reloading the service retrieves the service definition from the server; which is the current version the server has loaded. The service definitions are read from disk at package load time and stored in memory.

    Reloading the package forces the Integration Server to load the service definitions from disk.

    Reloading the service can be used when another person modifies and saves a service and you want to see what changes were made.

    cheers,

    Ed


    #Integration-Server-and-ESB
    #webMethods-Architecture
    #webMethods-General
    #webMethods