posted 16 years ago
There is no support for JAXM servlet in weblogic 10.x versions. The webservices.jar that comes along with weblogic 10.x doesn't contain JAXM or supported classes.
Looking at the older versions of JAXM, there are not many other classes that this JAXMServelt depends on. So, you can come up with your own implementation of those JAXM methods in your servlet classes and instead of extending JAXMServlet, extend HTTPServlet directly.
cheers !!