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.

 View Only
Expand all | Collapse all

Issue with web service called within a transform step

  • 1.  Issue with web service called within a transform step

    Posted Wed April 20, 2011 12:28 PM

    When I call a web service consumer directly within my flow, the input document will be supplemented with a response structure which contains the results of the web service call.

    I noticed that when calling the same web service consumer when it is embedded in a transform step, the input document does not get updated with the response structure; if I debug, I can see these structures being created and populated in the web service generated flow code, but the return structure never gets passed out of the transform step.

    Can somebody explain why that might be? Could it be something to do with variables being passed by value to the transform step (are they?), or something else?


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


  • 2.  RE: Issue with web service called within a transform step

    Posted Wed April 20, 2011 03:51 PM

    Transformers have their own pipeline. If you want a variable to be manipulated by the transformer you must explicitly pass it in and out of the invoked service–which is a good practice in any case.


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