How to convert documentlist to document?
If document list contain documents and documents contain
strings field .how to convert?ple tell me any one.
Answers were Sorted based on User's Feedback
Answer / shyamala
Directly invoke the service
pub.document:documentListToDocument to convert document
list into document.
This service is the buit in services and its availble in
wMpublic package in developer.
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / jd
we can use pub.document:documentlisttodocument built in service . it is available in wmpublic.document directory.
it takes documentlist as an input and convert into single document.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rani
If you are trying to take the document list as the input
and convert it to document you can loop over it or there is
a property called DOCTYPE in the property tab using that
you can change it to document.
| Is This Answer Correct ? | 1 Yes | 12 No |
Where do you implemented pub-sub architecture?
scenario: i have a loop A, under which i have a child loop B, under which i have a Branch with few services with a condition. if a condition is satisfied , then i need my branch to exit from loop B, what should i do?
What Are Transformers?
different b/t war,ear,jar files?
What happens to the locks on elements when we upgrade webMethods Integration Platform?
What is correlation ID?
What Are Input and Output Parameters?
how to debug a flowservice in webmethods
How many kinds of log files in webmethods?
When Should You Use Flow Diagram View?
what is meant by "Block time out" and "Expire time out " in jdbc adapter configuration
Join types in Trigger?Explain?