Surya Yadavalli

Greenhorn
+ Follow
since Sep 15, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Surya Yadavalli

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 !!
16 years ago
Hi, Is JAXM Servlet implementation supported in Weblogic 10.2 as is ? We have this Servelt implemented in Weblogic 8.1 to receive and process SOAP Messages. However, there is no mention of whether we need to make any changes to this when upgrading from 8.1 to 10.2 , any where.
16 years ago