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 1 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 1 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 12 No

Post New Answer

More WebMethods Interview Questions

in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?

0 Answers   Quinnox,


What Is a Shutdown Service?

2 Answers  


If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?

0 Answers  


What Is a Flow Service?

1 Answers  


What is scope?

2 Answers   TCS,


What Happens When an Event Occurs?

2 Answers  


how can you find file name in file-pooling concept?

2 Answers  


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?

2 Answers   IBM,


How can you see partner data using webservice.

1 Answers   Mphasis,


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,


In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?

1 Answers  


How many ways can you invoke a service?

1 Answers  


Categories