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



How to convert documentlist to document? If document list contain documents and documents contain ..

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

How to convert documentlist to document? If document list contain documents and documents contain ..

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

How to convert documentlist to document? If document list contain documents and documents contain ..

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

Post New Answer

More WebMethods Interview Questions

2. What are the different ports in IS?

5 Answers   IBM,


How to use SEQUENCE as the Target of a BRANCH?

2 Answers   Accenture,


What Does an IS Schema Look Like?

1 Answers  


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)

0 Answers   Polaris,


By how many ways can we invoke a service?

5 Answers   WestRock,


when we are using loop and when we use repaet?

1 Answers   Fiserv,


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.

0 Answers  


What is a scope of a variable that declared inside the main? Is tht accessible in try & catch block?

3 Answers   FCS,


What is the main difference between webservies 6.5 and webservies 7.1.2

1 Answers   IBM,


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?

1 Answers  


what is difference between invoke & transformers 

5 Answers  


what is the difference between Schema and SchemaDT

2 Answers  


Categories