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
  • 1.  Problem With formatting web service results

    Posted Sun May 09, 2010 05:17 AM

    Ok here goes. I created a document that would hold the values from an adapter service that I created to query a database. Once I invoke the adapter service within my flow service, and do a little checking, I take my document and use makeString to format it into a single variable give an application format. All of this works fine and dandy and when I Test my flow in developer, it returns the single varible that I created with makeString. The problem occurs when I test it via http. The three variables that are passed to the webservice are returned appended by List and it seems there is nothing that I can do to drop it. Anyone have any suggestions?


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


  • 2.  RE: Problem With formatting web service results

    Posted Sun May 09, 2010 11:42 PM

    No takers or suggestions of a solution?


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


  • 3.  RE: Problem With formatting web service results

    Posted Mon May 10, 2010 03:31 PM

    Try to use a clearpipeline with the preserve parameter which is your output value


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


  • 4.  RE: Problem With formatting web service results

    Posted Thu May 27, 2010 02:50 PM

    I figured this out a while ago, but thought I should post the solution for future use. I failed to notice that if I want to format my output within a specific format, that I would need to change the Output template of my flow service. There I could format my web service to return just plain text like I was trying to before.


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