投稿済み Wed, 30 Jun 2021 08:26:48 GMT 、投稿者 Marcin Domański
I have an invoice, I assign invoice items to a table, I also have a webservice with a parameter of the DataTable type, but I don't know how to pass the table from docuware to webservice as a parameter?

Can the table type field be used in a workflow and passed as a parameter to webservice?
投稿済み Wed, 30 Jun 2021 15:41:19 GMT 、投稿者 Fabian Kall - left 01.22
That is probably not possible.

You may be aware the workflow extension webservices work over the SOAP-Protocol, so data is exchanged as xml. That means it has to be serialized. 
While serializing the data in the table is generally thinkable, it is hard to generalise this because you don't know how long your table is.

I like to pass the fileCabinetGuid and the DocId to the webservice then connect to the Filecabinet from the webservice and retrieve all the index data I need.

フォーラムに投稿するためにはログインが必要です。