You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: activity/soapclient/descriptor.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,18 @@
33
33
}
34
34
},
35
35
{
36
-
"name": "xmlPassthroughMode",
36
+
"name": "xmlMode",
37
37
"type": "boolean",
38
38
"description": "When enabled, you must configure input body and headers as XML string. The output will be in XML string format. When disabled, the input and output will be processed as JSON. You can configure JSON schema equivalent of XML data for input and output. This activity will convert JSON to XML behind the scene.",
39
39
"value": false,
40
40
"display": {
41
-
"name": "Use XML Passthrough Mode"
41
+
"name": "XML Mode"
42
42
}
43
43
},
44
44
{
45
-
"name": "attributePrefix",
45
+
"name": "xmlAttributePrefix",
46
46
"type": "string",
47
-
"description": "Attribute prefix for JSON to XML conversion. Default is '-'. This is only used when XML Passthrough mode is disabled.",
47
+
"description": "Attribute prefix for JSON to XML conversion. Default is '-'. This is only used when XML mode is disabled.",
0 commit comments