


1:webservice定义语言,对应.wsdl文档,一个webservice会对应一个唯一的wsdl文档,定义了客户端与服务端发送请求和响应的数据格式和过程。web service definition language
2:webservice相当于HTTP+ xml+ schema
3:如何发布一个webservice? 定义SEI @webservice @webMethod 定义SEI的实现 。发布: Endpoint.publish(url, SEIImplObject)。
4:跨平台,跨语言,远程调用。
5:SOAP:simple objectaccess protocal
网友评论