Implementing webservice with cuba

Hi

How to change the server url from localhost to a web service url in cuba?

Thanks

Hi,
Sorry but it’s not clear at all what do you need. Do you calling another web service from your system, or implementing a web service yourself?

As a blind guess, you can use configuration interfaces:
https://doc.cuba-platform.com/manual-7.2/config_interfaces.html

then you will be able to change target web service URL in runtime.