Answer Posted / 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 View All Answers
Which is fastest collection in java?
What is meant by object oriented programming – oop?
what is singleton class in java?
How many bytes is a char in java?
What is the final keyword in java?
What is the difference between yielding and sleeping?
Why is java not 100% pure oops?
What does void * mean?
Explain java code for recursive solution's base case?
What is native code?
What is dot operator?
what do you mean by stream pipelining in java 8? Explain
What if I write static public void instead of public static void in java?
What is difference between fail-fast and fail-safe?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?