As WebLogic 9.2 supports the
JDK 5.0 and
Servlet 2.4
you should be able to deploy
JAX-WS RI (requires JDK 5.0 Update 2 or higher,
Ant 1.6.2 or higher, and was
tested on
Tomcat 5.5 and
Tomcat 6.x) web services in WebLogic's servlet container.
Of course that means that you are going to lose the integrated tool support so that you have to resort to command-line and Ant
tools, and the
JAX-WS Maven2 plugin.
To get the hang of the development and deployment steps you may want to experiment with a plain JDK 5.0/JAX-WS/Tomcat installation first (where most of the issues have been identified and resolved) before trying to shoehorn JAX-WS into WebLogic 9.2.
See also
Deploying JAX-WS on WebLogic 9.2.