what is webservices?



what is webservices?..

Answer / priya

Web services are application components
Web services communicate using open protocols
Web services are self-contained and self-describing
Web services can be discovered using UDDI
Web services can be used by other applications
XML is the basis for Web services
How Does it Work?
*****************
The basic Web services platform is XML + HTTP.

The HTTP protocol is the most used Internet protocol.

XML provides a language which can be used between different
platforms and programming languages and still express
complex messages and functions.

Web services platform elements
*******************************

SOAP (Simple Object Access Protocol)
UDDI (Universal Description, Discovery and Integration)
WSDL (Web Services Description Language)

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is run-time class and system class? what is their purpose?

1 Answers  


Difference between local and global transaction ?

1 Answers   Accenture, iFlex,


What is fail fast in java?

0 Answers  


Explain serialization and deserialization in java?

0 Answers  


Difference between flush() and commit() in hibernate?

2 Answers   Bally Technologies,






What is difference between add() and addelement() in vector?

0 Answers  


Which non-unicode letter characters may be used as the first character of an identifier?

0 Answers  


In treeset we add same object ...what will be the out put

3 Answers  


What is a parameter in simple terms?

0 Answers  


Can a class extends itself in java?

0 Answers  


Are registers volatile?

0 Answers  


What is Java Reflection API? Why it’s so important to have?

0 Answers  


Categories