SOAP:
Simple Object Access Protocal
Goal: used to exchange data with web services.
Just think about how you can wrap a method in XML format. :)
references: http://www.w3.org/TR/SOAP/ http://www.soapware.org/
a**y 发帖数: 335
2
Not only a method, you can wrap a serializable object.
【在 L*******r 的大作中提到】 : SOAP: : Simple Object Access Protocal : Goal: used to exchange data with web services. : Just think about how you can wrap a method in XML format. :) : references: : http://www.w3.org/TR/SOAP/ : http://www.soapware.org/