In the ws - inspection discovery scenario , the client application searches the ws - inspection file for a particular service one named urn : eightball and gets the url of the wsdl document that describes the service 在ws - inspection发现的情况中,客户机应用程序搜索ws - inspection文件以查找一个特定的服务(一个名为urn : eightball的服务)并获取描述该服务的wsdl文档的url 。
Your businessservice will reference both the businessentity and the tmodel ; that tells anyone searching the registry that your company provides the businessservice , and that the service supports the eightball interface as defined in your tmodel 您的businessservice将引用businessentity和tmodel ;这就告诉任何搜索注册中心的人您的公司提供businessservice ,还告诉这些人该服务支持tmodel中定义的eightball接口。
In other words , the interface wsdl file will say , " there s something called an eightball service , and it has methods named getanswer and askquestion , and here are the inputs to those methods and the outputs from them , and so forth . " the implementation wsdl file will say , " i implement the eightball interface , and here are the details that you need to access my implementation of this service . 换言之,接口wsdl文件表明: “有某个名为eightball的服务,它拥有两个名为getanswer和askquestioin的方法,这就是到这两个方法的输入以及这两个方法产生的输出等等。 ”实现wsdl文件则表明: “我来实现eightball接口,这就是您访问这个服务的实现的详细信息。 ”