0 Replies Latest reply on Nov 20, 2007 2:27 PM by batigoal

    JBOSS WS and REST without WSDL (Bug?)

    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 on deploying the services :
      java.lang.IllegalStateException: Cannot obtain wsdl location for....

      Ist this a Bug?