gpt4 book ai didi

java - JAX-WS 2.1 验证错误 : cannot find SEI specified by the WS endpoint

转载 作者:行者123 更新时间:2023-11-30 04:53:29 27 4
gpt4 key购买 nike

我有带有 JAX-WS 2.1 Web 服务的企业应用程序。在 WAS(websphere 应用程序服务器)8.0.0.0(32 位)上部署应用程序期间,会发生以下情况:

2/17/12 14:46:38:857 CET 000004b8 WSModuleDescr E WSWS7027E:
**JAX-WS Service Descriptions could not be correctly built because of the following error:
javax.xml.ws.WebServiceException: Validation error: cannot find SEI specified by the WebService.endpointInterface.**
Implementation class: com.dummy.ws.bean.impl.DummyWSManager; EndpointInterface: com.dummy.ws.bean.DummyWSManagerSei

EndpointEnabler configuration :
verbose = true
http.enableRouterSecurity = false
dummy-ejb.http.contextRoot = /dummyrouter
dummy-ejb.DummyWSManager.http.urlPattern = /DummyWSManager

可能出了什么问题?这种异常非常罕见,我需要知道该问题的真正原因。我也在 JAX-WS 中使用类似的应用程序,没有任何问题。

最佳答案

您的端点接口(interface):

@javax.jws.WebService (endpointInterface="xyz")

未指向其端口。验证端口文件的确切位置,并提供该文件的完整路径作为端点接口(interface)。

关于java - JAX-WS 2.1 验证错误 : cannot find SEI specified by the WS endpoint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9329852/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com