-- 作者:木子
-- 发布时间:12/5/2007 4:01:00 PM
-- !![原创]为什么在Juddi console中find business没有返回business信息!!
为什么在Juddi console中find business没有返回business信息!! 已经把Juddi部署好了,并且save business/save service/save binding/save tmodel, get businessdeatail/get servicedetail等都好用,唯独find business, find service,..没有返回正确的信息,find business的SOAP界面是: <?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <find_business maxRows="100" generic="2.0" xmlns="urn:uddi-org:api_v2"> <findQualifiers> <findQualifier>***</findQualifier> </findQualifiers> <name>***</name> <discoveryURLs> <discoveryURL>***</discoveryURL> </discoveryURLs> <identifierBag> <keyedReference tModelKey="***" keyName="***" keyValue="***" /> </identifierBag> <categoryBag> <keyedReference tModelKey="***" keyName="***" keyValue="***" /> </categoryBag> <tModelBag> <tModelKey>***</tModelKey> </tModelBag> </find_business> </soapenv:Body> </soapenv:Envelope> 在Qualifier中输入exactNameMatch,orAllKeys,andAllKeys,....,(关键词都试过了),另外填入name信息,得出如下信息: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <businessList generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2"> <businessInfos/> </businessList> </soapenv:Body> </soapenv:Envelope> 不管Qualifier填哪个关键词,都得到这个结果,这书什么原因!!请各位高手指教!!!不胜感激!!!!!!!!!    
|