In wsdl file, I am currently defining a service like:
<service name="test">
Then I can call API by sending request to localhost:port/test
What if i want to call API by sending reqeust to localhost:port or "localhost:port/"?
How to define the service? I tried:
<service name="/"> and <service name="">
It doesn't work.