Ticket #584 (closed task: fixed)
[M] Discovery - doPresent to support slection of one or more formats returned
Reported by: | selatham | Owned by: | mpritcha |
---|---|---|---|
Priority: | critical | Milestone: | ReFactored_Discovery_WebServices |
Component: | discovery | Version: | |
Keywords: | MDIP WS-Discovery2 | Cc: |
Description
Formats "Original", "DIF", "ISO19139" (should this be ISO19115 more people understand that?), "MOLES", "DC"
Change History
comment:2 Changed 14 years ago by mpritcha
- Status changed from assigned to closed
- Resolution set to fixed
Done, currently supports "original", "DC", "DIF", "MDIP".
List of supported formats available via call to method getList
<m:getList xmlns:m="urn:DiscoveryServiceAPI"> <m:listName>presentFormatList</m:listName> </m:getList> <getListReturn xmlns="urn:DiscoveryServiceAPI"> <list name="presentFormatList"> <listMember>original</listMember> <listMember>DC</listMember> <listMember>DIF</listMember> <listMember>MDIP</listMember> </list> </getListReturn>
Note: See
TracTickets for help on using
tickets.