cancel
Showing results for 
Search instead for 
Did you mean: 

Short notes is web services

Former Member
0 Kudos

Hi All,

Could anybody give me a short note on web service in Java?

Thanks in Advance.

Regards,

Vijaya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What Are Web Services?

Web services are the latest thing in application development, and have attracted the interest of developers working on all platforms.

The fundamental concept is simple - web services allow us to call methods in an object over the Internet or a network.

The client needs to know the URL of the service, and the data types used for the method calls, but doesn't need to know whether the service was built in Java and is running on Linux, or is an ASP.NET web service running on Windows.

basic Web Services stack and SOAP, WSDL, and UDDI.

• By using Web services, your application can publish its function or message to the rest of the world.

• Web Services can be used by other applications.

• The basic Web Services platform is XML + HTTP.

• Web services communicate using open protocols

• Web services can be discovered using UDDI

• XML is the basis for Web services

Answers (0)