Expand my Community achievements bar.

Send a map of documents via Invoke Web Service

Avatar

Level 1

Hi,

    I have one process with map of documents and 2nd process on other server, where input variable is map od documents too. How can I send this map between these processes via "Invoke Web Service" component? Simple datatypes I can.

Petr

4 Replies

Avatar

Level 2

Take a look at Quick Start: Assembling a PDF document using the web service API

It shows how to create an input map for multiple documents.

But it sounds like you're asking how to create a WSDL that allows you to use an input map as an argument in a Web Service invocation. If so, take a look at the Assembler services WSDL. For 8.2, access

http://myServer:myPort/soap/services/AssemblerService?wsdl

Avatar

Level 8

I don't know how to attach a map of documents but this knowledge base article explains how to attach documents to the SOAP call using the Web Service service in a process:

http://kb2.adobe.com/cps/403/kb403973.html

I hope this is helpful

Avatar

Level 2

The document Scott pointed out should be helpful.

Avatar

Level 1

I know this site well, but I haven't found how I can create a SOAP request with a docmap if I don't know in advance, how many documents I will need to send. In an attachment I can send only one document, to send documents as base64 encoded text is nonsense and a File URL hasn't worked.

It works well when I know quantity.

Petr