aspose file tools
The moose likes Web Services and the fly likes ws-* standards and jax-ws Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "ws-* standards and jax-ws" Watch "ws-* standards and jax-ws" New topic
Author

ws-* standards and jax-ws

Preetham Chandrasekhar
Ranch Hand

Joined: Nov 05, 2003
Posts: 98
All,

I am in the process of figuring out which technology is the best out there between axis2 and jax-ws and one of the dimensions I am having issues with is ws-security and other related ws-* standards with jax-ws. Is there a way to encapsulate all the ws-* standards related features into jax-ws without installing the metro stack in an application server? In theory...I would like to take an .ear/.war file with web services(jax-ws) and ws-security (in particular) and deploy it on any application server at my disposal...is this possible?

Thanks


"In theory, there is no difference between theory and practice. But, in practice, there is."<br /> - Jan L.A. van de Snepscheut
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35242
    
    7
Axis 2 and Rampart (its WS-Security implementation) can easily be bundled as a web app. While Metro can run on any servlet container, it apparently requires a couple of jar files in a shared directory, instead of WEB-INF/lib. (At least that's what I glance from the installation instructions.) It may be worth a try to see of those can't be moved to WEB-INF/lib as well, though.


Android appsImageJ pluginsJava web charts
Preetham Chandrasekhar
Ranch Hand

Joined: Nov 05, 2003
Posts: 98
Thanks a lot Ulf...

has anyone tried to put the libs from wsit (metro stack) in web-inf\lib and tried?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: ws-* standards and jax-ws
 
Similar Threads
Learning WS using JBOSS and following sun JEE5 tutorial
Web services and J2EE
Difference between Web Services 1.0 standard from 2004 and the 1.1 standard from 2006
security implementation in web service application
Username and password security for webservices using JAX WS