Webhook that validates input body over WSDL:
Enabled
validate the SOAP Body over WSDL, if Disabled
does not validate a SOAP Input Bodyhttp://www.dneonline.com/calculator.asmx?wsdl
CalculatorSoap12
Add
Enabled
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Add xmlns="http://tempuri.org/">
<intA>1</intA>
<intB>1</intB>
</Add>
</soap:Body>
</soap:Envelope>
{
"Add": {
"intA": "1",
"intB": "1"
}
}
Click here to learn more about the elastic.io iPaaS