Make Registry Specific Request in JAXR
--------------------------------------

         Key: JUDDI-52
         URL: http://issues.apache.org/jira/browse/JUDDI-52
     Project: jUDDI
        Type: New Feature
  Components: Apache Scout Requests  
    Reporter: Anil Saldhana
 Assigned to: Steve Viens 


String request = "<find_business generic=\"2.0\" 
xmlns=\"urn:uddi-org:api_v2\">" +
                         "<name xml:lang=\"en\">  Anil's Dummy Organization  
</name></find_business>";


String response = regservice.makeRegistrySpecificRequest(request);
Where regservice is an instance of RegistryService.


I should be able to just pass the request string to juddi and want a response 
from juddi as a String.

Can something be added to the IRegistry interface to accomodate this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to