Web Services 면접 질문과 답변
Question: What is new about Web services?Answer: People have been using Remote Procedure Calls (RPC) for some time now, and they long ago discovered how to send such calls over HTTP.rnSo, what is really new about Web services? The answer is XML.XML lies at the core of Web services, and provides a common language for describing Remote Procedure Calls, Web services, and Web service directories.rnPrior to XML, one could share data among different applications, but XML makes this so much easier to do. In the same vein, one can share services and code without Web services, but XML makes it easier to do these as well. rnBy standardizing on XML, different applications can more easily talk to one another, and this makes software a whole lot more interesting. |
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
도움이 되었나요? 예 아니요
Most helpful rated by users:
- What is a Web service?
- What is new about Web services?
- What is SOAP?
- What is WSDL?
- I keep reading about Web services, but I have never actually seen one. Can you show me a real Web service in action?