SOAP

Required Name Type Default
* target String
* uri String
* body String {}
username String
password String
timeout String (Duration) "2000 ms"
headers String
Name Type
status int
body String
headers HttpHeaders

Example🔗

1
2
3
4
5
6
7
8
9
HttpSoapAction(
    target = "HTTP_TARGET",
    uri = "https://github.com/search?q=chutney",
    username = "userprivate",
    password = "userpassword",
    headers = mapOf(
      "Content-Type" to "application/json"
    ),
)