子敬正在创造自己的人生
需求有轻重缓急,功能有可控不可控。 需求有版本有截止(否则会无休无止),功能不可控变为可控。 集中兵力消灭敌人有生力量,集中优势兵力消灭敌人有生力量。

可以先看一个实例

  http://219.141.189.215:8080/Service.asmx

1、wsdl做为一种xml协议,他主要是通过binding来进行扩展..并不需要去修改原wsdl的其他元素详细

2、wsdl的document元素主要用于 as a container for human readable documentation,用于描述

3、types :The types element encloses data type definitions that are relevant for the exchanged messages,用于说明消息交换的数据的类型...

. For maximum interoperability and platform neutrality, WSDL prefers the use of XSD as the canonical type system, and treats it as the intrinsic type system.

<definitions .... >
    <types>
        <xsd:schema .... />*
    </types>
</definitions>

为了最大化的使用wsdl,所以wsdl通常使用xsd做为系统默认的规范和语法

4、
posted on 2011-07-26 11:41  silentjesse  阅读(308)  评论(0编辑  收藏  举报