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.  HTTPS POST Requirements

    Posted 06/21/10 05:45 PM

    Hello,

    I have an internal client app that’ll be posting xml data to IS flow service via HTTPS. I just want to confirm a few requirements.

    IS flow service: processTest
    IS flow servince input: inputData (node object)
    URL: http://tech.forums.softwareag.com:port/invoke/report.service:processTest

    I just want to confirm that the input of the flow service could be name anything just as long the input is a node object. Also, is the url correct or should it be:

    http://tech.forums.softwareag.com:port/invoke/report.service:processTest?inputData


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


  • 2.  RE: HTTPS POST Requirements

    Posted 06/21/10 06:34 PM

    There are multiple ways XML can be posted to an IS service. Refer to the XML Services Developer’s Guide for details. Specific input variable names must be used.

    That guide also has the syntax needed for the URL.

    [url]http://tech.forums.softwareag.com/invoke/report.service/processTest[/url] (note the : is replaced with / )


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


  • 3.  RE: HTTPS POST Requirements

    Posted 06/21/10 07:18 PM

    Thanks Reamon. That documentation was exactly what I needed.


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