WebService异常(一)__javax.xml.ws.Endpoint.publish()

Exception in thread "main" com.sun.xml.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class com.ws.publish.jaxws.SelectMaxAgeStudent is not found. Have you run APT to generate them?

友情的最大尽力并不是向一个伴侣显现我们的缺点,而是使他看到本身的缺点。at com.sun.xml.ws.model.RuntimeModeler.getClass(RuntimeModeler.java:285

at com.sun.xml.ws.model.RuntimeModeler.processDocWrappedMethod(RuntimeModeler.java:596

at com.sun.xml.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:543

at com.sun.xml.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:370

at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:256

at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:322

at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:188

at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:467

at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:486

at com.sun.xml.ws.transport.http.server.EndpointImpl.createEndpoint(EndpointImpl.java:222

at com.sun.xml.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:152

at com.sun.xml.ws.spi.ProviderImpl.createAndPublishEndpoint(ProviderImpl.java:113

at javax.xml.ws.Endpoint.publish(Endpoint.java:170

at com.ws.publish.EndpointPublish.main(EndpointPublish.java:8

 

完全贴出Eclipse中错误,

jaxws.SelectMaxAgeStudent is not found jaxws在之前进修过手动dos号令下生成Webservice想到我少了JAX-WS2.1.2,jar包;Build Path参加所有jar后还是报错;原因就是我的jdk1.6版本不是最新,须要在实现类前参加@SOAPBinding(style = SOAPBinding.Style.RPC),运行!一切正常

你可能感兴趣的:(WebService异常(一)__javax.xml.ws.Endpoint.publish())