Use the Correct SoapUI Version to Load and Test SOAP Endpoints

When using the SoapUI to load and test Oracle Integration SOAP endpoints, note that older versions of the SoapUI do not use TLS 1.2 as the default communication protocol, while Oracle Integration SOAP endpoints support only TLS 1.2 for the inbound (trigger) direction. This mismatch results in the following error:

unable to load wsdl
To avoid this issue, perform one of the following tasks:
  • Use a SoapUI version greater than 5.4.0.

  • Set the following flag in SoapUI.vmoptions:

    -Dsoapui.https.protocols=TLSv1.2