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,793
  • 5
  • 34
  • 44

1 Answers1

0

Try using Endpoint address:

SO answer

Endpoint address

Specs

Community
  • 1
  • 1
ACV
  • 9,964
  • 5
  • 76
  • 81