我正在将Web服务从Tomee 1.6迁移到Glassfish 4.0
使用Tomee,我的Web服务端点是:
http://<server>:8080/<projectName>/webservices/<classname>
我的问题是:Glassfish有什么用?
我已经部署了我的应用程序而没有任何错误。一切似乎都很好,但我不知道如何调用Web服务。
答案 0 :(得分:2)
我终于找到了答案:当你在Glassfish中部署应用程序时,你必须阅读控制台上的消息,你可以看到类似的东西:
listening at address at http://<server>:<port>/RefProduitService/RefProduit
这就是我要找的网址。