Web Service学习笔记(二)[web service的三大技术基础]

时间:2021-01-22 00:11:42
web service的三大技术基础
              1、WSDL
                     -—  Web Service接口
                             1、  types(标准的Schenma)
                             2、 2N个message(input和output)
                             3、  portType  2N个operation

                     -—  Web Service实现
                             1、  binding — N个更详细的operation
                             2、 service  — 指定Web Service的服务器地址
              2、SOAP
                     -—  Header
                             1、  Header是可选的,有我们程序员控制添加
                     -—  Body
                                    Body总是默认的,Body元素里有两种情况
                                    — 当Web Service交互正确时,Body原理里的内容由WSDL控制。
                                    — 当Web Service交互错误时,Body原理的内容将是Fault子元素。
                     -— UDDI