Multiple choice technology web technology Which of the following is FALSE for RESTful WebServices? You can access WebServices through Browser. JAX-WS provides support for development of RESTful WebServices. These WebServices can be consumed with help of AJAX WebService Interface can be defined through a standard vocabulary. Reveal answer Fill a bubble to check yourself B Correct answer Explanation JAX-WS is designed for SOAP-based web services, whereas JAX-RS is the Java API for RESTful web services. Therefore, saying JAX-WS provides support for RESTful WebServices is false, making option B the correct choice for the false statement.