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 |
What is t in generics in java?
why java not supproting multiple inheritance?
Hi Friends, can you give difference between extending thread class and implementing runnable interface.
Why there are some null interface in java? What does it mean?
What is a null point?
what is use of functional interface in java 8?
Explain the relationship between the Canvas and Graphics class?
what is request dispatcher and how does it work?
What is parsing in grammar?
solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..
What are the concepts of 'OOPS'?
What is the use of beaninfo?