Forum Discussion

achiong's avatar
achiong
New Contributor
14 years ago

Soap address location seems wrong?

Hello everyone

I have a question I have a mockservice that it runs fine but when i access the WSDL using a web browser (http://localhost:8088) I noticed

<wsdl:port name="EnvoyDataTypeEchoSoapBinding" binding="tns:EnvoyDataTypeEchoSoapBinding">
<soap:address location="https://localhost:8088/mockEnvoyDataTypeEchoSoapBinding" />

shouldn't be http://localhost:8088/mockEnvoyDataTypeEchoSoapBinding ?

Port 8089 is configured for SSL and the check box for use ssl for mockservices is checked so if I go to https://localhost:8089 I get

<wsdl:port name="EnvoyDataTypeEchoSoapBinding" binding="tns:EnvoyDataTypeEchoSoapBinding">
<soap:address location="https://localhost:8088/mockEnvoyDataTypeEchoSoapBinding" />

Shouldn't be https://localhost:8089/mockEnvoyDatatypeechoSoapBinding ?
Thanks in advance

Did I miss some setting so we will show the right soap address location? i'm using soapUI 3.5.1 pro

4 Replies