标签: java soap wsdl axis2
在wsdl文件中,我目前正在定义一个服务:
<service name="test">
然后我可以通过向localhost发送请求来调用API:port / test
如果我想通过发送reqeust到localhost:port或“localhost:port /”来调用API怎么办?
如何定义服务?我试过了:
<service name="/"> and <service name="">
它不起作用。
答案 0 :(得分:0)
尝试使用端点地址:
SO answer
Endpoint address
Specs