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.  Transfer data

    Posted 12/27/05 10:05 AM

    Hello,

    I am trying to transfer data from a html-page to webMethods. The services that I use is pub.flow:savePipelineToFile and also pub.flow:restorePipelineFromFile. Then the saved data must me transferd to a database.
    Question 1: Where can I see that the data is transferd from the html-webpage to webMethods?


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


  • 2.  RE: Transfer data

    Posted 12/27/05 11:34 AM

    After you restorePipeline from file, the pipeline data will be shown to you. U must be using some other service to convert the incoming data to webMethods format. At the end of that service, you will be able to see the transferred data in the results tab. You need to write a custom service to convert the html page to webMethods if this is the requirement for u.


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