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 pattern is default in scanner package?
explain the difference between jdk and jvm?
What is type inference in java8?
How do generics work?
define polymorphism in java
What is the difference between static class and normal class?
What are keywords in java?
Write a program in java to create a doubly linked list containing n nodes.
How to create a fecelet view?
Differences between external iteration and internal iteration?
When should I use stringbuffer?
Which class is the superclass for all the classes?
What is the purpose of garbage collection in java? When is it used?
Explain what pure virtual function is?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?