vi 发帖数: 309 | 1 What is the relationship between XML and web services?
A more naive question:
Does web services have to be hosted by a web page?
Thanks. | t****l 发帖数: 134 | 2 Simply,
Web services provide a way of invoking local/remote functions via
standard mechanisms: SOAP (messaging), WSDL (description), UDDI
(discovery). Basically, it can be regarded as evolution from RPC,
CORBA, and RMI, etc.
XML is the technique used in SOAP, WSDL and UDDI.
Web services don't need a web page to host them.
【在 vi 的大作中提到】 : What is the relationship between XML and web services? : A more naive question: : Does web services have to be hosted by a web page? : Thanks.
|
|