[jboss-user] [JBossWS] - JBOSS WS and REST without WSDL (Bug?)
Batigoal
do-not-reply at jboss.com
Tue Nov 20 14:27:21 EST 2007
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 on deploying the services :
java.lang.IllegalStateException: Cannot obtain wsdl location for....
Ist this a Bug?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106528#4106528
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106528
More information about the jboss-user
mailing list