【问题标题】:How to define a root soap service in wsdl如何在 wsdl 中定义根肥皂服务
【发布时间】:2013-04-30 07:47:59
【问题描述】:

在 wsdl 文件中,我目前正在定义如下服务:

<service name="test">

然后我可以通过向 localhost:port/test 发送请求来调用 API

如果我想通过向 localhost:port 或“localhost:port/”发送请求来调用 API 怎么办?

如何定义服务?我试过了:

<service name="/"> and <service name="">

它不起作用。

【问题讨论】:

    标签: java soap wsdl axis2


    【解决方案1】:

    尝试使用端点地址:

    SO answer

    Endpoint address

    Specs

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-01-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-20
      相关资源
      最近更新 更多