@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -8,6 +8,816 @@
8
8
  "keywords": []
9
9
  },
10
10
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/soap/",
11
+ "version": 1,
12
+ "category": {
13
+ "id": "connectors",
14
+ "name": "Connectors"
15
+ },
16
+ "appliesTo": ["bpmn:Task"],
17
+ "elementType": {
18
+ "value": "bpmn:ServiceTask"
19
+ },
20
+ "groups": [
21
+ {
22
+ "id": "connection",
23
+ "label": "Connection"
24
+ },
25
+ {
26
+ "id": "authentication",
27
+ "label": "Authentication"
28
+ },
29
+ {
30
+ "id": "soap-message",
31
+ "label": "SOAP Message"
32
+ },
33
+ {
34
+ "id": "timeout",
35
+ "label": "Timeout"
36
+ },
37
+ {
38
+ "id": "connector",
39
+ "label": "Connector"
40
+ },
41
+ {
42
+ "id": "output",
43
+ "label": "Output mapping"
44
+ },
45
+ {
46
+ "id": "error",
47
+ "label": "Error handling"
48
+ },
49
+ {
50
+ "id": "retries",
51
+ "label": "Retries"
52
+ }
53
+ ],
54
+ "properties": [
55
+ {
56
+ "value": "io.camunda:soap:1",
57
+ "binding": {
58
+ "property": "type",
59
+ "type": "zeebe:taskDefinition"
60
+ },
61
+ "type": "Hidden"
62
+ },
63
+ {
64
+ "id": "serviceUrl",
65
+ "label": "Service URL",
66
+ "description": "The URL where the service runs",
67
+ "optional": false,
68
+ "constraints": {
69
+ "notEmpty": true
70
+ },
71
+ "feel": "optional",
72
+ "group": "connection",
73
+ "binding": {
74
+ "name": "serviceUrl",
75
+ "type": "zeebe:input"
76
+ },
77
+ "type": "String"
78
+ },
79
+ {
80
+ "id": "authentication.authentication",
81
+ "label": "Authentication",
82
+ "description": "Authentication mechanism to use",
83
+ "value": "none",
84
+ "group": "authentication",
85
+ "binding": {
86
+ "name": "authentication.authentication",
87
+ "type": "zeebe:input"
88
+ },
89
+ "type": "Dropdown",
90
+ "choices": [
91
+ {
92
+ "name": "None",
93
+ "value": "none"
94
+ },
95
+ {
96
+ "name": "WSS username token",
97
+ "value": "usernameToken"
98
+ },
99
+ {
100
+ "name": "WSS signature",
101
+ "value": "signature"
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "id": "authentication.username",
107
+ "label": "Username",
108
+ "optional": false,
109
+ "constraints": {
110
+ "notEmpty": true
111
+ },
112
+ "feel": "optional",
113
+ "group": "authentication",
114
+ "binding": {
115
+ "name": "authentication.username",
116
+ "type": "zeebe:input"
117
+ },
118
+ "condition": {
119
+ "property": "authentication.authentication",
120
+ "equals": "usernameToken",
121
+ "type": "simple"
122
+ },
123
+ "type": "String"
124
+ },
125
+ {
126
+ "id": "authentication.password",
127
+ "label": "Password",
128
+ "optional": false,
129
+ "constraints": {
130
+ "notEmpty": true
131
+ },
132
+ "feel": "optional",
133
+ "group": "authentication",
134
+ "binding": {
135
+ "name": "authentication.password",
136
+ "type": "zeebe:input"
137
+ },
138
+ "condition": {
139
+ "property": "authentication.authentication",
140
+ "equals": "usernameToken",
141
+ "type": "simple"
142
+ },
143
+ "type": "String"
144
+ },
145
+ {
146
+ "id": "authentication.encoded",
147
+ "label": "Encoded",
148
+ "optional": false,
149
+ "constraints": {
150
+ "notEmpty": true
151
+ },
152
+ "group": "authentication",
153
+ "binding": {
154
+ "name": "authentication.encoded",
155
+ "type": "zeebe:input"
156
+ },
157
+ "condition": {
158
+ "property": "authentication.authentication",
159
+ "equals": "usernameToken",
160
+ "type": "simple"
161
+ },
162
+ "type": "Dropdown",
163
+ "choices": [
164
+ {
165
+ "name": "Yes",
166
+ "value": "Yes"
167
+ },
168
+ {
169
+ "name": "No",
170
+ "value": "No"
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "id": "authentication.certificate.certificateType",
176
+ "label": "Authentication",
177
+ "description": "From where the certificate is obtained",
178
+ "group": "authentication",
179
+ "binding": {
180
+ "name": "authentication.certificate.certificateType",
181
+ "type": "zeebe:input"
182
+ },
183
+ "condition": {
184
+ "property": "authentication.authentication",
185
+ "equals": "signature",
186
+ "type": "simple"
187
+ },
188
+ "type": "Dropdown",
189
+ "choices": [
190
+ {
191
+ "name": "Single certificate",
192
+ "value": "single"
193
+ },
194
+ {
195
+ "name": "Keystore certificate",
196
+ "value": "keystore"
197
+ }
198
+ ]
199
+ },
200
+ {
201
+ "id": "authentication.certificate.certificate",
202
+ "label": "Certificate",
203
+ "description": "The X.509 certificate to use to sign the request",
204
+ "optional": false,
205
+ "constraints": {
206
+ "notEmpty": true
207
+ },
208
+ "feel": "optional",
209
+ "group": "authentication",
210
+ "binding": {
211
+ "name": "authentication.certificate.certificate",
212
+ "type": "zeebe:input"
213
+ },
214
+ "condition": {
215
+ "allMatch": [
216
+ {
217
+ "property": "authentication.certificate.certificateType",
218
+ "equals": "single",
219
+ "type": "simple"
220
+ },
221
+ {
222
+ "property": "authentication.authentication",
223
+ "equals": "signature",
224
+ "type": "simple"
225
+ }
226
+ ]
227
+ },
228
+ "type": "String"
229
+ },
230
+ {
231
+ "id": "authentication.certificate.privateKey",
232
+ "label": "Private key",
233
+ "description": "The private key for the certificate",
234
+ "optional": false,
235
+ "constraints": {
236
+ "notEmpty": true
237
+ },
238
+ "feel": "optional",
239
+ "group": "authentication",
240
+ "binding": {
241
+ "name": "authentication.certificate.privateKey",
242
+ "type": "zeebe:input"
243
+ },
244
+ "condition": {
245
+ "allMatch": [
246
+ {
247
+ "property": "authentication.certificate.certificateType",
248
+ "equals": "single",
249
+ "type": "simple"
250
+ },
251
+ {
252
+ "property": "authentication.authentication",
253
+ "equals": "signature",
254
+ "type": "simple"
255
+ }
256
+ ]
257
+ },
258
+ "type": "String"
259
+ },
260
+ {
261
+ "id": "authentication.certificate.keystoreLocation",
262
+ "label": "Keystore location",
263
+ "description": "The keystore to use",
264
+ "optional": false,
265
+ "feel": "optional",
266
+ "group": "authentication",
267
+ "binding": {
268
+ "name": "authentication.certificate.keystoreLocation",
269
+ "type": "zeebe:input"
270
+ },
271
+ "condition": {
272
+ "allMatch": [
273
+ {
274
+ "property": "authentication.certificate.certificateType",
275
+ "equals": "keystore",
276
+ "type": "simple"
277
+ },
278
+ {
279
+ "property": "authentication.authentication",
280
+ "equals": "signature",
281
+ "type": "simple"
282
+ }
283
+ ]
284
+ },
285
+ "type": "String"
286
+ },
287
+ {
288
+ "id": "authentication.certificate.keystorePassword",
289
+ "label": "Keystore password",
290
+ "description": "The password to access the keystore",
291
+ "optional": false,
292
+ "feel": "optional",
293
+ "group": "authentication",
294
+ "binding": {
295
+ "name": "authentication.certificate.keystorePassword",
296
+ "type": "zeebe:input"
297
+ },
298
+ "condition": {
299
+ "allMatch": [
300
+ {
301
+ "property": "authentication.certificate.certificateType",
302
+ "equals": "keystore",
303
+ "type": "simple"
304
+ },
305
+ {
306
+ "property": "authentication.authentication",
307
+ "equals": "signature",
308
+ "type": "simple"
309
+ }
310
+ ]
311
+ },
312
+ "type": "String"
313
+ },
314
+ {
315
+ "id": "authentication.certificate.alias",
316
+ "label": "Certificate alias",
317
+ "description": "The alias for the certificate in the keystore",
318
+ "optional": false,
319
+ "feel": "optional",
320
+ "group": "authentication",
321
+ "binding": {
322
+ "name": "authentication.certificate.alias",
323
+ "type": "zeebe:input"
324
+ },
325
+ "condition": {
326
+ "allMatch": [
327
+ {
328
+ "property": "authentication.certificate.certificateType",
329
+ "equals": "keystore",
330
+ "type": "simple"
331
+ },
332
+ {
333
+ "property": "authentication.authentication",
334
+ "equals": "signature",
335
+ "type": "simple"
336
+ }
337
+ ]
338
+ },
339
+ "type": "String"
340
+ },
341
+ {
342
+ "id": "authentication.certificate.password",
343
+ "label": "Certificate password",
344
+ "description": "The password to access the certificate",
345
+ "optional": false,
346
+ "feel": "optional",
347
+ "group": "authentication",
348
+ "binding": {
349
+ "name": "authentication.certificate.password",
350
+ "type": "zeebe:input"
351
+ },
352
+ "condition": {
353
+ "allMatch": [
354
+ {
355
+ "property": "authentication.certificate.certificateType",
356
+ "equals": "keystore",
357
+ "type": "simple"
358
+ },
359
+ {
360
+ "property": "authentication.authentication",
361
+ "equals": "signature",
362
+ "type": "simple"
363
+ }
364
+ ]
365
+ },
366
+ "type": "String"
367
+ },
368
+ {
369
+ "id": "authentication.useBinarySecurityToken",
370
+ "label": "Use binary security token",
371
+ "description": "Whether a binary security token should be inserted",
372
+ "optional": false,
373
+ "constraints": {
374
+ "notEmpty": true
375
+ },
376
+ "group": "authentication",
377
+ "binding": {
378
+ "name": "authentication.useBinarySecurityToken",
379
+ "type": "zeebe:input"
380
+ },
381
+ "condition": {
382
+ "property": "authentication.authentication",
383
+ "equals": "signature",
384
+ "type": "simple"
385
+ },
386
+ "type": "Dropdown",
387
+ "choices": [
388
+ {
389
+ "name": "Yes",
390
+ "value": "Yes"
391
+ },
392
+ {
393
+ "name": "No",
394
+ "value": "No"
395
+ }
396
+ ]
397
+ },
398
+ {
399
+ "id": "authentication.signatureAlgorithm",
400
+ "label": "Signature algorithm",
401
+ "description": "Fully qualified name of an alternative signature algorithm",
402
+ "optional": true,
403
+ "feel": "optional",
404
+ "group": "authentication",
405
+ "binding": {
406
+ "name": "authentication.signatureAlgorithm",
407
+ "type": "zeebe:input"
408
+ },
409
+ "condition": {
410
+ "property": "authentication.authentication",
411
+ "equals": "signature",
412
+ "type": "simple"
413
+ },
414
+ "type": "String"
415
+ },
416
+ {
417
+ "id": "authentication.digestAlgorithm",
418
+ "label": "Digest algorithm",
419
+ "description": "Fully qualified name of an alternative digest algorithm",
420
+ "optional": true,
421
+ "feel": "optional",
422
+ "group": "authentication",
423
+ "binding": {
424
+ "name": "authentication.digestAlgorithm",
425
+ "type": "zeebe:input"
426
+ },
427
+ "condition": {
428
+ "property": "authentication.authentication",
429
+ "equals": "signature",
430
+ "type": "simple"
431
+ },
432
+ "type": "String"
433
+ },
434
+ {
435
+ "id": "authentication.canonicalizationAlgorithm",
436
+ "label": "Canonicalization algorithm",
437
+ "description": "Fully qualified name of an alternative canonicalization algorithm (this field has no effect)",
438
+ "optional": true,
439
+ "feel": "optional",
440
+ "group": "authentication",
441
+ "binding": {
442
+ "name": "authentication.canonicalizationAlgorithm",
443
+ "type": "zeebe:input"
444
+ },
445
+ "condition": {
446
+ "property": "authentication.authentication",
447
+ "equals": "signature",
448
+ "type": "simple"
449
+ },
450
+ "type": "String"
451
+ },
452
+ {
453
+ "id": "authentication.timestamp",
454
+ "label": "Timestamp timeout in seconds",
455
+ "description": "If set, adds a timestamp header with the given timeout",
456
+ "optional": true,
457
+ "feel": "static",
458
+ "group": "authentication",
459
+ "binding": {
460
+ "name": "authentication.timestamp",
461
+ "type": "zeebe:input"
462
+ },
463
+ "condition": {
464
+ "property": "authentication.authentication",
465
+ "equals": "signature",
466
+ "type": "simple"
467
+ },
468
+ "type": "Number"
469
+ },
470
+ {
471
+ "id": "authentication.encryptionParts",
472
+ "label": "Signature parts",
473
+ "description": "Array of signature parts with namespace, localName, encryptionModifier and id. If ID is given, namespace and localName are ignored. The encryptionModifier can be omitted",
474
+ "optional": true,
475
+ "feel": "required",
476
+ "group": "authentication",
477
+ "binding": {
478
+ "name": "authentication.encryptionParts",
479
+ "type": "zeebe:input"
480
+ },
481
+ "condition": {
482
+ "property": "authentication.authentication",
483
+ "equals": "signature",
484
+ "type": "simple"
485
+ },
486
+ "type": "String"
487
+ },
488
+ {
489
+ "id": "soapVersion.version",
490
+ "label": "SOAP version",
491
+ "description": "The SOAP version the service uses",
492
+ "value": "1.1",
493
+ "group": "soap-message",
494
+ "binding": {
495
+ "name": "soapVersion.version",
496
+ "type": "zeebe:input"
497
+ },
498
+ "type": "Dropdown",
499
+ "choices": [
500
+ {
501
+ "name": "1.1",
502
+ "value": "1.1"
503
+ },
504
+ {
505
+ "name": "1.2",
506
+ "value": "1.2"
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "id": "soapVersion.soapAction",
512
+ "label": "SOAPAction HTTP header",
513
+ "description": "The SOAPAction HTTP header to be used in the request",
514
+ "optional": true,
515
+ "feel": "optional",
516
+ "group": "soap-message",
517
+ "binding": {
518
+ "name": "soapVersion.soapAction",
519
+ "type": "zeebe:input"
520
+ },
521
+ "condition": {
522
+ "property": "soapVersion.version",
523
+ "equals": "1.1",
524
+ "type": "simple"
525
+ },
526
+ "type": "String"
527
+ },
528
+ {
529
+ "id": "header.type",
530
+ "label": "SOAP header",
531
+ "description": "The definition of the SOAP header",
532
+ "value": "none",
533
+ "group": "soap-message",
534
+ "binding": {
535
+ "name": "header.type",
536
+ "type": "zeebe:input"
537
+ },
538
+ "type": "Dropdown",
539
+ "choices": [
540
+ {
541
+ "name": "Template",
542
+ "value": "template"
543
+ },
544
+ {
545
+ "name": "XML compatible JSON",
546
+ "value": "json"
547
+ },
548
+ {
549
+ "name": "No SOAP header required",
550
+ "value": "none"
551
+ }
552
+ ]
553
+ },
554
+ {
555
+ "id": "header.template",
556
+ "label": "XML template",
557
+ "description": "The template for the header in XML format",
558
+ "optional": false,
559
+ "feel": "optional",
560
+ "group": "soap-message",
561
+ "binding": {
562
+ "name": "header.template",
563
+ "type": "zeebe:input"
564
+ },
565
+ "condition": {
566
+ "property": "header.type",
567
+ "equals": "template",
568
+ "type": "simple"
569
+ },
570
+ "type": "Text"
571
+ },
572
+ {
573
+ "id": "header.context",
574
+ "label": "XML template context",
575
+ "description": "The context that is used to fill the template",
576
+ "optional": false,
577
+ "feel": "required",
578
+ "group": "soap-message",
579
+ "binding": {
580
+ "name": "header.context",
581
+ "type": "zeebe:input"
582
+ },
583
+ "condition": {
584
+ "property": "header.type",
585
+ "equals": "template",
586
+ "type": "simple"
587
+ },
588
+ "type": "String"
589
+ },
590
+ {
591
+ "id": "header.json",
592
+ "label": "JSON definition",
593
+ "description": "Definition of the SOAP header as JSON object",
594
+ "optional": false,
595
+ "feel": "required",
596
+ "group": "soap-message",
597
+ "binding": {
598
+ "name": "header.json",
599
+ "type": "zeebe:input"
600
+ },
601
+ "condition": {
602
+ "property": "header.type",
603
+ "equals": "json",
604
+ "type": "simple"
605
+ },
606
+ "type": "String"
607
+ },
608
+ {
609
+ "id": "body.type",
610
+ "label": "SOAP body",
611
+ "description": "The XML definition of the SOAP body",
612
+ "value": "json",
613
+ "group": "soap-message",
614
+ "binding": {
615
+ "name": "body.type",
616
+ "type": "zeebe:input"
617
+ },
618
+ "type": "Dropdown",
619
+ "choices": [
620
+ {
621
+ "name": "Template",
622
+ "value": "template"
623
+ },
624
+ {
625
+ "name": "XML compatible JSON",
626
+ "value": "json"
627
+ }
628
+ ]
629
+ },
630
+ {
631
+ "id": "body.template",
632
+ "label": "XML template",
633
+ "description": "The template for the body in XML format",
634
+ "optional": false,
635
+ "feel": "optional",
636
+ "group": "soap-message",
637
+ "binding": {
638
+ "name": "body.template",
639
+ "type": "zeebe:input"
640
+ },
641
+ "condition": {
642
+ "property": "body.type",
643
+ "equals": "template",
644
+ "type": "simple"
645
+ },
646
+ "type": "Text"
647
+ },
648
+ {
649
+ "id": "body.context",
650
+ "label": "XML template context",
651
+ "description": "The context that is used to fill the template",
652
+ "optional": false,
653
+ "feel": "required",
654
+ "group": "soap-message",
655
+ "binding": {
656
+ "name": "body.context",
657
+ "type": "zeebe:input"
658
+ },
659
+ "condition": {
660
+ "property": "body.type",
661
+ "equals": "template",
662
+ "type": "simple"
663
+ },
664
+ "type": "String"
665
+ },
666
+ {
667
+ "id": "body.json",
668
+ "label": "JSON definition",
669
+ "description": "Definition of the SOAP body as JSON object",
670
+ "optional": false,
671
+ "feel": "required",
672
+ "group": "soap-message",
673
+ "binding": {
674
+ "name": "body.json",
675
+ "type": "zeebe:input"
676
+ },
677
+ "condition": {
678
+ "property": "body.type",
679
+ "equals": "json",
680
+ "type": "simple"
681
+ },
682
+ "type": "String"
683
+ },
684
+ {
685
+ "id": "namespaces",
686
+ "label": "Namespaces",
687
+ "description": "The namespaces that should be declared on the SOAP Envelope",
688
+ "optional": true,
689
+ "feel": "required",
690
+ "group": "soap-message",
691
+ "binding": {
692
+ "name": "namespaces",
693
+ "type": "zeebe:input"
694
+ },
695
+ "type": "String"
696
+ },
697
+ {
698
+ "id": "connectionTimeoutInSeconds",
699
+ "label": "Connection timeout in seconds",
700
+ "description": "Sets timeout in seconds to establish a connection or 0 for an infinite timeout",
701
+ "optional": true,
702
+ "value": 20,
703
+ "feel": "static",
704
+ "group": "timeout",
705
+ "binding": {
706
+ "name": "connectionTimeoutInSeconds",
707
+ "type": "zeebe:input"
708
+ },
709
+ "type": "Number"
710
+ },
711
+ {
712
+ "id": "version",
713
+ "label": "Version",
714
+ "description": "Version of the element template",
715
+ "value": "1",
716
+ "group": "connector",
717
+ "binding": {
718
+ "key": "elementTemplateVersion",
719
+ "type": "zeebe:taskHeader"
720
+ },
721
+ "type": "Hidden"
722
+ },
723
+ {
724
+ "id": "id",
725
+ "label": "ID",
726
+ "description": "ID of the element template",
727
+ "value": "io.camunda:soap",
728
+ "group": "connector",
729
+ "binding": {
730
+ "key": "elementTemplateId",
731
+ "type": "zeebe:taskHeader"
732
+ },
733
+ "type": "Hidden"
734
+ },
735
+ {
736
+ "id": "resultVariable",
737
+ "label": "Result variable",
738
+ "description": "Name of variable to store the response in",
739
+ "group": "output",
740
+ "binding": {
741
+ "key": "resultVariable",
742
+ "type": "zeebe:taskHeader"
743
+ },
744
+ "type": "String"
745
+ },
746
+ {
747
+ "id": "resultExpression",
748
+ "label": "Result expression",
749
+ "description": "Expression to map the response into process variables",
750
+ "feel": "required",
751
+ "group": "output",
752
+ "binding": {
753
+ "key": "resultExpression",
754
+ "type": "zeebe:taskHeader"
755
+ },
756
+ "type": "Text"
757
+ },
758
+ {
759
+ "id": "errorExpression",
760
+ "label": "Error expression",
761
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
762
+ "feel": "required",
763
+ "group": "error",
764
+ "binding": {
765
+ "key": "errorExpression",
766
+ "type": "zeebe:taskHeader"
767
+ },
768
+ "type": "Text"
769
+ },
770
+ {
771
+ "id": "retryCount",
772
+ "label": "Retries",
773
+ "description": "Number of retries",
774
+ "value": "3",
775
+ "feel": "optional",
776
+ "group": "retries",
777
+ "binding": {
778
+ "property": "retries",
779
+ "type": "zeebe:taskDefinition"
780
+ },
781
+ "type": "String"
782
+ },
783
+ {
784
+ "id": "retryBackoff",
785
+ "label": "Retry backoff",
786
+ "description": "ISO-8601 duration to wait between retries",
787
+ "value": "PT0S",
788
+ "group": "retries",
789
+ "binding": {
790
+ "key": "retryBackoff",
791
+ "type": "zeebe:taskHeader"
792
+ },
793
+ "type": "String"
794
+ }
795
+ ],
796
+ "engines": {
797
+ "camunda": "^8.5"
798
+ },
799
+ "icon": {
800
+ "contents": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyM3B4IiBoZWlnaHQ9IjIzcHgiIHZpZXdCb3g9IjAgMCAxOCAyMiIgdmVyc2lvbj0iMS4xIj4KPGcgaWQ9InN1cmZhY2UxIj4KPHBhdGggc3R5bGU9IiBzdHJva2U6bm9uZTtmaWxsLXJ1bGU6bm9uemVybztmaWxsOnJnYigwJSwwJSwwJSk7ZmlsbC1vcGFjaXR5OjE7IiBkPSJNIDYuNDYwOTM4IDAuODYzMjgxIEMgNS43NjE3MTkgMC45ODQzNzUgNS4yOTY4NzUgMS4yMTQ4NDQgNC44MjQyMTkgMS42ODM1OTQgQyA0LjQwMjM0NCAyLjEwMTU2MiA0LjE1MjM0NCAyLjU3MDMxMiA0LjA2MjUgMy4xMTMyODEgQyA0LjAxNTYyNSAzLjM2NzE4OCA0LjAyNzM0NCAzLjg2MzI4MSA0LjA4MjAzMSA0LjEwOTM3NSBDIDQuMjU3ODEyIDQuODgyODEyIDQuNzMwNDY5IDUuNTExNzE5IDUuNDMzNTk0IDUuOTAyMzQ0IEMgNi41NDI5NjkgNi41MTk1MzEgNy45NTcwMzEgNi4zMTI1IDguODQ3NjU2IDUuNDA2MjUgQyA5LjMzOTg0NCA0LjkwNjI1IDkuNjAxNTYyIDQuMjYxNzE5IDkuNjAxNTYyIDMuNTYyNSBDIDkuNjAxNTYyIDIuNzY1NjI1IDkuMjc3MzQ0IDIuMDcwMzEyIDguNjU2MjUgMS41NDI5NjkgQyA4LjIxODc1IDEuMTY3OTY5IDcuNzkyOTY5IDAuOTcyNjU2IDcuMjAzMTI1IDAuODc1IEMgNi44OTg0MzggMC44MjQyMTkgNi43MDMxMjUgMC44MjAzMTIgNi40NjA5MzggMC44NjMyODEgWiBNIDcuMzUxNTYyIDEuODg2NzE5IEMgNy44Mzk4NDQgMi4wNDY4NzUgOC4xOTkyMTkgMi4zMzk4NDQgOC40MTAxNTYgMi43NSBDIDguNTE5NTMxIDIuOTY4NzUgOC41NjI1IDMuMTE3MTg4IDguNTkzNzUgMy4zODY3MTkgQyA4LjY4MzU5NCA0LjI1MzkwNiA4LjE2NDA2MiA1LjAxMTcxOSA3LjMxMjUgNS4yMzQzNzUgQyA3LjA2MjUgNS4zMDA3ODEgNi41NTA3ODEgNS4zMDA3ODEgNi4zMTI1IDUuMjM0Mzc1IEMgNS40NzY1NjIgNSA0Ljk2ODc1IDQuMjkyOTY5IDUuMDE5NTMxIDMuNDI1NzgxIEMgNS4wNTg1OTQgMi43Njk1MzEgNS40MjE4NzUgMi4yNjE3MTkgNi4wNTA3ODEgMS45ODA0NjkgQyA2LjM1NTQ2OSAxLjg0NzY1NiA2LjU2MjUgMS44MDQ2ODggNi44OTg0MzggMS44MTI1IEMgNy4xMDkzNzUgMS44MjAzMTIgNy4xNzU3ODEgMS44MzIwMzEgNy4zNTE1NjIgMS44ODY3MTkgWiBNIDcuMzUxNTYyIDEuODg2NzE5ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDAlLDAlLDAlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gNi41NDY4NzUgMi4xOTkyMTkgQyA1LjkyNTc4MSAyLjI4MTI1IDUuNDAyMzQ0IDIuODg2NzE5IDUuMzk4NDM4IDMuNTIzNDM4IEMgNS4zOTg0MzggMy42OTE0MDYgNS40MzM1OTQgMy43Njk1MzEgNS41NjI1IDMuODc4OTA2IEMgNS42NTIzNDQgMy45NTcwMzEgNS44MTY0MDYgNC4wMjczNDQgNS45MTAxNTYgNC4wMjczNDQgQyA1Ljk5MjE4OCA0LjAyNzM0NCA2LjExNzE4OCAzLjk2ODc1IDYuMTk1MzEyIDMuODk0NTMxIEMgNi4yNjE3MTkgMy44MzIwMzEgNi4yODkwNjIgMy43NzczNDQgNi4zMzU5MzggMy42MzI4MTIgQyA2LjQ0OTIxOSAzLjI2NTYyNSA2LjUyNzM0NCAzLjE5MTQwNiA2LjkxMDE1NiAzLjA4OTg0NCBDIDcuMDk3NjU2IDMuMDM5MDYyIDcuMTYwMTU2IDIuOTkyMTg4IDcuMjMwNDY5IDIuODU5Mzc1IEMgNy4yOTI5NjkgMi43MzQzNzUgNy4zMDQ2ODggMi41NTQ2ODggNy4yNTM5MDYgMi40NDE0MDYgQyA3LjIxODc1IDIuMzU5Mzc1IDcuMTI1IDIuMjczNDM4IDcuMDI3MzQ0IDIuMjM0Mzc1IEMgNi45Mjk2ODggMi4xOTUzMTIgNi43MDMxMjUgMi4xNzk2ODggNi41NDY4NzUgMi4xOTkyMTkgWiBNIDYuNTQ2ODc1IDIuMTk5MjE5ICIvPgo8cGF0aCBzdHlsZT0iIHN0cm9rZTpub25lO2ZpbGwtcnVsZTpub256ZXJvO2ZpbGw6cmdiKDAlLDAlLDAlKTtmaWxsLW9wYWNpdHk6MTsiIGQ9Ik0gMy4wNzQyMTkgNS45MjU3ODEgQyAyLjc4OTA2MiA1Ljk4NDM3NSAyLjQ5NjA5NCA2LjE1MjM0NCAyLjI2OTUzMSA2LjM4NjcxOSBDIDIuMDM1MTU2IDYuNjMyODEyIDEuOTEwMTU2IDYuODc4OTA2IDEuODYzMjgxIDcuMjE4NzUgQyAxLjgzNTkzOCA3LjQxNDA2MiAxLjg0NzY1NiA3LjU1ODU5NCAxLjkxMDE1NiA3Ljc4MTI1IEMgMi4wMTk1MzEgOC4xODc1IDIuMzIwMzEyIDguNTQyOTY5IDIuNjk5MjE5IDguNzIyNjU2IEMgMi45Njg3NSA4Ljg1MTU2MiAzLjE3MTg3NSA4Ljg5MDYyNSAzLjQ2ODc1IDguODc4OTA2IEMgMy44NzUgOC44NjMyODEgNC4yMjI2NTYgOC43MDMxMjUgNC41MDc4MTIgOC40MDIzNDQgQyA0LjY2Nzk2OSA4LjIzNDM3NSA0LjgyNDIxOSA3Ljk1NzAzMSA0Ljg3ODkwNiA3LjczMDQ2OSBDIDQuOTQ5MjE5IDcuNDM3NSA0LjkxNDA2MiA3LjA2NjQwNiA0Ljc5Mjk2OSA2LjgwMDc4MSBDIDQuNzIyNjU2IDYuNjQ4NDM4IDQuNTY2NDA2IDYuNDIxODc1IDQuNDQ5MjE5IDYuMzA0Njg4IEMgNC4xNTIzNDQgNi4wMDM5MDYgMy41MjM0MzggNS44MjgxMjUgMy4wNzQyMTkgNS45MjU3ODEgWiBNIDMuNTQyOTY5IDYuODgyODEyIEMgMy44MDQ2ODggNi45ODQzNzUgMy45NDkyMTkgNy4xNjAxNTYgMy45NTMxMjUgNy4zODY3MTkgQyAzLjk1MzEyNSA3LjYyNSAzLjgwODU5NCA3LjgyNDIxOSAzLjU3ODEyNSA3Ljg5ODQzOCBDIDMuMTEzMjgxIDguMDQ2ODc1IDIuNjcxODc1IDcuNTkzNzUgMi44ODI4MTIgNy4xODM1OTQgQyAyLjk2ODc1IDcuMDE5NTMxIDMuMjIyNjU2IDYuODI4MTI1IDMuMzU5Mzc1IDYuODI4MTI1IEMgMy4zODY3MTkgNi44MjgxMjUgMy40Njg3NSA2Ljg1MTU2MiAzLjU0Mjk2OSA2Ljg4MjgxMiBaIE0gMy41NDI5NjkgNi44ODI4MTIgIi8+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMCUsMCUsMCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA5Ljc2OTUzMSA2LjY3MTg3NSBDIDguOTUzMTI1IDYuNzczNDM4IDguMjE4NzUgNy4wNzQyMTkgNy41NzQyMTkgNy41NzAzMTIgQyA3LjE2NDA2MiA3Ljg5MDYyNSA2Ljg5ODQzOCA4LjE2MDE1NiA2LjQ0MTQwNiA4LjczODI4MSBDIDUuNzc3MzQ0IDkuNTcwMzEyIDUuNDQ5MjE5IDkuODQ3NjU2IDQuNTU0Njg4IDEwLjMxNjQwNiBDIDMuNjIxMDk0IDEwLjgwNDY4OCAyLjk3NjU2MiAxMS4yMDMxMjUgMi40NDUzMTIgMTEuNjIxMDk0IEMgMi4wMjczNDQgMTEuOTUzMTI1IDEuOTAyMzQ0IDEyLjEwOTM3NSAxLjYyMTA5NCAxMi42NjAxNTYgTCAxLjQzMzU5NCAxMy4wMTU2MjUgTCAxLjQ0MTQwNiAxNS4yNDIxODggQyAxLjQ0OTIxOSAxNi44MDQ2ODggMS40NjA5MzggMTcuNTAzOTA2IDEuNDc2NTYyIDE3LjU4OTg0NCBDIDEuNjM2NzE5IDE4LjM4NjcxOSAyLjQ1MzEyNSAxOS4zNjMyODEgMy40MTc5NjkgMTkuOTE0MDYyIEMgNC4yMzgyODEgMjAuMzgyODEyIDUuNDg0Mzc1IDIwLjgzMjAzMSA2LjUwMzkwNiAyMS4wMzEyNSBDIDcuNDg0Mzc1IDIxLjIyMjY1NiA4LjkyMTg3NSAyMS4yMTQ4NDQgOS42NTIzNDQgMjEuMDE1NjI1IEMgMTAuNjY0MDYyIDIwLjczNDM3NSAxMS4zNTkzNzUgMjAuMTYwMTU2IDEyLjA4NTkzOCAxOSBDIDEyLjU3MDMxMiAxOC4yMzA0NjkgMTIuOTg4MjgxIDE3Ljc0NjA5NCAxMy41MTE3MTkgMTcuMzcxMDk0IEMgMTMuNjE3MTg4IDE3LjI5Mjk2OSAxMy45NjQ4NDQgMTcuMDc4MTI1IDE0LjI4MTI1IDE2Ljg5NDUzMSBDIDE0Ljk4ODI4MSAxNi40ODA0NjkgMTUuMjU3ODEyIDE2LjMxMjUgMTUuNDg4MjgxIDE2LjEyMTA5NCBDIDE1LjkwMjM0NCAxNS43ODEyNSAxNi4yNjk1MzEgMTUuMjI2NTYyIDE2LjQ1MzEyNSAxNC42Njc5NjkgQyAxNi41NTg1OTQgMTQuMzQ3NjU2IDE2LjU3MDMxMiAxNC4wNzgxMjUgMTYuNTU4NTk0IDEyLjA4OTg0NCBDIDE2LjU0Njg3NSAxMC4zMDg1OTQgMTYuNTM1MTU2IDEwLjA1NDY4OCAxNi40NTMxMjUgOS44MDA3ODEgQyAxNi4zMTI1IDkuMzQ3NjU2IDE1Ljk3NjU2MiA4Ljg2NzE4OCAxNS41MTk1MzEgOC40NjA5MzggQyAxNC41ODk4NDQgNy42MzY3MTkgMTIuOTAyMzQ0IDYuOTMzNTk0IDExLjMxMjUgNi43MDMxMjUgQyAxMC45MzM1OTQgNi42NDQ1MzEgMTAuMDk3NjU2IDYuNjMyODEyIDkuNzY5NTMxIDYuNjcxODc1IFogTSAxMC42MzY3MTkgNy41OTc2NTYgQyAxMS4zMDg1OTQgNy42MzI4MTIgMTEuODA0Njg4IDcuNzI2NTYyIDEyLjUwMzkwNiA3Ljk0OTIxOSBDIDEzLjUzMTI1IDguMjczNDM4IDE0LjQzMzU5NCA4Ljc1MzkwNiAxNC45NjQ4NDQgOS4yNTM5MDYgQyAxNS4yNzM0MzggOS41NDY4NzUgMTUuNDIxODc1IDkuNzc3MzQ0IDE1LjUxNTYyNSAxMC4xMTcxODggQyAxNS41ODIwMzEgMTAuMzUxNTYyIDE1LjU4MjAzMSAxMC44MTI1IDE1LjUxOTUzMSAxMS4wNDY4NzUgQyAxNS4zODI4MTIgMTEuNTI3MzQ0IDE1LjE0NDUzMSAxMS44NDc2NTYgMTQuNjQwNjI1IDEyLjIxODc1IEMgMTQuNDUzMTI1IDEyLjM1OTM3NSAxNC4zMjgxMjUgMTIuNDM3NSAxMy44ODY3MTkgMTIuNjc5Njg4IEMgMTIuNjU2MjUgMTMuMzU5Mzc1IDEyLjAyNzM0NCAxMy45MzM1OTQgMTEuMzc4OTA2IDE0Ljk2NDg0NCBDIDEwLjk2NDg0NCAxNS42MTcxODggMTAuNjI4OTA2IDE2LjAzOTA2MiAxMC4zMTY0MDYgMTYuMjkyOTY5IEMgOS45MTQwNjIgMTYuNjIxMDk0IDkuNjQ0NTMxIDE2LjczNDM3NSA5LjAzOTA2MiAxNi44MjQyMTkgQyA4Ljc0MjE4OCAxNi44NjcxODggNy42OTUzMTIgMTYuODg2NzE5IDcuMzMyMDMxIDE2Ljg1NTQ2OSBDIDYuMDgyMDMxIDE2Ljc0NjA5NCA0LjUxMTcxOSAxNi4xODc1IDMuNTIzNDM4IDE1LjUwNzgxMiBDIDMuMjkyOTY5IDE1LjM0NzY1NiAyLjk0MTQwNiAxNS4wMDc4MTIgMi44MDg1OTQgMTQuODEyNSBDIDIuNjY0MDYyIDE0LjYwNTQ2OSAyLjU0Njg3NSAxNC4zNjMyODEgMi40NzI2NTYgMTQuMTI1IEMgMi40MTc5NjkgMTMuOTU3MDMxIDIuNDE0MDYyIDEzLjkwNjI1IDIuNDE0MDYyIDEzLjYyNSBDIDIuNDE0MDYyIDEzLjM0Mzc1IDIuNDE3OTY5IDEzLjMwMDc4MSAyLjQ3MjY1NiAxMy4xNDQ1MzEgQyAyLjU3MDMxMiAxMi44NTE1NjIgMi43OTI5NjkgMTIuNTcwMzEyIDMuMTQ4NDM4IDEyLjI4NTE1NiBDIDMuNTYyNSAxMS45NTMxMjUgMy45Mjk2ODggMTEuNzI2NTYyIDQuODQzNzUgMTEuMjQ2MDk0IEMgNi4wOTc2NTYgMTAuNTc4MTI1IDYuNDEwMTU2IDEwLjMyODEyNSA3LjA5NzY1NiA5LjQ2NDg0NCBDIDcuNTg1OTM4IDguODQzNzUgNy45MDYyNSA4LjUxOTUzMSA4LjI4OTA2MiA4LjIzODI4MSBDIDguODA4NTk0IDcuODYzMjgxIDkuNDc2NTYyIDcuNjI1IDEwLjExMzI4MSA3LjU4OTg0NCBDIDEwLjE3OTY4OCA3LjU4NTkzOCAxMC4yNDIxODggNy41ODIwMzEgMTAuMjUzOTA2IDcuNTc4MTI1IEMgMTAuMjY1NjI1IDcuNTc4MTI1IDEwLjQzNzUgNy41ODU5MzggMTAuNjM2NzE5IDcuNTk3NjU2IFogTSAxNS42MDkzNzUgMTMuMzIwMzEyIEMgMTUuNjA5Mzc1IDEzLjczODI4MSAxNS42MDE1NjIgMTMuOTAyMzQ0IDE1LjU3MDMxMiAxNC4wODIwMzEgQyAxNS40NTcwMzEgMTQuNzUzOTA2IDE1LjE4NzUgMTUuMTc5Njg4IDE0LjYzNjcxOSAxNS41NjY0MDYgQyAxNC40MzM1OTQgMTUuNzEwOTM4IDE0LjM1MTU2MiAxNS43NjE3MTkgMTMuODc1IDE2LjAyMzQzOCBDIDEyLjcwMzEyNSAxNi42Njc5NjkgMTIuMDc4MTI1IDE3LjIyMjY1NiAxMS40NjA5MzggMTguMTcxODc1IEMgMTAuOTMzNTk0IDE4Ljk4MDQ2OSAxMC43MzgyODEgMTkuMjM0Mzc1IDEwLjQyMTg3NSAxOS41MzEyNSBDIDkuODc4OTA2IDIwLjAzNTE1NiA5LjQxMDE1NiAyMC4xODM1OTQgOC4yMzQzNzUgMjAuMjA3MDMxIEMgNy42NDQ1MzEgMjAuMjIyNjU2IDcuMjU3ODEyIDIwLjE5OTIxOSA2LjgxMjUgMjAuMTIxMDk0IEMgNS41NzgxMjUgMTkuODk4NDM4IDQuMzIwMzEyIDE5LjM5ODQzOCAzLjQ5NjA5NCAxOC44MDA3ODEgQyAyLjg2NzE4OCAxOC4zNDM3NSAyLjUwNzgxMiAxNy44MTI1IDIuNDIxODc1IDE3LjIyNjU2MiBDIDIuMzcxMDk0IDE2Ljg3NSAyLjMzOTg0NCAxNS45MzM1OTQgMi4zNzUgMTUuODgyODEyIEMgMi4zOTA2MjUgMTUuODU5Mzc1IDIuNDY0ODQ0IDE1LjkxMDE1NiAyLjY3OTY4OCAxNi4wNzgxMjUgQyAyLjgzOTg0NCAxNi4xOTkyMTkgMy4wNTg1OTQgMTYuMzU1NDY5IDMuMTcxODc1IDE2LjQyOTY4OCBDIDMuOTI5Njg4IDE2LjkxMDE1NiA1LjE1MjM0NCAxNy4zOTg0MzggNi4yNDYwOTQgMTcuNjUyMzQ0IEMgNi45MTAxNTYgMTcuODA4NTk0IDcuMjY5NTMxIDE3LjgzOTg0NCA4LjIxODc1IDE3LjgyMDMxMiBDIDkuMjgxMjUgMTcuODA0Njg4IDkuNzE4NzUgMTcuNzIyNjU2IDEwLjMzOTg0NCAxNy40MzM1OTQgQyAxMC42MjEwOTQgMTcuMzAwNzgxIDEwLjg1OTM3NSAxNy4xMjEwOTQgMTEuMTc1NzgxIDE2LjgwODU5NCBDIDExLjU0Njg3NSAxNi40Mzc1IDExLjc5Njg3NSAxNi4xMTcxODggMTIuMTQ4NDM4IDE1LjU1NDY4OCBDIDEyLjQzNzUgMTUuMDk3NjU2IDEyLjY0NDUzMSAxNC44MzIwMzEgMTIuOTYwOTM4IDE0LjUxOTUzMSBDIDEzLjMyMDMxMiAxNC4xNjAxNTYgMTMuNjY3OTY5IDEzLjkxMDE1NiAxNC4yNjk1MzEgMTMuNTYyNSBDIDE0Ljg0NzY1NiAxMy4yMzA0NjkgMTUuMTMyODEyIDEzLjA1ODU5NCAxNS4zNTU0NjkgMTIuODk4NDM4IEMgMTUuNSAxMi43OTI5NjkgMTUuNTc0MjE5IDEyLjc1IDE1LjU4OTg0NCAxMi43NjU2MjUgQyAxNS42MDE1NjIgMTIuNzc3MzQ0IDE1LjYwOTM3NSAxMi45ODQzNzUgMTUuNjA5Mzc1IDEzLjMyMDMxMiBaIE0gMTUuNjA5Mzc1IDEzLjMyMDMxMiAiLz4KPC9nPgo8L3N2Zz4K"
801
+ }
802
+ },
803
+ {
804
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
805
+ "name": "SOAP Connector",
806
+ "id": "io.camunda:soap",
807
+ "description": "A Connector to execute a SOAP request",
808
+ "keywords": [
809
+ "web service",
810
+ "SOAP",
811
+ "XML",
812
+ "WSDL",
813
+ "API",
814
+ "enterprise integration",
815
+ "call service",
816
+ "web service call",
817
+ "SOAP 1.1",
818
+ "SOAP 1.2"
819
+ ],
820
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/soap/",
11
821
  "version": 2,
12
822
  "category": {
13
823
  "id": "connectors",
@@ -699,7 +1509,7 @@
699
1509
  {
700
1510
  "id": "resultVariable",
701
1511
  "label": "Result variable",
702
- "description": "Name of variable to store the response in",
1512
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
703
1513
  "group": "output",
704
1514
  "binding": {
705
1515
  "key": "resultVariable",
@@ -710,7 +1520,7 @@
710
1520
  {
711
1521
  "id": "resultExpression",
712
1522
  "label": "Result expression",
713
- "description": "Expression to map the response into process variables",
1523
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
714
1524
  "feel": "required",
715
1525
  "group": "output",
716
1526
  "binding": {