what is webservices
Answers were Sorted based on User's Feedback
Answer / puneet
The clear example if charging your cell through
CITIBANK/ICICI bank gateway that calls their webservices to
complete the transaction and can be called through HTTP only
on any platform as HTTP is platform independent.
The Data is sent over the network in form of XML.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / afreen
web services are the services running at different servers
which are responded over the network(web)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / natarajan
Softaware system designed to support interoperable machine
to machine transacation over network.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is a functional interface?
why applet doesn't have main? isn't possible a program with out main?
How are this and super used?
What is data type modifier?
what is Vector class?
Can we define private and protected modifiers for the members in interfaces?
Can we extend singleton class in java?
What is the finalize method do?
class test { private static void main(String []adsf) { } } explain me that the above code is error or exception
What is the difference between Error, defect,fault, failure and mistake?
What is xslt in java?
Explain thread life cycle in java?