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.


#TechXchangePresenter
 View Only
  • 1.  HTTP node passing

    Posted Mon August 11, 2014 07:05 AM

    Hi,
    I am new to webMethods. I am facing some problem while trying to pass message from one IS to another IS through http.

    I am using pub.client.http service. We are calling a service of another IS. The input of that service is of node.
    So how can we pass the node to the other IS.
    Before calling the http service we have the message as string type. And we are not aware of the input name of the destination service. We just know the service will be taking input as node.

    Thanks in advance for your help.

    Thanks,
    Saugata


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: HTTP node passing

    Posted Mon August 11, 2014 12:22 PM

    I believe you are in the right direction and if you are sending as string or bytes or variable named ($xmldata) make sure you set the content-type as text/xml in the (headers/content-type) and the receiving service input should be always (*node) object for XML data and the steps would be xmlnodetodocument and savepipelineToFile to see if the string received as expected

    HTH,
    RMG


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 3.  RE: HTTP node passing

    Posted Tue August 12, 2014 02:07 AM

    Hi RMG,

    Thank you for your help. Its working fine now :slight_smile:

    Regards,
    Saugata


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 4.  RE: HTTP node passing

    Posted Tue August 12, 2014 01:30 PM