@itentialopensource/adapter-incognito_soap
Version:
This adapter integrates with system described as: incognitoSoapService.
24 lines • 538 B
JSON
{
"actions": [
{
"name": "genericSoapCall",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/axis2/services/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "XML",
"responseDatatype": "XML2JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}