| Web Services |
|
The term Web Service describes a standardized way of having applications communicate with each other using the XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone. FDSC has created web services for both .Net and Java based applications. Unlike traditional client/server models, Web services do not provide the user with a GUI. Web services instead share business logic, data and processes through a programmatic interface across a network. Web services allow different applications from different sources to communicate with each other without time-consuming custom coding, and because all communication is in XML, Web services are not tied to any one operating system or programming language. For example, Java can talk with Perl, Windows applications can talk with UNIX applications.
By enabling applications to share data across different hardware platforms and operating systems, Web services provide many technological and business benefits, including:
Key Considerations Some key considerations to be kept in mind while building web service include:
Web Service usage situations Some examples of situations where a web service can be used are
The opportunities are many..... To summarize the web services provide easy application and data integration, versatility, interoperability, code re-use and cost saving. Hence use of web service is gaining popularity at an immense speed. Check out our Skill Summary for more information. |