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.  HTML to wM

    Posted 10/29/08 04:53 PM

    Hi ,

    I want to know how we can Post data from HTML page to wM.

    I am very new using wM. Can any one help me explaning in detail…

    Regards,
    Raghava.


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


  • 2.  RE: HTML to wM

    Posted 10/29/08 05:32 PM

    Can you elaborate on what kind of data you are trying to post from html submit forms??

    PS:Review this doc “DSP_and_Output_Template_Developers_Guide.pdf”, it describes how to call webMethods flows/services from webpages kindoff etc…

    HTH,
    RMG


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


  • 3.  RE: HTML to wM

    Posted 10/29/08 05:38 PM

    Raghava,

    Do you actually want to know how to send data from HTML page to webMethods or how to receive that data in webMethods. If first one is the case then google HTML forms and you will see alot of example on how to post information using HTML. But if you need to know how to receive that data which was send through HTML post then create flow service and call “WmPublic/pub.flow:getTransportInfo” service to retrieve all the information which was sent to you. Refer to “Built-In Services Guide” for details.

    Note: When you are calling webMethods service from HTML form then use the following naming convention :

    http://:/invoke/folder.subfolder:serviceName


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