我尝试使用“javax.xml.ws.Endpoint;” 像这样发布一些 WS:
Endpoint.publish("http://localhost:8080/ServiceWS", new ServiceWS());
但是,我在服务器启动时不断收到“ClassNotFoundException:com.sun.net.httpserver.HttpServer”。使用 JDK1.7 和 JBoss 7.1.0。AFAIk HttpServer 是 JavaSE 的一部分,那么可能是什么问题?