【发布时间】:2020-01-30 12:50:04
【问题描述】:
我有一个 Web 服务部署(作为 aar)文件到 Axis2,我使用本教程:https://www.rukspot.com/blog/axis_2_sample_web_service_with_maven_and_eclipse
我可以进入“服务”页面 (http://localhost:7070/axis2/services/listServices) 它正确显示了我的网络服务。我可以单击该链接以获取 WSDL (http://localhost:7070/axis2/services/MyService?wsdl) 到目前为止一切顺利,但我想将 http 更改为 https。 我知道这一直在问,但我还没有(还)找到 aar 文件的解决方案,当我复制 MyService.aar 并粘贴到 apache-tomcat/webapps/axis2/WEB-INF/services 时,网址是http 默认 (http://localhost:7070/axis2/services/listServices) 如何将其更改为 https ?有任何想法吗?
相关信息: 智能理念, 轴2, 爪哇 8, 雄猫 8, 行家
【问题讨论】:
标签: java maven web-services tomcat axis2