Nuno André Araújo wrote:
Hi,
We are consuming a SOAP webservice, using basic authentication. The uri definied in the WSDL is using HTTP protocol. No reference to HTTPS in the targetNamespace. OS11.
When we invoke the webservice, we're getting the error:
The provided URI scheme 'https' is invalid; expected 'http'.
Parameter name: via
The target service is configured to accept only HTTP requests.
Is there any way we can set the bindings to force secure mode to "none", to handle HTTP requests?
Thanks for the support.
Andre
There are two places where you can check the option, but they are options referenced to EXPOSE, not CONSUME.
For check, in Service Center, go to Administration > Security.

and for change the option, in Lifetime, go to Environments > Edit security settings

I hope I helped.