[jboss-user] [JBossWS] - JBOSS WS and REST without WSDL (Bug?)

2007-11-20 Thread Batigoal
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

[jboss-user] [JBossWS] - WS Security and multiple signatures

2007-10-29 Thread Batigoal
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