我正在编写一个 spring-boot 应用程序,我想将其部署在 Weblogic 12C 中。该应用程序公开 SOAP Web 服务。当以独立模式运行应用程序时(spring-boot 通过使用嵌入式 tomcat 运行它),一切正常,我可以通过以下方式访问 wsdl
http://localhost:8081/ws/springbootwstest.wsdl
Run Code Online (Sandbox Code Playgroud)
但是,如果我在 Weblogic 中部署 application-war-file,则当应用程序本身部署成功时,Webservice 不可用。
我无法访问 wsdl。我已经按照http://docs.spring.io/spring-boot/docs/1.2.2.BUILD-SNAPSHOT/reference/htmlsingle/#howto-weblogic上的说明进行操作, 但结果仍然相同。
所有来源都可以在这里找到: https: //github.com/iljahell/springbootwstest.git
java版本“1.7.0_67”
spring-boot 1.2.0.RELEASE
网络逻辑12.1.3.0.0