1

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.

performanceuser
  • 2,673
  • 5
  • 30
  • 41

1 Answers1

0

Try using Endpoint address:

SO answer

Endpoint address

Specs

Community
  • 1
  • 1
ACV
  • 8,974
  • 5
  • 66
  • 76