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.
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
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
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
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
I havent tried with nested documentlists via scope in DSP.
Hope someone will chim on this.