aspose file tools
The moose likes Web Services and the fly likes SAAJ and Ws security Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "SAAJ and Ws security" Watch "SAAJ and Ws security" New topic
Author

SAAJ and Ws security

D. Rose
Ranch Hand

Joined: Apr 25, 2003
Posts: 215
We are implementing web service client. We need to implement ws security with username token.
I was planning to use wss4j but our client said they want to use SAAJ.
I know SAAJ can be used for simple web service but how can it be used in implementing ws security? Any ideas?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35232
    
    7
SAAJ does not implement WS-Security; wss4j does. SAAJ is a low-level API for making SOAP calls (and JAX-RPC is a higher-level API built on top of SAAJ). But neither of them deals with security.

If all you require is username/password functionality, you can probably get away with using HTTP authentication instead of WS-Security.

(Just to be clear: the client did mention SAAJ, and not JAAS?)
[ October 21, 2005: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
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: SAAJ and Ws security
 
Similar Threads
web services overview
SCJWSD Beta Exam
Java standalone Client for WebService Creation Problem
How to call webservice from Oracle without using Oracle Wallet & UTL_DBWS &UTL_HTTP package with SSL
Any feedback for SCDJWS Beta?