using System; using System.Web.Services; using YY.SmsPlatform.Common.Objects; using YY.SmsPlatform.Common.UserInterface; using System.Configuration; using System.Text; using System.Net.Http; using System.Threading.Tasks; using System.Xml; using Syste…
Web Service的优点(1) 可以让异构的程序相互访问(跨平台)(2) 松耦合(3) 基于标准协议(通用语言,允许其他程序访问) 1:WEB SERVICE名词解释.JSWDL开发包的介绍.JAXP.JAXM的解释.SOAP.UDDI,WSDL解释. Web ServiceWeb Service是基于网络的.分布式的模块化组件,它执行特定的任务,遵守具体的技术规范,这些规范使得Web Service能与其他兼容的组件进行互操作. JAXP(Java API for XML Parsi…