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
What is the major difference between linkedlist and arraylist?
Can we have 2 main methods in java class?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is the meaning of I ++ in java?
What is rule of accessibility in java?
What are static blocks in java ?
What is null mean in java?
What is the main use of generics in java?
When should you use arraylist and when should you use linkedlist?
Which of the classes will have more memory allocated?
List some oops concepts in java?
Can we declare an interface as final?
Why do we override tostring method in java?
Can static methods be inherited?
How to instantiate static nested classes in java?