You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Anil Saldhana (JIRA)" <ju...@ws.apache.org> on 2005/01/23 09:37:17 UTC

[jira] Created: (JUDDI-52) Make Registry Specific Request in JAXR

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


[jira] Resolved: (JUDDI-52) Make Registry Specific Request in JAXR

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-52?page=history ]
     
Steve Viens resolved JUDDI-52:
------------------------------

     Resolution: Fixed
    Fix Version: 0.9

A "String send(String, URL)" method has been added to the org.apache.juddi.proxy.Transport class to satisfy this request.

> 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
>     Assignee: Steve Viens
>      Fix For: 0.9

>
> 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


[jira] Closed: (JUDDI-52) Make Registry Specific Request in JAXR

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-52?page=history ]
     
Steve Viens closed JUDDI-52:
----------------------------


Closing.

> 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
>     Assignee: Steve Viens
>      Fix For: 0.9

>
> 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