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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to