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.  DSP/JSP Input to a Document

    Posted Tue February 21, 2006 01:26 PM

    Hello,

    I would like to create a DSP/JSP that has a form that will POST to a service that takes a document as input. I have been successful in POSTing simple attributes to services that don’t take a document by using the same names for the form’s input fields.

    So I’m if I can do the same sort of thing with input fields and a document and the extension to that would be a document list.

    thanks
    Danny


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


  • 2.  RE: DSP/JSP Input to a Document

    Posted Tue February 21, 2006 03:10 PM

    dmc,

    You can take a look at the WmSample package,where it has some useful dsp samples which has input document extracting from a dsp page.

    HTH,
    RMG


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


  • 3.  RE: DSP/JSP Input to a Document

    Posted Tue February 21, 2006 03:46 PM

    Found it! Thanks.

    Just for reference - you use scope and recordName to identify the document - can you nest scope tags?

    thanks again for the pointer! I’ll be experimenting with my question above.

    dmc_methods


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


  • 4.  RE: DSP/JSP Input to a Document

    Posted Tue February 21, 2006 07:58 PM

    OK - so I can now get a single document populated using the scope DSP variable

    but my actual structure looks like

    myDoc
    ns:MyOtherDoc
    ns:thirdLevelDeepDoc
    ns:attribute
    ns:nowImADocumentList
    ns:attribute2

    suggestions? besides making it simpler :slight_smile:


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


  • 5.  RE: DSP/JSP Input to a Document

    Posted Tue February 21, 2006 08:40 PM

    I havent tried with nested documentlists via scope in DSP.

    Hope someone will chim on this.

    HTH,
    RMG


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