I have published a service using the save_service API. I tried to look up for
the service using find_service by giving the following : 

<find_service businessKey="***" generic="2.0" xmlns="urn:uddi-org:api_v2"> 
      <findQualifiers> 
<findQualifiers> 
        <findQualifier>orAllKeys</findQualifier> 
      </findQualifiers>       
      <name>%</name> 
<categoryBag> 
        <keyedReference tModelKey="***" keyName="***" keyValue="***" /> 
      </categoryBag> 
      <tModelBag> 
        <tModelKey>Gave the tmodelKey here </tModelKey> 
      </tModelBag> 
    </find_service> 


But I donot get anything in the result. Below is what I always get: 
<?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> 
  <serviceList generic="2.0" operator="jUDDI.org"
xmlns="urn:uddi-org:api_v2"> 
   <serviceInfos/> 
  </serviceList> 
 </soapenv:Body> 
</soapenv:Envelope> 

Same is the case if I search using find_business. I get an empty  
<businessInfos/> element.

Can anyone please help  me how do I lookup for services in juddi? Is there
something that I am missing while trying to use these APIs??? I have been
struggling on this for more than a week....hence any help on this will be
greatly appreciated!!!!!

Thanks in Advance!!1

-- 
View this message in context: 
http://www.nabble.com/IMP---PLEASE-HELP----lookup-services-in-juddi-tp24409810p24409810.html
Sent from the jUDDI - Dev mailing list archive at Nabble.com.

Reply via email to