A webhook trigger that receives SOAP requests and validates the message body against the provided WSDL.
Enabled, the SOAP body is validated against the WSDL schema.WSDL URI: http://www.dneonline.com/calculator.asmx?wsdl |
Operation: Add |
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Add xmlns="http://tempuri.org/">
<intA>10</intA>
<intB>20</intB>
</Add>
</soap:Body>
</soap:Envelope>
{
"Add": {
"intA": 10,
"intB": 20
}
}
Click here to learn more about the elastic.io iPaaS