Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 wsdl 文件中,我目前正在定义一个服务,例如:
<service name="test">
然后我可以通过向 localhost:port/test 发送请求来调用 API
如果我想通过向 localhost:port 或“localhost:port/”发送请求来调用 API 怎么办?
如何定义服务?我试过了:
<service name="/"> and <service name="">
它不起作用。
尝试使用端点地址:
所以回答
端点地址
眼镜