[ 
https://issues.apache.org/jira/browse/JUDDI-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13742359#comment-13742359
 ] 

Alex O'Ree commented on JUDDI-633:
----------------------------------

Try this for the query
<?xml version="1.0" encoding="utf-8"?>
<find_service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; maxRows="1000" 
xmlns="urn:uddi-org:api_v3">
  <findQualifiers>
    <findQualifier>approximateMatch</findQualifier>
  </findQualifiers>
  <name>registration%</name>
</find_service>

that should return all services matching registration%.

now you have a list of service keys and matching business keys. you now have to 
do a getServiceDetail. This will return the full data structure for the 
services, which should contain your qos parameters and the endpoints
                
> Building a Find Qualifiers for comparison operator such as "greater then" and 
> "less than".
> ------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-633
>                 URL: https://issues.apache.org/jira/browse/JUDDI-633
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: juddi-tomcat
>    Affects Versions: 3.1.5
>         Environment: Windows 8 Pro.
> Tomcat 7.0
> MySQL 5.6
>            Reporter: Avinash Ganpat Mahajan
>            Assignee: Kurt T Stam
>              Labels: features
>             Fix For: 3.1.5
>
>   Original Estimate: 1,224h
>  Remaining Estimate: 1,224h
>
> I am trying to implement QoS aware UDDI searching mechanism.
> As QoS attributes are stored in KeyedReferences so needs to have some 
> qualifiers to give flexibility for searching such as for cost.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to