- 主题:急急急!!uddi高手请进!!
论文遇到难题,我想在不知道businesskey的情况下搜索相关的service
,xml语句怎么写啊?
急急急!!
--
FROM 202.113.16.117
<find_business [maxRows="nn"] generic="2.0" xmlns="urn:uddi-org:api_v2" >
[<findQualifiers/>]
[<name/> [<name/>]…11]
[<discoveryURLs/>]
[<identifierBag/>]
[<categoryBag/>]
[<tModelBag/>]
</find_business>
找到相应的businesskey后,再找其相应的service
【 在 SunX (水妖) 的大作中提到: 】
: 论文遇到难题,我想在不知道businesskey的情况下搜索相关的service
: ,xml语句怎么写啊?
: 急急急!!
--
FROM 202.197.125.175
就是想根据服务来查找,总不能挨个businessentity查找啊,另外是先假设不知道
business的信息
【 在 nobodyelse (空无一人|水木第二错别字大王) 的大作中提到: 】
: <find_business [maxRows="nn"] generic="2.0" xmlns="urn:uddi-org:api_v2" >
: [<findQualifiers/>]
: [<name/> [<name/>]…11]
: [<discoveryURLs/>]
: [<identifierBag/>]
: [<categoryBag/>]
: [<tModelBag/>]
: </find_business>
: 找到相应的businesskey后,再找其相应的service
--
FROM 202.113.16.117
恐怕困难,至少在UDDIV2的情况下
find_service
The find_service API call returns a serviceList message that matches the con
ditions specified in the
arguments.
Syntax:
<find_service businessKey="uuid_key" " [maxRows="nn"] generic
="2.0
xmlns="urn:uddi-org:api_v2" >
[<findQualifiers/>]
[<name/> [<name/>]…13]
[<categoryBag/>]
[<tModelBag/>]
</find_service>
【 在 SunX (水妖) 的大作中提到: 】
: 就是想根据服务来查找,总不能挨个businessentity查找啊,另外是先假设不知道
: business的信息
--
修改:nobodyelse FROM 202.197.125.175
FROM 202.197.125.175