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标签

 

webservice学习笔记(七):WSDL文档图解