• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Jax-WS with Weblogig 9.2

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Is there any implementation code/tutorial for JAX-WS with Weblogic 9.2?

Thanks in Advance!!
 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe Weblogic 9.2 does not support JAX-WS though I may be wrong
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Well don't expect me to do the dishes! This ad has been cleaned for your convenience:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic