Search: get-xml-node-attributes

Last modified by admin on 2022/04/24 04:58

Results 1 - 3 of 3 Page 1

Custom Activity

Located in
Last modified by admin on 2023/04/27 18:24
Rendered document content
node, select Workflow. Select Code Activity from the Workflow list. Type SumInt into the Name box
: CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set; } protected override void
Raw document content
. Choose Add New Item from the Project menu. 1. In the Installed > Common Items node, select Workflow
class SumInt : CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set

HTTP Client with Body Factory

Last modified by Nhan Nguyen on 2022/05/13 03:16
Rendered document content
. The following options are supported: ・ANY (default value) ・XML ・JSON. End Point (String)* - The URL to which you
to be used when calling the API. The following HTTP verbs are supported: GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH and MERGE. By default, the GET method is selected. OAuth1 Consumer Key (String
Raw document content
options are supported: ・ANY (default value) ・XML ・JSON. * **End Point (String)*** - The URL to which
are supported: **GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH** and **MERGE.** By default, the **GET** method
(String) **- The format in which the body has to be. By default, it is filled in with application/XML

HTTP Client

Last modified by DatPT on 2023/04/19 10:26
Rendered document content
options are supported: ・ANY (default value) ・XML ・JSON. End Point (String)* - The URL to which you want
calling the API. The following HTTP verbs are supported: GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH and MERGE. By default, the GET method is selected. Misc Display Name (String) - The name of this activity
Raw document content
to receive the web server's response. The following options are supported: ・ANY (default value) ・XML ・JSON
. The following HTTP verbs are supported: **GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH** and **MERGE**. By default, the **GET** method is selected. **Misc** * **Display Name (String)** - The name
Page 1
RSS feed for search on [get-xml-node-attributes]
Created by admin on 2022/04/17 14:38