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 | 0 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 | 0 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 | 11 No |
2. What are the different ports in IS?
How to use SEQUENCE as the Target of a BRANCH?
What Does an IS Schema Look Like?
can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)
By how many ways can we invoke a service?
when we are using loop and when we use repaet?
can we build loop step with in the branch in such a way that the interface is look like that branch <transactiontype > sequence: Deposit loop <accno> xxxxxx sequence: current loop <accno> xxxxxxx sequence: savings loop <accno> can we achieve the above senario.
What is a scope of a variable that declared inside the main? Is tht accessible in try & catch block?
What is the main difference between webservies 6.5 and webservies 7.1.2
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 needmy branch to exit from loop b, what should I do?
what is difference between invoke & transformers
what is the difference between Schema and SchemaDT