Web service from java ?

Asked By 20 points N/A Posted on -
qa-featured

How can I create a web service from java?  I am familiar that a web service is an XML-based standard that allows interoperability between different applications on different platforms, but I need to learn how to create and publish a web service, and consume the web service by a command line client. As well, I am only a little  familiar with basic Java programming using Eclipse IDE. Please help.

SHARE
Answered By 0 points N/A #142836

Web service from java ?

qa-featured

Hello,

Its very easy even if you didn’t know about java in detail there are few  links just like tutorials you can take help from them before reading these links I will tell you shortly about first link before opening this link you came to know what it have with coding and pictures a very healthy material.

1: First it tell you about how you can create Java Web Service

2: API web service java

3: Creating web service class

4: Web service Publishing

5: Invoking web service method

6: Creating web service client

7: Web service testing

https://blog.idrsolutions.com/2013/08/creating-and-deploying-a-java-web-service/

These two links also helps you in start

https://www.slideshare.net/skkar2k2/writing-simple-web-services-using-eclipse-editor

https://docs.oracle.com/javaee/5/tutorial/doc/bnayn.html

Related Questions