I want to change listening adress. I see the localhost5203 whenever I try to test on SoapUI.
How can I change it? I used to "web.config", "wcf.config", AddServiceEndpoint although I couldn do what I want. enter image description here
I want to change listening adress. I see the localhost5203 whenever I try to test on SoapUI.
How can I change it? I used to "web.config", "wcf.config", AddServiceEndpoint although I couldn do what I want. enter image description here
In Visual Studio, click on
Debug-->{Project Name} Debug PropertiesOnce the window opens, simply select the debug configuration that you're using, and scroll down toApp URLYou can change your ports here.In order to set your port for your Kubernetes deployment, which is a different question altogether, you need to follow the instructions here to correctly setup the deployment.