cul_scv_hydra 0.19.4 → 0.19.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/concerns/cul/scv/hydra/models/common.rb +0 -6
- data/app/models/concerns/rdf/fcrepo3.rb +150 -94
- data/fixtures/cmodels/ldpd_ADLMetadata.xml +56 -0
- data/fixtures/cmodels/ldpd_AESMetadata.xml +56 -0
- data/fixtures/cmodels/ldpd_BagAggregator.xml +70 -0
- data/fixtures/cmodels/ldpd_Concept.xml +69 -0
- data/fixtures/cmodels/ldpd_ContentAggregator.xml +70 -0
- data/fixtures/cmodels/ldpd_DynamicAggregator.xml +56 -0
- data/fixtures/cmodels/ldpd_JP2ImageAggregator.xml +60 -0
- data/fixtures/cmodels/ldpd_METSMetadata.xml +56 -0
- data/fixtures/cmodels/ldpd_METSStructuredAggregator.xml +53 -0
- data/fixtures/cmodels/ldpd_MODSMetadata.xml +73 -0
- data/fixtures/cmodels/ldpd_MostRecent.xml +46 -0
- data/fixtures/cmodels/ldpd_PTIFImageAggregator.xml +63 -0
- data/fixtures/cmodels/ldpd_Resource.xml +72 -0
- data/fixtures/cmodels/ldpd_RestrictedResource.xml +54 -0
- data/fixtures/cmodels/ldpd_Since.xml +62 -0
- data/fixtures/cmodels/ldpd_StaticAudioAggregator.xml +54 -0
- data/fixtures/cmodels/ldpd_StaticImageAggregator.xml +71 -0
- data/fixtures/cmodels/ldpd_htest.xml +54 -0
- data/fixtures/cmodels/ldpd_nullbind.xml +63 -0
- data/fixtures/cmodels/ldpd_sdef.Aggregator.xml +71 -0
- data/fixtures/cmodels/ldpd_sdef.Core.xml +48 -0
- data/fixtures/cmodels/ldpd_sdef.Image.xml +47 -0
- data/fixtures/cmodels/ldpd_sdef.Metadata.xml +62 -0
- data/fixtures/cmodels/ldpd_sdef.Resource.xml +76 -0
- data/fixtures/cmodels/ldpd_sdef.ZoomingImage.xml +46 -0
- data/fixtures/cmodels/ldpd_sdep.BagAggregator.xml +160 -0
- data/fixtures/cmodels/ldpd_sdep.BagAggregatorCore.xml +221 -0
- data/fixtures/cmodels/ldpd_sdep.ContentAggregatorCore.xml +221 -0
- data/fixtures/cmodels/ldpd_sdep.DynamicAggregator.xml +171 -0
- data/fixtures/cmodels/ldpd_sdep.DynamicAggregatorCore.xml +215 -0
- data/fixtures/cmodels/ldpd_sdep.JP2Image.xml +220 -0
- data/fixtures/cmodels/ldpd_sdep.JP2ImageAggregator.xml +167 -0
- data/fixtures/cmodels/ldpd_sdep.JP2ImageCore.xml +229 -0
- data/fixtures/cmodels/ldpd_sdep.MODSMetadata.xml +158 -0
- data/fixtures/cmodels/ldpd_sdep.MODSMetadataCore.xml +227 -0
- data/fixtures/cmodels/ldpd_sdep.PTIFImage.xml +222 -0
- data/fixtures/cmodels/ldpd_sdep.PTIFImageAggregator.xml +167 -0
- data/fixtures/cmodels/ldpd_sdep.PTIFImageCore.xml +215 -0
- data/fixtures/cmodels/ldpd_sdep.StaticImage.xml +210 -0
- data/fixtures/cmodels/ldpd_sdep.StaticImageAggregator.xml +186 -0
- data/fixtures/cmodels/ldpd_sdep.StaticImageCore.xml +220 -0
- data/fixtures/spec/BLOB/test001.jpg +0 -0
- data/fixtures/spec/CUL_DC/dc.xml +5 -0
- data/fixtures/spec/CUL_MODS/mods-001.xml +25 -0
- data/fixtures/spec/CUL_MODS/mods-all.xml +65 -0
- data/fixtures/spec/CUL_MODS/mods-bad-repo.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-created-range.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-created-single.xml +6 -0
- data/fixtures/spec/CUL_MODS/mods-date-issued-range.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-issued-single.xml +6 -0
- data/fixtures/spec/CUL_MODS/mods-date-other-range.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-other-single.xml +6 -0
- data/fixtures/spec/CUL_MODS/mods-date-range-short-years.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-item.xml +31 -0
- data/fixtures/spec/CUL_MODS/mods-names.xml +35 -0
- data/fixtures/spec/CUL_MODS/mods-notes.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-ns.xml +2 -0
- data/fixtures/spec/CUL_MODS/mods-origin-info.xml +9 -0
- data/fixtures/spec/CUL_MODS/mods-part.xml +22 -0
- data/fixtures/spec/CUL_MODS/mods-physical-description.xml +12 -0
- data/fixtures/spec/CUL_MODS/mods-physical-location.xml +9 -0
- data/fixtures/spec/CUL_MODS/mods-record-info.xml +4 -0
- data/fixtures/spec/CUL_MODS/mods-relateditem-project.xml +8 -0
- data/fixtures/spec/CUL_MODS/mods-subjects.xml +44 -0
- data/fixtures/spec/CUL_MODS/mods-textual-date.xml +8 -0
- data/fixtures/spec/CUL_MODS/mods-titles.xml +33 -0
- data/fixtures/spec/CUL_MODS/mods-top-level-location-vs-relateditem-location.xml +18 -0
- data/fixtures/spec/CUL_MODS/mods-unmapped-project.xml +7 -0
- data/fixtures/spec/CUL_SOLR/mods-001.xml +1 -0
- data/fixtures/spec/CUL_SOLR/mods-001.yml +30 -0
- data/fixtures/spec/FOXML/content-aggregator.xml +64 -0
- data/fixtures/spec/FOXML/content-cmodel.xml +48 -0
- data/fixtures/spec/FOXML/image-cmodel.xml +48 -0
- data/fixtures/spec/FOXML/resource-max.xml +83 -0
- data/fixtures/spec/FOXML/resource-screen.xml +273 -0
- data/fixtures/spec/FOXML/resource-thumb.xml +86 -0
- data/fixtures/spec/FOXML/static-image-aggregator.xml +31 -0
- data/fixtures/spec/STRUCTMAP/structmap-examples.xml +21 -0
- data/fixtures/spec/STRUCTMAP/structmap-recto.xml +4 -0
- data/fixtures/spec/STRUCTMAP/structmap-seq.xml +5 -0
- data/fixtures/spec/STRUCTMAP/structmap-unordered-seq.xml +5 -0
- data/lib/cul_scv_hydra/version.rb +1 -1
- data/lib/cul_scv_hydra/version.rb~ +1 -1
- metadata +86 -5
@@ -0,0 +1,158 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.MODSMetadata"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Service Deployment Object for Metadata-to-Content relationships"/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2008-07-09T13:59:55.703Z"/>
|
10
|
+
<foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2009-04-24T20:23:58.609Z"/>
|
11
|
+
</foxml:objectProperties>
|
12
|
+
|
13
|
+
|
14
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
15
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for this object" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/">
|
16
|
+
<foxml:xmlContent>
|
17
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
18
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
19
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
20
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
21
|
+
<dc:title>Service Deployment Object for Metadata-to-Content relationships</dc:title>
|
22
|
+
<dc:identifier>ldpd:sdep.describes</dc:identifier>
|
23
|
+
<dc:identifier>ldpd:sdep.Metadata</dc:identifier>
|
24
|
+
</oai_dc:dc>
|
25
|
+
</foxml:xmlContent>
|
26
|
+
</foxml:datastreamVersion>
|
27
|
+
</foxml:datastream>
|
28
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
29
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0">
|
30
|
+
<foxml:xmlContent>
|
31
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
32
|
+
<rdf:Description rdf:about="info:fedora/ldpd:sdep.MODSMetadata">
|
33
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ServiceDeployment-3.0"></fedora-model:hasModel>
|
34
|
+
<fedora-model:isDeploymentOf rdf:resource="info:fedora/ldpd:sdef.Metadata"></fedora-model:isDeploymentOf>
|
35
|
+
<fedora-model:isContractorOf rdf:resource="info:fedora/ldpd:MODSMetadata"></fedora-model:isContractorOf>
|
36
|
+
</rdf:Description>
|
37
|
+
</rdf:RDF>
|
38
|
+
</foxml:xmlContent>
|
39
|
+
</foxml:datastreamVersion>
|
40
|
+
</foxml:datastream>
|
41
|
+
<foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
42
|
+
<foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Deployment Method Map" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDepMethodMap-1.0" >
|
43
|
+
<foxml:xmlContent>
|
44
|
+
<fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" bDefPID="ldpd:sdef.Metadata" name="MethodMap - Basic behaviors for collection objects.">
|
45
|
+
|
46
|
+
<fmm:Method operationLabel="Returns the number of defined descripta of this object, in Sparql form." operationName="numberDescribed" wsdlMsgName="numberRequest" wsdlMsgOutput="numberResponse">
|
47
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
48
|
+
<fmm:MethodReturnType wsdlMsgName="numberDescribedResponse" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
|
49
|
+
</fmm:Method>
|
50
|
+
<fmm:Method operationLabel="Returns PIDs for defined descripta of this object, in Sparql form. No more than max PIDs are returned, starting with the number start object in an ordered list." operationName="describes" wsdlMsgName="listRequest" wsdlMsgOutput="listResponse">
|
51
|
+
<fmm:UserInputParm defaultValue="0" label="" parmName="start" passBy="VALUE" required="false"></fmm:UserInputParm>
|
52
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
53
|
+
<fmm:UserInputParm defaultValue="application/json" label="" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
|
54
|
+
<fmm:UserInputParm defaultValue="" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
|
55
|
+
<fmm:MethodReturnType wsdlMsgName="describesResponse" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
|
56
|
+
</fmm:Method>
|
57
|
+
</fmm:MethodMap>
|
58
|
+
</foxml:xmlContent>
|
59
|
+
</foxml:datastreamVersion>
|
60
|
+
</foxml:datastream>
|
61
|
+
<foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
62
|
+
<foxml:datastreamVersion ID="DSINPUTSPEC1.0" LABEL="Datastream Input Specification for Service" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.mets.techMD.OTHER.UNSPECIFIED">
|
63
|
+
<foxml:xmlContent>
|
64
|
+
<fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for metadata objects.">
|
65
|
+
<fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="NULLBIND" pid="ldpd:nullbind">
|
66
|
+
<fbs:DSInputLabel>NULLBIND Binding</fbs:DSInputLabel>
|
67
|
+
<fbs:DSMIME>text/xml</fbs:DSMIME>
|
68
|
+
<fbs:DSInputInstruction></fbs:DSInputInstruction>
|
69
|
+
|
70
|
+
</fbs:DSInput>
|
71
|
+
</fbs:DSInputSpec>
|
72
|
+
</foxml:xmlContent>
|
73
|
+
</foxml:datastreamVersion>
|
74
|
+
</foxml:datastream>
|
75
|
+
<foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
76
|
+
<foxml:datastreamVersion ID="WSDL1.0" LABEL="WSDL Bindings" MIMETYPE="text/xml" FORMAT_URI="http://schemas.xmlsoap.org/wsdl/">
|
77
|
+
<foxml:xmlContent>
|
78
|
+
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap" xmlns:soapenc="http://schemas.xmlsoap.org/wsdl/soap/encoding" xmlns:this="metadata" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Basic behaviors for descriptions and objects." targetNamespace="metadata">
|
79
|
+
|
80
|
+
<wsdl:types>
|
81
|
+
<xsd:schema targetNamespace="metadata">
|
82
|
+
<xsd:simpleType name="startType">
|
83
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
84
|
+
</xsd:simpleType>
|
85
|
+
<xsd:simpleType name="NULLBINDType">
|
86
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
87
|
+
</xsd:simpleType>
|
88
|
+
<xsd:simpleType name="maxType">
|
89
|
+
|
90
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
91
|
+
</xsd:simpleType>
|
92
|
+
<xsd:simpleType name="objuriType">
|
93
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
94
|
+
</xsd:simpleType>
|
95
|
+
</xsd:schema>
|
96
|
+
</wsdl:types>
|
97
|
+
<wsdl:message name="numberRequest">
|
98
|
+
<wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
|
99
|
+
</wsdl:message>
|
100
|
+
<wsdl:message name="listRequest">
|
101
|
+
<wsdl:part name="start" type="this:startType"></wsdl:part>
|
102
|
+
<wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
|
103
|
+
<wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
|
104
|
+
<wsdl:part name="max" type="this:maxType"></wsdl:part>
|
105
|
+
</wsdl:message>
|
106
|
+
|
107
|
+
<wsdl:message name="listResponse">
|
108
|
+
<wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
|
109
|
+
</wsdl:message>
|
110
|
+
|
111
|
+
<wsdl:message name="numberResponse">
|
112
|
+
<wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
|
113
|
+
</wsdl:message>
|
114
|
+
|
115
|
+
<wsdl:portType name="descriptionPortType">
|
116
|
+
<wsdl:operation name="numberDescribed">
|
117
|
+
<wsdl:input message="this:numberRequest"></wsdl:input>
|
118
|
+
<wsdl:output message="this:numberResponse"></wsdl:output>
|
119
|
+
</wsdl:operation>
|
120
|
+
<wsdl:operation name="describes">
|
121
|
+
<wsdl:input message="this:listRequest"></wsdl:input>
|
122
|
+
<wsdl:output message="this:listResponse"></wsdl:output>
|
123
|
+
</wsdl:operation>
|
124
|
+
</wsdl:portType>
|
125
|
+
<wsdl:service name="description">
|
126
|
+
<wsdl:port binding="this:description_http" name="description_port">
|
127
|
+
<http:address location="LOCAL"></http:address>
|
128
|
+
</wsdl:port>
|
129
|
+
</wsdl:service>
|
130
|
+
<wsdl:binding name="description_http" type="this:descriptionPortType">
|
131
|
+
|
132
|
+
<http:binding verb="GET"></http:binding>
|
133
|
+
<wsdl:operation name="numberDescribed">
|
134
|
+
<http:operation location="http://local.fedora.server/fedora/risearch?type=tuples&lang=itql&format=count&query=select%20%24a%20from%20%3C%23ri%3E%20where%20%3C(objuri)%3E+%3Chttp%3A%2F%2Fpurl.oclc.org%2FNET%2FCUL%2FmetadataFor%3E+%24a"></http:operation>
|
135
|
+
<wsdl:input>
|
136
|
+
<http:urlReplacement></http:urlReplacement>
|
137
|
+
</wsdl:input>
|
138
|
+
<wsdl:output>
|
139
|
+
<mime:content type="text/xml"></mime:content>
|
140
|
+
</wsdl:output>
|
141
|
+
|
142
|
+
</wsdl:operation>
|
143
|
+
<wsdl:operation name="describes">
|
144
|
+
<http:operation location="$php_server$/fedora-svc/metadata/describes/metadata.php?host=local.fedora.server&port=8080&path=fedora&format=(format)&objuri=(objuri)&max=(max)&start=(start)"></http:operation>
|
145
|
+
<wsdl:input>
|
146
|
+
<http:urlReplacement></http:urlReplacement>
|
147
|
+
</wsdl:input>
|
148
|
+
<wsdl:output>
|
149
|
+
<mime:content type="text/xml"></mime:content>
|
150
|
+
</wsdl:output>
|
151
|
+
|
152
|
+
</wsdl:operation>
|
153
|
+
</wsdl:binding>
|
154
|
+
</wsdl:definitions>
|
155
|
+
</foxml:xmlContent>
|
156
|
+
</foxml:datastreamVersion>
|
157
|
+
</foxml:datastream>
|
158
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,227 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.MODSMetadataCore"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Service Deployment Object for MODS Metadata Core Services"/>
|
9
|
+
</foxml:objectProperties>
|
10
|
+
|
11
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
12
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for Service Deployment Object for Resource-to-Metadata relationships" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/">
|
13
|
+
<foxml:xmlContent>
|
14
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
15
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
16
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
17
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
18
|
+
<dc:title>Service Deployment Object for MODS Metadata Core Services</dc:title>
|
19
|
+
<dc:identifier>ldpd:sdep.MODSMetadataCore</dc:identifier>
|
20
|
+
</oai_dc:dc>
|
21
|
+
</foxml:xmlContent>
|
22
|
+
</foxml:datastreamVersion>
|
23
|
+
</foxml:datastream>
|
24
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
25
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0">
|
26
|
+
<foxml:xmlContent>
|
27
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
28
|
+
<rdf:Description rdf:about="info:fedora/ldpd:sdep.MODSMetadataCore">
|
29
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ServiceDeployment-3.0"></fedora-model:hasModel>
|
30
|
+
<fedora-model:isDeploymentOf rdf:resource="info:fedora/ldpd:sdef.Core"></fedora-model:isDeploymentOf>
|
31
|
+
<fedora-model:isContractorOf rdf:resource="info:fedora/ldpd:MODSMetadata"></fedora-model:isContractorOf>
|
32
|
+
</rdf:Description>
|
33
|
+
</rdf:RDF>
|
34
|
+
</foxml:xmlContent>
|
35
|
+
</foxml:datastreamVersion>
|
36
|
+
</foxml:datastream>
|
37
|
+
<foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
38
|
+
<foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Deployment Method Map" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDepMethodMap-1.0">
|
39
|
+
<foxml:xmlContent>
|
40
|
+
<fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" bDefPID="ldpd:sdef.Core" name="MethodMap - Basic behaviors for web images.">
|
41
|
+
<fmm:Method operationName="rmap" operationLabel="Returns resource map for this image" wsdlMsgName="uriRequest" wsdlMsgOutput="response">
|
42
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
43
|
+
<fmm:UserInputParm defaultValue="json" label="response format" parmName="format" passBy="VALUE" required="true"></fmm:UserInputParm>
|
44
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml text/html application/json application/octet-stream"></fmm:MethodReturnType>
|
45
|
+
</fmm:Method>
|
46
|
+
<fmm:Method operationName="numberDescriptions" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
|
47
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
48
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml text/html application/json application/octet-stream"></fmm:MethodReturnType>
|
49
|
+
</fmm:Method>
|
50
|
+
<fmm:Method operationName="describedBy" operationLabel="Returns PIDs for defined descriptions of this object, in parameterized format. No more than max PIDs are returned, starting with the number start object in an ordered list." wsdlMsgName="listRequest" wsdlMsgOutput="response">
|
51
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
52
|
+
<fmm:UserInputParm defaultValue="0" label="" parmName="start" passBy="VALUE" required="false"></fmm:UserInputParm>
|
53
|
+
<fmm:UserInputParm defaultValue="10" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
|
54
|
+
<fmm:UserInputParm defaultValue="sparql" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
|
55
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml text/html application/json application/octet-stream"></fmm:MethodReturnType>
|
56
|
+
</fmm:Method>
|
57
|
+
<fmm:Method operationName="getViewer" operationLabel="Returns a viewer for this object in an appropriate format" wsdlMsgName="getViewerRequest" wsdlMsgOutput="response">
|
58
|
+
<fmm:DatastreamInputParm parmName="CONTENT" passBy="URL_REF" required="true"/>
|
59
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
60
|
+
<fmm:UserInputParm defaultValue="$php_server$/xsl/view-mods.xsl" label="stylesheet URL" parmName="stylesheet" passBy="VALUE" required="false"></fmm:UserInputParm>
|
61
|
+
<fmm:UserInputParm defaultValue="text/html" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
|
62
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="application/xml text/xml text/html application/json application/octet-stream"></fmm:MethodReturnType>
|
63
|
+
</fmm:Method>
|
64
|
+
<fmm:Method operationName="getIndex" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
|
65
|
+
<fmm:DatastreamInputParm parmName="CONTENT" passBy="URL_REF" required="true"/>
|
66
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
67
|
+
<fmm:UserInputParm defaultValue="solr" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
|
68
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/plain text/xml application/json"></fmm:MethodReturnType>
|
69
|
+
</fmm:Method>
|
70
|
+
</fmm:MethodMap>
|
71
|
+
</foxml:xmlContent>
|
72
|
+
</foxml:datastreamVersion>
|
73
|
+
</foxml:datastream>
|
74
|
+
<foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
75
|
+
<foxml:datastreamVersion ID="DSINPUTSPEC1.0" LABEL="Datastream Input Specification for Service" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.mets.techMD.OTHER.UNSPECIFIED">
|
76
|
+
<foxml:xmlContent>
|
77
|
+
<fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for content objects.">
|
78
|
+
<fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="CONTENT">
|
79
|
+
<fbs:DSInputLabel>source MODS content</fbs:DSInputLabel>
|
80
|
+
<fbs:DSMIME>text/xml</fbs:DSMIME>
|
81
|
+
<fbs:DSInputInstruction></fbs:DSInputInstruction>
|
82
|
+
</fbs:DSInput>
|
83
|
+
</fbs:DSInputSpec>
|
84
|
+
</foxml:xmlContent>
|
85
|
+
</foxml:datastreamVersion>
|
86
|
+
</foxml:datastream>
|
87
|
+
<foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
88
|
+
<foxml:datastreamVersion ID="WSDL1.0" LABEL="WSDL Bindings" MIMETYPE="text/xml" FORMAT_URI="http://schemas.xmlsoap.org/wsdl/">
|
89
|
+
<foxml:xmlContent>
|
90
|
+
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
|
91
|
+
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
|
92
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap"
|
93
|
+
xmlns:soapenc="http://schemas.xmlsoap.org/wsdl/soap/encoding"
|
94
|
+
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
95
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
96
|
+
xmlns:this="core-ns"
|
97
|
+
targetNamespace="core-ns"
|
98
|
+
name="Basic behaviors for descriptions and objects.">
|
99
|
+
|
100
|
+
<wsdl:types>
|
101
|
+
<xsd:schema targetNamespace="core-ns">
|
102
|
+
<xsd:simpleType name="startType">
|
103
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
104
|
+
</xsd:simpleType>
|
105
|
+
<xsd:simpleType name="maxType">
|
106
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
107
|
+
</xsd:simpleType>
|
108
|
+
<xsd:simpleType name="URLType">
|
109
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
110
|
+
</xsd:simpleType>
|
111
|
+
<xsd:simpleType name="objuriType">
|
112
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
113
|
+
</xsd:simpleType>
|
114
|
+
<xsd:simpleType name="formatType">
|
115
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
116
|
+
</xsd:simpleType>
|
117
|
+
</xsd:schema>
|
118
|
+
</wsdl:types>
|
119
|
+
|
120
|
+
<wsdl:message name="uriRequest">
|
121
|
+
<wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
|
122
|
+
</wsdl:message>
|
123
|
+
<wsdl:message name="listRequest">
|
124
|
+
<wsdl:part name="start" type="this:startType"></wsdl:part>
|
125
|
+
<wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
|
126
|
+
<wsdl:part name="max" type="this:maxType"></wsdl:part>
|
127
|
+
<wsdl:part name="format" type="this:formatType"></wsdl:part>
|
128
|
+
</wsdl:message>
|
129
|
+
<wsdl:message name="getViewerRequest">
|
130
|
+
<wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
|
131
|
+
<wsdl:part name="CONTENT" type="this:URLType"/>
|
132
|
+
<wsdl:part name="format" type="this:formatType"></wsdl:part>
|
133
|
+
<wsdl:part name="stylesheet" type="this:URLType"></wsdl:part>
|
134
|
+
</wsdl:message>
|
135
|
+
<wsdl:message name="getIndexRequest">
|
136
|
+
<wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
|
137
|
+
<wsdl:part name="CONTENT" type="this:URLType"/>
|
138
|
+
<wsdl:part name="format" type="this:formatType"></wsdl:part>
|
139
|
+
</wsdl:message>
|
140
|
+
|
141
|
+
<wsdl:message name="response">
|
142
|
+
<wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
|
143
|
+
</wsdl:message>
|
144
|
+
|
145
|
+
|
146
|
+
<wsdl:portType name="coresvcPortType">
|
147
|
+
<wsdl:operation name="rmap">
|
148
|
+
<wsdl:input message="this:uriRequest"></wsdl:input>
|
149
|
+
<wsdl:output message="this:response"></wsdl:output>
|
150
|
+
</wsdl:operation>
|
151
|
+
<wsdl:operation name="numberDescriptions">
|
152
|
+
<wsdl:input message="this:uriRequest"></wsdl:input>
|
153
|
+
<wsdl:output message="this:response"></wsdl:output>
|
154
|
+
</wsdl:operation>
|
155
|
+
<wsdl:operation name="describedBy">
|
156
|
+
<wsdl:input message="this:listRequest"></wsdl:input>
|
157
|
+
<wsdl:output message="this:response"></wsdl:output>
|
158
|
+
</wsdl:operation>
|
159
|
+
<wsdl:operation name="getViewer">
|
160
|
+
<wsdl:input message="this:getViewerRequest"></wsdl:input>
|
161
|
+
<wsdl:output message="this:response"></wsdl:output>
|
162
|
+
</wsdl:operation>
|
163
|
+
<wsdl:operation name="getIndex">
|
164
|
+
<wsdl:input message="this:getIndexRequest"></wsdl:input>
|
165
|
+
<wsdl:output message="this:response"></wsdl:output>
|
166
|
+
</wsdl:operation>
|
167
|
+
</wsdl:portType>
|
168
|
+
|
169
|
+
<wsdl:service name="coresvc">
|
170
|
+
<wsdl:port binding="this:coresvc_http" name="coresvc_port">
|
171
|
+
<http:address location="LOCAL"></http:address>
|
172
|
+
</wsdl:port>
|
173
|
+
</wsdl:service>
|
174
|
+
<wsdl:binding name="coresvc_http" type="this:coresvcPortType">
|
175
|
+
|
176
|
+
<http:binding verb="GET"></http:binding>
|
177
|
+
<wsdl:operation name="rmap">
|
178
|
+
<http:operation location="$php_server$/fedora-svc/core/rmap/mods-metadata.php?host=local.fedora.server&port=8080&path=fedora&format=application/json&objuri=(objuri)"></http:operation>
|
179
|
+
<wsdl:input>
|
180
|
+
<http:urlReplacement></http:urlReplacement>
|
181
|
+
</wsdl:input>
|
182
|
+
<wsdl:output>
|
183
|
+
<mime:content type="application/json"></mime:content>
|
184
|
+
</wsdl:output>
|
185
|
+
</wsdl:operation>
|
186
|
+
<wsdl:operation name="numberDescriptions">
|
187
|
+
<http:operation location="http://local.fedora.server/fedora/risearch?type=tuples&lang=itql&format=count&query=select+%24a+from+%3C%23ri%3E+where+%24a+%3Chttp%3A%2F%2Fpurl.oclc.org%2FNET%2FCUL%2FmetadataFor%3E+%3C(objuri)%3E"></http:operation>
|
188
|
+
<wsdl:input>
|
189
|
+
<http:urlReplacement></http:urlReplacement>
|
190
|
+
</wsdl:input>
|
191
|
+
<wsdl:output>
|
192
|
+
<mime:content type="text/xml"></mime:content>
|
193
|
+
</wsdl:output>
|
194
|
+
</wsdl:operation>
|
195
|
+
<wsdl:operation name="describedBy">
|
196
|
+
<http:operation location="$php_server$/fedora-svc/core/describedBy/core.php?host=local.fedora.server&port=8080&path=fedora&format=(format)&objuri=(objuri)&max=(max)&start=(start)"></http:operation>
|
197
|
+
<wsdl:input>
|
198
|
+
<http:urlReplacement></http:urlReplacement>
|
199
|
+
</wsdl:input>
|
200
|
+
<wsdl:output>
|
201
|
+
<mime:content type="text/xml"></mime:content>
|
202
|
+
</wsdl:output>
|
203
|
+
</wsdl:operation>
|
204
|
+
<wsdl:operation name="getViewer">
|
205
|
+
<http:operation location="$php_server$/fedora-svc/core/getViewer/mods-metadata.php?content=(CONTENT)&format=(format)&stylesheet=(stylesheet)"></http:operation>
|
206
|
+
<wsdl:input>
|
207
|
+
<http:urlReplacement></http:urlReplacement>
|
208
|
+
</wsdl:input>
|
209
|
+
<wsdl:output>
|
210
|
+
<mime:content type="application/xml"></mime:content>
|
211
|
+
</wsdl:output>
|
212
|
+
</wsdl:operation>
|
213
|
+
<wsdl:operation name="getIndex">
|
214
|
+
<http:operation location="$php_server$/fedora-svc/core/getIndex/mods-metadata.php?content=(CONTENT)&format=(format)&objuri=(objuri)"></http:operation>
|
215
|
+
<wsdl:input>
|
216
|
+
<http:urlReplacement></http:urlReplacement>
|
217
|
+
</wsdl:input>
|
218
|
+
<wsdl:output>
|
219
|
+
<mime:content type="application/xml"></mime:content>
|
220
|
+
</wsdl:output>
|
221
|
+
</wsdl:operation>
|
222
|
+
</wsdl:binding>
|
223
|
+
</wsdl:definitions>
|
224
|
+
</foxml:xmlContent>
|
225
|
+
</foxml:datastreamVersion>
|
226
|
+
</foxml:datastream>
|
227
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,222 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.PTIFImage"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="Service Deployment Object for Jpeg2000/Djatoka Zooming Image aggregators"/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2008-07-09T13:59:55.703Z"/>
|
10
|
+
<foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2009-04-24T21:51:51.858Z"/>
|
11
|
+
</foxml:objectProperties>
|
12
|
+
|
13
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
14
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for Service Deployment Object for Resource-to-Metadata relationships" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/">
|
15
|
+
<foxml:xmlContent>
|
16
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
|
17
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
18
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
19
|
+
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
20
|
+
<dc:title>Service Deployment Object for Pyramidal TIFF Zooming Image aggregators</dc:title>
|
21
|
+
<dc:identifier>ldpd:sdep.PTIFImage</dc:identifier>
|
22
|
+
</oai_dc:dc>
|
23
|
+
</foxml:xmlContent>
|
24
|
+
</foxml:datastreamVersion>
|
25
|
+
</foxml:datastream>
|
26
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
27
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0">
|
28
|
+
<foxml:xmlContent>
|
29
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
30
|
+
<rdf:Description rdf:about="info:fedora/ldpd:sdep.PTIFImage">
|
31
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ServiceDeployment-3.0"></fedora-model:hasModel>
|
32
|
+
<fedora-model:isDeploymentOf rdf:resource="info:fedora/ldpd:sdef.Image"></fedora-model:isDeploymentOf>
|
33
|
+
<fedora-model:isDeploymentOf rdf:resource="info:fedora/ldpd:sdef.ZoomingImage"></fedora-model:isDeploymentOf>
|
34
|
+
<fedora-model:isContractorOf rdf:resource="info:fedora/ldpd:PTIFImageAggregator"></fedora-model:isContractorOf>
|
35
|
+
</rdf:Description>
|
36
|
+
</rdf:RDF>
|
37
|
+
</foxml:xmlContent>
|
38
|
+
</foxml:datastreamVersion>
|
39
|
+
</foxml:datastream>
|
40
|
+
<foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
41
|
+
<foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Deployment Method Map" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDepMethodMap-1.0">
|
42
|
+
<foxml:xmlContent>
|
43
|
+
<fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" bDefPID="ldpd:sdef.Image" name="MethodMap - Basic behaviors for web images.">
|
44
|
+
<fmm:Method operationName="getThumbnail" wsdlMsgName="getViewRequest" wsdlMsgOutput="response">
|
45
|
+
<fmm:DatastreamInputParm defaultValue="" label="" parmName="APPDATA" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
|
46
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
47
|
+
<fmm:DefaultInputParm defaultValue="72" label="" parmName="min" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
48
|
+
<fmm:DefaultInputParm defaultValue="72" label="" parmName="max" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
49
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="image/jpeg"/>
|
50
|
+
</fmm:Method>
|
51
|
+
<fmm:Method operationName="getPreservation" wsdlMsgName="getViewRequest" wsdlMsgOutput="response">
|
52
|
+
<fmm:DatastreamInputParm defaultValue="" label="" parmName="APPDATA" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
|
53
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
54
|
+
<fmm:DefaultInputParm defaultValue="" label="" parmName="min" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
55
|
+
<fmm:DefaultInputParm defaultValue="" label="" parmName="max" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
56
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="image/jpeg"/>
|
57
|
+
</fmm:Method>
|
58
|
+
<fmm:Method operationName="getView" wsdlMsgName="getViewRequest" wsdlMsgOutput="response">
|
59
|
+
<fmm:DatastreamInputParm defaultValue="" label="" parmName="APPDATA" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
|
60
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
61
|
+
<fmm:UserInputParm defaultValue="70" label="" parmName="min" passBy="VALUE" required="false"></fmm:UserInputParm>
|
62
|
+
<fmm:UserInputParm defaultValue="300" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
|
63
|
+
<fmm:UserInputParm defaultValue="image/jpeg" parmName="format" passBy="VALUE" required="false"/>
|
64
|
+
<fmm:UserInputParm defaultValue="small" label="" parmName="prefer" passBy="VALUE" required="false"></fmm:UserInputParm>
|
65
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="image/jpeg"/>
|
66
|
+
</fmm:Method>
|
67
|
+
<fmm:Method operationName="getMetadata" wsdlMsgName="getMetadataRequest" wsdlMsgOutput="response">
|
68
|
+
<fmm:DatastreamInputParm parmName="APPDATA" passBy="URL_REF" required="true"/>
|
69
|
+
<fmm:DefaultInputParm defaultValue="info:lanl-repo/svc/getMetadata" parmName="svc_id" passBy="VALUE" required="true"/>
|
70
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="application/json"/>
|
71
|
+
</fmm:Method>
|
72
|
+
<fmm:Method operationName="getRegion" wsdlMsgName="getRegionRequest" wsdlMsgOutput="response">
|
73
|
+
<fmm:DatastreamInputParm parmName="APPDATA" passBy="URL_REF" required="true"/>
|
74
|
+
<fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
|
75
|
+
<fmm:UserInputParm defaultValue="" parmName="adhoc" passBy="VALUE" required="false"/>
|
76
|
+
<fmm:UserInputParm defaultValue="" parmName="region" passBy="VALUE" required="false"/>
|
77
|
+
<fmm:UserInputParm defaultValue="0" parmName="rotate" passBy="VALUE" required="false"/>
|
78
|
+
<fmm:UserInputParm defaultValue="-1" parmName="level" passBy="VALUE" required="false"/>
|
79
|
+
<fmm:UserInputParm defaultValue="" parmName="scale" passBy="VALUE" required="false"/>
|
80
|
+
<fmm:UserInputParm defaultValue="" parmName="clayers" passBy="VALUE" required="false"/>
|
81
|
+
<fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="image/jpeg"/>
|
82
|
+
</fmm:Method>
|
83
|
+
|
84
|
+
</fmm:MethodMap>
|
85
|
+
</foxml:xmlContent>
|
86
|
+
</foxml:datastreamVersion>
|
87
|
+
</foxml:datastream>
|
88
|
+
<foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
89
|
+
<foxml:datastreamVersion ID="DSINPUTSPEC1.0" LABEL="Datastream Input Specification for Service" CREATED="2009-04-24T21:51:51.966Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.mets.techMD.OTHER.UNSPECIFIED">
|
90
|
+
<foxml:xmlContent>
|
91
|
+
<fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for content objects.">
|
92
|
+
<fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="APPDATA">
|
93
|
+
<fbs:DSInputLabel>JSON metadata for pyramidal tiff</fbs:DSInputLabel>
|
94
|
+
<fbs:DSMIME>application/json</fbs:DSMIME>
|
95
|
+
<fbs:DSInputInstruction></fbs:DSInputInstruction>
|
96
|
+
</fbs:DSInput>
|
97
|
+
</fbs:DSInputSpec>
|
98
|
+
</foxml:xmlContent>
|
99
|
+
</foxml:datastreamVersion>
|
100
|
+
</foxml:datastream>
|
101
|
+
<foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
102
|
+
<foxml:datastreamVersion ID="WSDL1.0" LABEL="WSDL Bindings" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="text/xml" FORMAT_URI="http://schemas.xmlsoap.org/wsdl/">
|
103
|
+
<foxml:xmlContent>
|
104
|
+
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap" xmlns:soapenc="http://schemas.xmlsoap.org/wsdl/soap/encoding" xmlns:this="webImage" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Basic behaviors for descriptions and objects." targetNamespace="webImage">
|
105
|
+
|
106
|
+
<wsdl:types>
|
107
|
+
<xsd:schema targetNamespace="webImage">
|
108
|
+
<xsd:simpleType name="minType">
|
109
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
110
|
+
</xsd:simpleType>
|
111
|
+
<xsd:simpleType name="maxType">
|
112
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
113
|
+
</xsd:simpleType>
|
114
|
+
<xsd:simpleType name="objuriType">
|
115
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
116
|
+
</xsd:simpleType>
|
117
|
+
<xsd:simpleType name="URLType">
|
118
|
+
<xsd:restriction base="xsd:string"></xsd:restriction>
|
119
|
+
</xsd:simpleType>
|
120
|
+
</xsd:schema>
|
121
|
+
</wsdl:types>
|
122
|
+
<wsdl:message name="getMetadataRequest">
|
123
|
+
<wsdl:part name="APPDATA" type="this:URLType"/>
|
124
|
+
</wsdl:message>
|
125
|
+
<wsdl:message name="getRegionRequest">
|
126
|
+
<wsdl:part name="APPDATA" type="this:URLType"/>
|
127
|
+
<wsdl:part name="scale" type="xsd:string"/>
|
128
|
+
<wsdl:part name="level" type="xsd:string"/>
|
129
|
+
<wsdl:part name="region" type="xsd:string"/>
|
130
|
+
<wsdl:part name="rotate" type="xsd:string"/>
|
131
|
+
<wsdl:part name="clayers" type="xsd:string"/>
|
132
|
+
</wsdl:message>
|
133
|
+
<wsdl:message name="getViewRequest">
|
134
|
+
<wsdl:part name="APPDATA" type="this:URLType"/>
|
135
|
+
<wsdl:part name="min" type="this:minType"/>
|
136
|
+
<wsdl:part name="max" type="this:maxType"/>
|
137
|
+
</wsdl:message>
|
138
|
+
<wsdl:message name="response">
|
139
|
+
<wsdl:part name="exhibit" type="xsd:base64Binary"/>
|
140
|
+
</wsdl:message>
|
141
|
+
<wsdl:portType name="FedoraDjatokaPortType">
|
142
|
+
<wsdl:operation name="getMetadata">
|
143
|
+
<wsdl:input message="this:getMetadataRequest"/>
|
144
|
+
<wsdl:output message="this:response"/>
|
145
|
+
</wsdl:operation>
|
146
|
+
<wsdl:operation name="getRegion">
|
147
|
+
<wsdl:input message="this:getRegionRequest"/>
|
148
|
+
<wsdl:output message="this:response"/>
|
149
|
+
</wsdl:operation>
|
150
|
+
<wsdl:operation name="getView">
|
151
|
+
<wsdl:input message="this:getViewRequest"/>
|
152
|
+
<wsdl:output message="this:response"/>
|
153
|
+
</wsdl:operation>
|
154
|
+
<wsdl:operation name="getThumbnail">
|
155
|
+
<wsdl:input message="this:getViewRequest"/>
|
156
|
+
<wsdl:output message="this:response"/>
|
157
|
+
</wsdl:operation>
|
158
|
+
<wsdl:operation name="getPreservation">
|
159
|
+
<wsdl:input message="this:getViewRequest"/>
|
160
|
+
<wsdl:output message="this:response"/>
|
161
|
+
</wsdl:operation>
|
162
|
+
|
163
|
+
</wsdl:portType>
|
164
|
+
<wsdl:service name="FedoraDjatoka">
|
165
|
+
<wsdl:port binding="this:FedoraDjatoka_http" name="FedoraDjatoka_port">
|
166
|
+
<http:address location="$php_server$/fedora-svc/"/>
|
167
|
+
</wsdl:port>
|
168
|
+
</wsdl:service>
|
169
|
+
<wsdl:binding name="FedoraDjatoka_http" type="this:FedoraDjatokaPortType">
|
170
|
+
<http:binding verb="GET"/>
|
171
|
+
<wsdl:operation name="getMetadata">
|
172
|
+
<http:operation location="image/getMetadata/ptif.php?json=(APPDATA)"/>
|
173
|
+
<wsdl:input>
|
174
|
+
<http:urlReplacement/>
|
175
|
+
</wsdl:input>
|
176
|
+
<wsdl:output>
|
177
|
+
<mime:content type="application/json"/>
|
178
|
+
</wsdl:output>
|
179
|
+
</wsdl:operation>
|
180
|
+
<wsdl:operation name="getRegion">
|
181
|
+
<http:operation location="zooming-image/getRegion/ptif.php?json=(APPDATA)&region=(region)&scale=(scale)&level=(level)&clayers=(clayers)&rotate=(rotate)"/>
|
182
|
+
<wsdl:input>
|
183
|
+
<http:urlReplacement/>
|
184
|
+
</wsdl:input>
|
185
|
+
<wsdl:output>
|
186
|
+
<mime:content type="image/jpeg"/>
|
187
|
+
</wsdl:output>
|
188
|
+
</wsdl:operation>
|
189
|
+
<wsdl:operation name="getView">
|
190
|
+
<http:operation location="image/getView/ptif.php?json=(APPDATA)&min=(min)&max=(max)"/>
|
191
|
+
<wsdl:input>
|
192
|
+
<http:urlReplacement/>
|
193
|
+
</wsdl:input>
|
194
|
+
<wsdl:output>
|
195
|
+
<mime:content type="image/jpeg"/>
|
196
|
+
</wsdl:output>
|
197
|
+
</wsdl:operation>
|
198
|
+
<wsdl:operation name="getThumbnail">
|
199
|
+
<http:operation location="image/getView/ptif.php?json=(APPDATA)&min=(min)&max=(max)"/>
|
200
|
+
<wsdl:input>
|
201
|
+
<http:urlReplacement/>
|
202
|
+
</wsdl:input>
|
203
|
+
<wsdl:output>
|
204
|
+
<mime:content type="image/jpeg"/>
|
205
|
+
</wsdl:output>
|
206
|
+
</wsdl:operation>
|
207
|
+
<wsdl:operation name="getPreservation">
|
208
|
+
<http:operation location="image/getView/ptif.php?json=(APPDATA)&min=(min)&max=(max)"/>
|
209
|
+
<wsdl:input>
|
210
|
+
<http:urlReplacement/>
|
211
|
+
</wsdl:input>
|
212
|
+
<wsdl:output>
|
213
|
+
<mime:content type="image/jpeg"/>
|
214
|
+
</wsdl:output>
|
215
|
+
</wsdl:operation>
|
216
|
+
</wsdl:binding>
|
217
|
+
|
218
|
+
</wsdl:definitions>
|
219
|
+
</foxml:xmlContent>
|
220
|
+
</foxml:datastreamVersion>
|
221
|
+
</foxml:datastream>
|
222
|
+
</foxml:digitalObject>
|