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.  dropping runtime variables.

    Posted Wed November 29, 2006 01:04 AM

    Hello,

    Is there a possiblity of dropping a document list which is created at run time?

    I am using the built in service wm.tnweb.querySvc:getDocuments which gets the details of all the documents in a document list. How do we drop the document list once I am done with its usage.

    Thanks in Advance.

    Kiran


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


  • 2.  RE: dropping runtime variables.

    Posted Wed November 29, 2006 01:32 AM

    We can use the clearPipeline:D … Sorry for the truble


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


  • 3.  RE: dropping runtime variables.

    Posted Wed November 29, 2006 06:01 AM

    There is a trick to deleted variables which are coming in running.
    Create similar kind of document in your pipeline and then drop that document in very next step.

    Have a nice day.


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


  • 4.  RE: dropping runtime variables.

    Posted Wed November 29, 2006 09:22 AM

    I am sure the trick works for variables but not sure if it works for document itself or not. will be doing some test soon.

    More over I am not sure if its a useful trick or a unreported bug. Will expand on this issue soon too.

    Ram Challuri


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


  • 5.  RE: dropping runtime variables.

    Posted Wed November 29, 2006 04:47 PM

    I assume you’re talking about the toDocs or fromDocs variables that are returned by wm.tnweb.querySvc:getDocuments. There’s no trick needed. Just drop the variable in a map step.

    Or are you talking about some other variable?


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


  • 6.  RE: dropping runtime variables.

    Posted Fri December 01, 2006 12:44 AM

    Yes, if there are runtime variables, which do not show up in the pipeline at design time, you can drop them by first creating a var with same name and then dropping it - it’s no trick really… just a straight forward approach.

    Alternatively, you can use clearPipeline and preserve the variables you want.

    ~Rohit


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