Displaying 2 results from an estimated 2 matches for "jwsdp".
Did you mean:
jwad
2006 Mar 31
2
How to secure web services created by ActionWebService?
Hi,
Does anyone know how I can go about securing web services created from
ActionWebService? The manual from rubyonrails.org
(http://manuals.rubyonrails.com/read/book/10) doesn''t say anything at
all on this ... or do I have to implement my own access control?
--
Sau Sheong
http://www.saush.com
http://read.saush.com
http://jaccal.sourceforge.net
-------------- next part
2006 Feb 02
0
ANN: WSS4R was released
Hi everyone,
I released WSS4R:
http://www.rubyforge.org/projects/wss4r.
WSS4R is a subset of a web service security standards implementation.
It''s based on soap4r and tested with Microsoft .NET WSE 2.0 and Sun Java
JWSDP 2.0. WSS4R supports username authentication, signing and
encryption. It also has limited support for actionwebservice / rails.
Currently, there is no documentation, but various examples for building
clients and servers with ruby and rails, java and C#. It is tested with
ruby 1.8.4, rails 1.0 and t...