SWITCHYARD-1100 added a new element to the SOAP model (https://github.com/mageshbk/components/blob/fa03ea6012d130b1b4e4573b307f0d48a832cc6c/soap/src/main/resources/org/switchyard/component/soap/config/model/v1/soap-v1.xsd) to handle a different endpoint. This causes the model load tests to fail (testCamelSOAPProxyQuickstart specifically).
So we need to a) add the new element to the SOAP model, b) provide a way to set it in the UI, and c) enable the testCamelSOAPProxyQuickstart test again.
|