1. 程式人生 > >webservice學習筆記(七):WSDL文件圖解

webservice學習筆記(七):WSDL文件圖解

1.首先wsdl文件有types,message,portType,binding,service標籤,它們是自下而上的關係,引用關係參考紫色曲線

2.types標籤包含schema,element標籤

3.portType標籤也就是我們的SEI(服務介面)包含operaion,input,output標籤

4.binding標籤也就是我們的SEI實現類包含operation,input,output標籤

5.service標籤包含port,address標籤