types:用来定义访问的类型
message:SOAP
portType:指定服务器的接口,并且通过operation绑定相应的in和out消息,其中:in表示参数,out表示返回值。
binding:指定传递消息所使用的格式。
service:指定服务所发布的名称
本文共 181 字,大约阅读时间需要 1 分钟。
types:用来定义访问的类型
message:SOAP
portType:指定服务器的接口,并且通过operation绑定相应的in和out消息,其中:in表示参数,out表示返回值。
binding:指定传递消息所使用的格式。
service:指定服务所发布的名称
转载于:https://my.oschina.net/kkrgwbj/blog/671515