Hi!
Does JBossWS really support REST without a given WSDL?
To my mind REST often makes only sense when i don't have a WSDL because i don't
want to use the SOAP-protocol,
But when i annotate a Bean with
@WebServiceProvider
@ServiceMode(value=Service.Mode.PAYLOAD)
then JBOSS throws an Exception
Hi!
Is it possible in JBoss WS to create multiple signatures and to get them after
service has been called.
In WS-Security Specification (http://www.verisign.com/wss/wss.pdf) look at
Chapter 4.5 "ds:Signature".
Can I realize attaching multiple signatures on the same document in JBoss-WS?
Where