Ting Wang · Jun 12, 2020 go to post

We tried but it takes too much manual work. Your first suggestion is awesome. We will try to iterate from a list. Thanks.

Ting Wang · Oct 8, 2019 go to post

Thanks Jean. I got the similar feature in Eclipse and targeted the code line. Appreciate your help!

Ting Wang · Oct 8, 2019 go to post

Thanks Michel,

The reason is that the directory permission is not setup correctly. Will close the post.

Ting Wang · Dec 12, 2018 go to post

Hi Eduard,

I got another question for you: once I create the Json stream from dynamic object and send it to the operation, I got the message body as follows:

<StreamContainer><Stream>{
    "_class":"%Library.DynamicObject"
}</Stream><Type>BG</Type></StreamContainer>

, which is totally different from what I have in the dynamic object. The dynamic object is supposed to have several key-value pairs like:

{"a": "1", "b": "2", ...}

. How could I get the correct content from that JSON stream? Thanks so much.