Showing posts with label Webservices. Show all posts
Showing posts with label Webservices. Show all posts

July 07, 2018

Swagger Questions and Answers

How can you document your RESTful API?
One of the outdated option is to maintain documentation manually. Or, you can generate documentation from code by using: WADL, RESTDocs or Swagger.

Swagger is one of the mostly used and popular REST API documentation standard.

What is Swagger?
Swagger is a specification for documenting REST API, which specifies the format (URL, method, and representation) to describe REST web services.

March 01, 2016

Java SOAP Web Service Example..

Here we will learn how we can create a SOAP web service and it’s client program using using Apache Axis that is integrated in the Eclipse and provide quick and easy way to transform a application into Java Web Service and create client stubs with test JSP page for testing purpose.

First of all we will create a simple Dynamic Web Project in Eclipse that will contain the business logic for our application.

May 08, 2014

Web Services Interview Questions And Answers

What is a Webservice?
A web service is a collection of open protocols and standards used for exchanging data between applications or system over the World Wide Web (WWW).