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
Expand all | Collapse all

Removing the wrapper element around a quip query result

  • 1.  Removing the wrapper element around a quip query result

    Posted Fri August 09, 2002 12:38 AM

    I small question about the format of the QUIP result xml.

    <quip:result xmlns:quip = “http://namespaces.softwareag.com/tamino/quip/”>
    <group xmlns:ffiec = “http://www.ffiec.gov/MDRM/2001
    xmlns:ffiec-result = “http://www.ffiec.gov/MDRM/2001/edits-results
    xmlns = “http://www.xbrl.org/2001/instance”>




    </quip:result>

    I would like to get rid of the quip:result element that wraps around my element. I tried some of the “wrap-related” options but they didn’t seem the have the desired effect.

    Is it at all possible to get rid of this element? Having it there requires me to execute an extra XSLT step in my processing model and I’d like to do without it.

    Many thanks for your thoughts,

    Raynier A. van Egmond
    C3i Strategic Management Consulting LLC
    Vashon (WA) 98070, USA
    email: rene@c3ismc.com


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Removing the wrapper element around a quip query result

    Posted Mon August 12, 2002 05:50 PM

    Hi Rene,

    try the option -unwrapped_result. You can enter it (simply as a string) in the GUI under “Tools/Options/Executor/Further options”.

    Regards Udo


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: Removing the wrapper element around a quip query result

    Posted Tue August 13, 2002 02:47 AM

    Hallo Udo -

    Das war genau was ich brauchte!

    Many thanks,

    Raynier A. van Egmond
    C3i Strategic Management Consulting LLC
    Vashon (WA) 98070, USA
    email: rene@c3ismc.com


    #Tamino
    #webMethods
    #API-Management


  • 4.  RE: Removing the wrapper element around a quip query result

    Posted Wed August 14, 2002 11:54 PM



    So how would you use the “-unwrapped_result” option in Java? (I have a simple java servlet making QuiP queries.)

    Thanks,
    –Steve


    #Tamino
    #API-Management
    #webMethods