我有JAX-WS 2.1 webservice的企业应用程序。在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,没有任何问题。
答案 0 :(得分:2)
您的终端界面:
@javax.jws.WebService (endpointInterface="xyz")
未指向其端口。 验证端口文件的确切位置,并将该文件的完整路径作为端点接口。