从绑定模板AccessPoint收集访问点。
Collect the access points from the binding template AccessPoint.
要查找这个元素,我必须先找到业务服务的绑定模板,它包含了一个基于http的访问点。
To find this I must first find the business service's binding template which contains an http-based access point.
我在第一个代码块中查看业务服务引用的所有绑定模板,并找到具有“http”url类型的绑定模板。
In the first code block I looked at all the binding templates referenced by the business service and found the one which had a URL type of "HTTP".
应用推荐