1 / 4

Registry Interface Issues

Registry Interface Issues. Registry Interface Search(ADQL) KeywordSearch(String words,boolean orValue) GetRegistries Identify GetRecord ListMetadataFormats ListSets ResumeListSets ListIdentifiers ResumeListIdentifiers ListRecords ResumeListRecords. Problems.

trynt
Download Presentation

Registry Interface Issues

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Registry Interface Issues Registry Interface Search(ADQL) KeywordSearch(String words,boolean orValue) GetRegistries Identify GetRecord ListMetadataFormats ListSets ResumeListSets ListIdentifiers ResumeListIdentifiers ListRecords ResumeListRecords

  2. Problems • Everything is in the same wsdl and PortType • Publishing Registries will have a problem • Versioning the interface

  3. Proposal for new Change • publishRegistry.wsdl • Same as below only use the RegistryHarvest wsld and port type. • searchRegistry.wsdl <import namespace="http://www.ivoa.net/wsdl/RegistrySearch/v0.1" location="RegistrySearch-v0.1.wsdl"/> <import namespace="http://www.ivoa.net/wsdl/RegistryHarvest/v0.1" location="RegistryHarvest-v0.1.wsdl"/> <service name="RegistryInterfaceService"> <port name="RegistrySearchPort" binding="ris:RegistrySearchSOAP"> <soap:address location="http://hydra.star.le.ac.uk:8080/astrogrid-registry/RegistryQuery"/> </port> <port name="RegistryHarvestPort" binding="rih:RegistryHarvestSOAP"> <soap:address location="http://hydra.star.le.ac.uk:8080/astrogrid-registry/RegistryQuery"/> </port> </service>

  4. Issues with Change • The Registry type Resources need to define the Publishing interface url. • Publishing url may actually need two urls for Web Service and Web Browser compliance. • Also needs to define the Search Interface URL

More Related