Forum Discussion

mikemm's avatar
15 years ago

SSL MockService exposes wrong actual address to WSDL

Hi!

I'm using SoapUI 3.6.1 and found the following problem:
I run Mock Service on port 8088, also i've configured Mock Service to run also in SSL on port 8089.
After Mock Service start i go to http://myhostname:8088/MyServicePort?WSDL and see the follwoing "actual http address" there:
<s4:address location="https://myhostname:8088/MyServicePort" />, which is actually wrong - either protocol should be 'http', or port should be 8089.

Ideally 8088 (http) should expose http://myhostname:8088/MyServicePort to WSDL, and 8089 (https) should expose https://myhostname:8089/MyServicePort to WSDL.

Is it a bug or this could be somehow configured?

Thanks,
Mikhail