java jws web,如何在Java 11上使用WebServices?软件包javax.jws不存在
I imigrate my aplication to AdoptOpenJDK11, I have found some problems, like "package javax.jws does not exist", I already configure build path with jar "jsr181-api.jar", it's a webApplication, how I
I imigrate my aplication to AdoptOpenJDK11, I have found some problems, like "package javax.jws does not exist", I already configure build path with jar "jsr181-api.jar", it's a webApplication, how I fix it ? Have something new about webservices on AdoptOpenJDK 11?
@WebService
@SOAPBinding(style = Style.RPC) // this tags doenst work
output:
error: package javax.jws does not exist
error: package javax.jws.soap does not exist
Someone know how I fix it?
解决方案
Use the reference implementation of JAX-WS instead.
com.sun.xml.ws
jaxws-ri
2.3.3
pom
更多推荐
所有评论(0)