Ticket #8694 (closed: invalid)
icat SNS support
Reported by: | Jay Rainey | Owned by: | Jay Rainey |
---|---|---|---|
Priority: | major | Milestone: | Release 3.1 |
Component: | Framework | Keywords: | ICAT |
Cc: | Blocked By: | #8537 | |
Blocking: | #7640 | Tester: | Stuart Campbell |
Description
In order to support cross facility querying we first need to add an implementation for ICAT at SNS.
In order to facilitate this I will need to:
- Generate the gSoap files against the SNS soap end-point.
- Update Facilities.xml to include catalog info for SNS. E.G.
<catalog name="ICat4x2Catalog"> <soapendpoint url="https://icat-testing.sns.gov:8181/ICATService/ICAT"></soapendpoint> <externaldownload url="needs_updated"></externaldownload> <filelocation> <prefix regex="needs_updated"></prefix> <windows replacement=""></windows> <linux replacement="needs_updated"></linux> <mac replacement="needs_updated"></mac> </filelocation> </catalog>
- Create a new catalog class (named: ICat4P2Catalog.cpp) to implement the ICAT functionality provided by the gSoap generated files. This will exclude externally downloading as it will be implemented in a separate ticket.
Change History
comment:3 Changed 7 years ago by Jay Rainey
- Summary changed from [ICAT] SNS support to icat SNS support
comment:5 Changed 7 years ago by Jay Rainey
- Status changed from new to verify
- Resolution set to invalid
This is no longer valid as #8811 addresses these, and has been merged into master.
Note: See
TracTickets for help on using
tickets.