Web Services Tutorial Web Services tutorial is designed for beginners and professionals providing basic and advanced concepts of web services such as…
rest
-
-
What is Web Service A Web Service is can be defined by following ways: It is a client-server application or application component…
-
SOAP vs REST Web Services There are many differences between SOAP and REST web services. The important 10 differences between SOAP and…
-
Difference between RPC and Document web services There are many differences between RPC and Document web services. The important differences between RPC…
-
SOAP Web Services SOAP stands for Simple Object Access Protocol. It is a XML-based protocol for accessing web services. SOAP is a…
-
Java Web Services Tutorial Java web services tutorial provides concepts and examples of two main java web services api: JAX-WS and JAX-RS.…
-
RESTful JAX-RS Annotations Example JAX-RS API provides following annotations to develop RESTful applications in java. We are using jersey implementation for developing…
-
JAX-RS Example Jersey We can create JAX-RS example by jersey implementation. To do so, you need to load jersey jar files or…
-
RESTful JAX-RS File Download Example We can download text files, image files, pdf files, excel files in java by JAX-RS API. To…
-
RESTful JAX-RS File Upload Example Like download in previous page, we can easily upload a file such as image file, pdf file,…