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.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/concerns/cul/scv/hydra/models/common.rb +0 -6
  3. data/app/models/concerns/rdf/fcrepo3.rb +150 -94
  4. data/fixtures/cmodels/ldpd_ADLMetadata.xml +56 -0
  5. data/fixtures/cmodels/ldpd_AESMetadata.xml +56 -0
  6. data/fixtures/cmodels/ldpd_BagAggregator.xml +70 -0
  7. data/fixtures/cmodels/ldpd_Concept.xml +69 -0
  8. data/fixtures/cmodels/ldpd_ContentAggregator.xml +70 -0
  9. data/fixtures/cmodels/ldpd_DynamicAggregator.xml +56 -0
  10. data/fixtures/cmodels/ldpd_JP2ImageAggregator.xml +60 -0
  11. data/fixtures/cmodels/ldpd_METSMetadata.xml +56 -0
  12. data/fixtures/cmodels/ldpd_METSStructuredAggregator.xml +53 -0
  13. data/fixtures/cmodels/ldpd_MODSMetadata.xml +73 -0
  14. data/fixtures/cmodels/ldpd_MostRecent.xml +46 -0
  15. data/fixtures/cmodels/ldpd_PTIFImageAggregator.xml +63 -0
  16. data/fixtures/cmodels/ldpd_Resource.xml +72 -0
  17. data/fixtures/cmodels/ldpd_RestrictedResource.xml +54 -0
  18. data/fixtures/cmodels/ldpd_Since.xml +62 -0
  19. data/fixtures/cmodels/ldpd_StaticAudioAggregator.xml +54 -0
  20. data/fixtures/cmodels/ldpd_StaticImageAggregator.xml +71 -0
  21. data/fixtures/cmodels/ldpd_htest.xml +54 -0
  22. data/fixtures/cmodels/ldpd_nullbind.xml +63 -0
  23. data/fixtures/cmodels/ldpd_sdef.Aggregator.xml +71 -0
  24. data/fixtures/cmodels/ldpd_sdef.Core.xml +48 -0
  25. data/fixtures/cmodels/ldpd_sdef.Image.xml +47 -0
  26. data/fixtures/cmodels/ldpd_sdef.Metadata.xml +62 -0
  27. data/fixtures/cmodels/ldpd_sdef.Resource.xml +76 -0
  28. data/fixtures/cmodels/ldpd_sdef.ZoomingImage.xml +46 -0
  29. data/fixtures/cmodels/ldpd_sdep.BagAggregator.xml +160 -0
  30. data/fixtures/cmodels/ldpd_sdep.BagAggregatorCore.xml +221 -0
  31. data/fixtures/cmodels/ldpd_sdep.ContentAggregatorCore.xml +221 -0
  32. data/fixtures/cmodels/ldpd_sdep.DynamicAggregator.xml +171 -0
  33. data/fixtures/cmodels/ldpd_sdep.DynamicAggregatorCore.xml +215 -0
  34. data/fixtures/cmodels/ldpd_sdep.JP2Image.xml +220 -0
  35. data/fixtures/cmodels/ldpd_sdep.JP2ImageAggregator.xml +167 -0
  36. data/fixtures/cmodels/ldpd_sdep.JP2ImageCore.xml +229 -0
  37. data/fixtures/cmodels/ldpd_sdep.MODSMetadata.xml +158 -0
  38. data/fixtures/cmodels/ldpd_sdep.MODSMetadataCore.xml +227 -0
  39. data/fixtures/cmodels/ldpd_sdep.PTIFImage.xml +222 -0
  40. data/fixtures/cmodels/ldpd_sdep.PTIFImageAggregator.xml +167 -0
  41. data/fixtures/cmodels/ldpd_sdep.PTIFImageCore.xml +215 -0
  42. data/fixtures/cmodels/ldpd_sdep.StaticImage.xml +210 -0
  43. data/fixtures/cmodels/ldpd_sdep.StaticImageAggregator.xml +186 -0
  44. data/fixtures/cmodels/ldpd_sdep.StaticImageCore.xml +220 -0
  45. data/fixtures/spec/BLOB/test001.jpg +0 -0
  46. data/fixtures/spec/CUL_DC/dc.xml +5 -0
  47. data/fixtures/spec/CUL_MODS/mods-001.xml +25 -0
  48. data/fixtures/spec/CUL_MODS/mods-all.xml +65 -0
  49. data/fixtures/spec/CUL_MODS/mods-bad-repo.xml +7 -0
  50. data/fixtures/spec/CUL_MODS/mods-date-created-range.xml +7 -0
  51. data/fixtures/spec/CUL_MODS/mods-date-created-single.xml +6 -0
  52. data/fixtures/spec/CUL_MODS/mods-date-issued-range.xml +7 -0
  53. data/fixtures/spec/CUL_MODS/mods-date-issued-single.xml +6 -0
  54. data/fixtures/spec/CUL_MODS/mods-date-other-range.xml +7 -0
  55. data/fixtures/spec/CUL_MODS/mods-date-other-single.xml +6 -0
  56. data/fixtures/spec/CUL_MODS/mods-date-range-short-years.xml +7 -0
  57. data/fixtures/spec/CUL_MODS/mods-item.xml +31 -0
  58. data/fixtures/spec/CUL_MODS/mods-names.xml +35 -0
  59. data/fixtures/spec/CUL_MODS/mods-notes.xml +7 -0
  60. data/fixtures/spec/CUL_MODS/mods-ns.xml +2 -0
  61. data/fixtures/spec/CUL_MODS/mods-origin-info.xml +9 -0
  62. data/fixtures/spec/CUL_MODS/mods-part.xml +22 -0
  63. data/fixtures/spec/CUL_MODS/mods-physical-description.xml +12 -0
  64. data/fixtures/spec/CUL_MODS/mods-physical-location.xml +9 -0
  65. data/fixtures/spec/CUL_MODS/mods-record-info.xml +4 -0
  66. data/fixtures/spec/CUL_MODS/mods-relateditem-project.xml +8 -0
  67. data/fixtures/spec/CUL_MODS/mods-subjects.xml +44 -0
  68. data/fixtures/spec/CUL_MODS/mods-textual-date.xml +8 -0
  69. data/fixtures/spec/CUL_MODS/mods-titles.xml +33 -0
  70. data/fixtures/spec/CUL_MODS/mods-top-level-location-vs-relateditem-location.xml +18 -0
  71. data/fixtures/spec/CUL_MODS/mods-unmapped-project.xml +7 -0
  72. data/fixtures/spec/CUL_SOLR/mods-001.xml +1 -0
  73. data/fixtures/spec/CUL_SOLR/mods-001.yml +30 -0
  74. data/fixtures/spec/FOXML/content-aggregator.xml +64 -0
  75. data/fixtures/spec/FOXML/content-cmodel.xml +48 -0
  76. data/fixtures/spec/FOXML/image-cmodel.xml +48 -0
  77. data/fixtures/spec/FOXML/resource-max.xml +83 -0
  78. data/fixtures/spec/FOXML/resource-screen.xml +273 -0
  79. data/fixtures/spec/FOXML/resource-thumb.xml +86 -0
  80. data/fixtures/spec/FOXML/static-image-aggregator.xml +31 -0
  81. data/fixtures/spec/STRUCTMAP/structmap-examples.xml +21 -0
  82. data/fixtures/spec/STRUCTMAP/structmap-recto.xml +4 -0
  83. data/fixtures/spec/STRUCTMAP/structmap-seq.xml +5 -0
  84. data/fixtures/spec/STRUCTMAP/structmap-unordered-seq.xml +5 -0
  85. data/lib/cul_scv_hydra/version.rb +1 -1
  86. data/lib/cul_scv_hydra/version.rb~ +1 -1
  87. metadata +86 -5
@@ -0,0 +1,220 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.JP2Image"
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 Jpeg2000/Djatoka Zooming Image aggregators</dc:title>
21
+ <dc:identifier>ldpd:sdep.JP2Image</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.JP2Image">
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:JP2ImageAggregator"></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="SOURCE" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
46
+ <fmm:DefaultInputParm defaultValue="info:lanl-repo/svc/getRegion" parmName="svc_id" passBy="VALUE" required="true"/>
47
+ <fmm:UserInputParm defaultValue="image/jpeg" parmName="format" passBy="VALUE" required="false"/>
48
+ <fmm:DefaultInputParm defaultValue="72" label="" parmName="min" passBy="VALUE" required="true"></fmm:DefaultInputParm>
49
+ <fmm:DefaultInputParm defaultValue="72" label="" parmName="max" passBy="VALUE" required="true"></fmm:DefaultInputParm>
50
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="image/jpeg"/>
51
+ </fmm:Method>
52
+ <fmm:Method operationName="getPreservation" wsdlMsgName="getViewRequest" wsdlMsgOutput="response">
53
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="SOURCE" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
54
+ <fmm:DefaultInputParm defaultValue="info:lanl-repo/svc/getRegion" parmName="svc_id" passBy="VALUE" required="true"/>
55
+ <fmm:DefaultInputParm defaultValue="" label="" parmName="min" passBy="VALUE" required="true"></fmm:DefaultInputParm>
56
+ <fmm:DefaultInputParm defaultValue="" label="" parmName="max" passBy="VALUE" required="true"></fmm:DefaultInputParm>
57
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="image/jpeg"/>
58
+ </fmm:Method>
59
+ <fmm:Method operationName="getView" wsdlMsgName="getViewRequest" wsdlMsgOutput="response">
60
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="SOURCE" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
61
+ <fmm:DefaultInputParm defaultValue="info:lanl-repo/svc/getRegion" parmName="svc_id" passBy="VALUE" required="true"/>
62
+ <fmm:UserInputParm defaultValue="70" label="" parmName="min" passBy="VALUE" required="false"></fmm:UserInputParm>
63
+ <fmm:UserInputParm defaultValue="300" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
64
+ <fmm:UserInputParm defaultValue="image/jpeg" parmName="format" passBy="VALUE" required="false"/>
65
+ <fmm:UserInputParm defaultValue="small" label="" parmName="prefer" passBy="VALUE" required="false"></fmm:UserInputParm>
66
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="image/jpeg"/>
67
+ </fmm:Method>
68
+ <fmm:Method operationName="getMetadata" wsdlMsgName="getMetadataRequest" wsdlMsgOutput="response">
69
+ <fmm:DatastreamInputParm parmName="SOURCE" passBy="URL_REF" required="true"/>
70
+ <fmm:DefaultInputParm defaultValue="info:lanl-repo/svc/getMetadata" parmName="svc_id" passBy="VALUE" required="true"/>
71
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="application/json"/>
72
+ </fmm:Method>
73
+ <fmm:Method operationName="getRegion" wsdlMsgName="getRegionRequest" wsdlMsgOutput="response">
74
+ <fmm:DatastreamInputParm parmName="SOURCE" passBy="URL_REF" required="true"/>
75
+ <fmm:DefaultInputParm defaultValue="info:lanl-repo/svc/getRegion" parmName="svc_id" passBy="VALUE" required="true"/>
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="SOURCE">
93
+ <fbs:DSInputLabel>JP2 source file</fbs:DSInputLabel>
94
+ <fbs:DSMIME>image/jp2</fbs:DSMIME>
95
+ <fbs:DSInputInstruction>JP2 source file to be transformed</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="SOURCE" type="this:URLType"/>
124
+ <wsdl:part name="svc_id" type="this:URLType"/>
125
+ </wsdl:message>
126
+ <wsdl:message name="getRegionRequest">
127
+ <wsdl:part name="SOURCE" type="this:URLType"/>
128
+ <wsdl:part name="svc_id" type="this:URLType"/>
129
+ </wsdl:message>
130
+ <wsdl:message name="getViewRequest">
131
+ <wsdl:part name="SOURCE" type="this:URLType"/>
132
+ <wsdl:part name="min" type="this:minType"/>
133
+ <wsdl:part name="max" type="this:maxType"/>
134
+ <wsdl:part name="svc_id" type="this:URLType"/>
135
+ </wsdl:message>
136
+ <wsdl:message name="response">
137
+ <wsdl:part name="exhibit" type="xsd:base64Binary"/>
138
+ </wsdl:message>
139
+ <wsdl:portType name="FedoraDjatokaPortType">
140
+ <wsdl:operation name="getMetadata">
141
+ <wsdl:input message="this:getMetadataRequest"/>
142
+ <wsdl:output message="this:response"/>
143
+ </wsdl:operation>
144
+ <wsdl:operation name="getRegion">
145
+ <wsdl:input message="this:getRegionRequest"/>
146
+ <wsdl:output message="this:response"/>
147
+ </wsdl:operation>
148
+ <wsdl:operation name="getView">
149
+ <wsdl:input message="this:getViewRequest"/>
150
+ <wsdl:output message="this:response"/>
151
+ </wsdl:operation>
152
+ <wsdl:operation name="getThumbnail">
153
+ <wsdl:input message="this:getViewRequest"/>
154
+ <wsdl:output message="this:response"/>
155
+ </wsdl:operation>
156
+ <wsdl:operation name="getPreservation">
157
+ <wsdl:input message="this:getViewRequest"/>
158
+ <wsdl:output message="this:response"/>
159
+ </wsdl:operation>
160
+
161
+ </wsdl:portType>
162
+ <wsdl:service name="FedoraDjatoka">
163
+ <wsdl:port binding="this:FedoraDjatoka_http" name="FedoraDjatoka_port">
164
+ <http:address location="$djatoka_server$/adore-djatoka/"/>
165
+ </wsdl:port>
166
+ </wsdl:service>
167
+ <wsdl:binding name="FedoraDjatoka_http" type="this:FedoraDjatokaPortType">
168
+ <http:binding verb="GET"/>
169
+ <wsdl:operation name="getMetadata">
170
+ <http:operation location="resolver?url_ver=Z39.88-2004&amp;rft_id=(SOURCE)&amp;svc_id=(svc_id)"/>
171
+ <wsdl:input>
172
+ <http:urlReplacement/>
173
+ </wsdl:input>
174
+ <wsdl:output>
175
+ <mime:content type="application/json"/>
176
+ </wsdl:output>
177
+ </wsdl:operation>
178
+ <wsdl:operation name="getRegion">
179
+ <http:operation location="resolver?url_ver=Z39.88-2004&amp;rft_id=(SOURCE)&amp;svc_id=(svc_id)&amp;svc_val_fmt=info:ofi/fmt:kev:mtx:jpeg2000&amp;svc.format=image/jpeg&amp;svc.level=(level)&amp;svc.rotate=(rotate)&amp;svc.region=(region)&amp;svc.scale=(scale)&amp;svc.clayers=(clayers)"/>
180
+ <wsdl:input>
181
+ <http:urlReplacement/>
182
+ </wsdl:input>
183
+ <wsdl:output>
184
+ <mime:content type="image/jpeg"/>
185
+ </wsdl:output>
186
+ </wsdl:operation>
187
+ <wsdl:operation name="getView">
188
+ <http:operation location="resolver?url_ver=Z39.88-2004&amp;rft_id=(SOURCE)&amp;svc_id=(svc_id)&amp;svc_val_fmt=info:ofi/fmt:kev:mtx:jpeg2000&amp;svc.format=image/jpeg&amp;svc.level=(level)&amp;svc.rotate=0&amp;svc.scale=(max)&amp;svc.clayers=(clayers)"/>
189
+ <wsdl:input>
190
+ <http:urlReplacement/>
191
+ </wsdl:input>
192
+ <wsdl:output>
193
+ <mime:content type="image/jpeg"/>
194
+ </wsdl:output>
195
+ </wsdl:operation>
196
+ <wsdl:operation name="getThumbnail">
197
+ <http:operation location="resolver?url_ver=Z39.88-2004&amp;rft_id=(SOURCE)&amp;svc_id=(svc_id)&amp;svc_val_fmt=info:ofi/fmt:kev:mtx:jpeg2000&amp;svc.format=image/jpeg&amp;svc.level=(level)&amp;svc.rotate=0&amp;svc.scale=(max)&amp;svc.clayers=(clayers)"/>
198
+ <wsdl:input>
199
+ <http:urlReplacement/>
200
+ </wsdl:input>
201
+ <wsdl:output>
202
+ <mime:content type="image/jpeg"/>
203
+ </wsdl:output>
204
+ </wsdl:operation>
205
+ <wsdl:operation name="getPreservation">
206
+ <http:operation location="resolver?url_ver=Z39.88-2004&amp;rft_id=(SOURCE)&amp;svc_id=(svc_id)&amp;svc_val_fmt=info:ofi/fmt:kev:mtx:jpeg2000&amp;svc.format=image/jpeg&amp;svc.level=&amp;svc.rotate=0&amp;svc.region=&amp;svc.scale=&amp;svc.clayers="/>
207
+ <wsdl:input>
208
+ <http:urlReplacement/>
209
+ </wsdl:input>
210
+ <wsdl:output>
211
+ <mime:content type="image/jpeg"/>
212
+ </wsdl:output>
213
+ </wsdl:operation>
214
+ </wsdl:binding>
215
+
216
+ </wsdl:definitions>
217
+ </foxml:xmlContent>
218
+ </foxml:datastreamVersion>
219
+ </foxml:datastream>
220
+ </foxml:digitalObject>
@@ -0,0 +1,167 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.JP2ImageAggregator"
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 listMembers"/>
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:26:59.312Z"/>
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 this object" 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 listMembers and getSize</dc:title>
21
+ <dc:identifier>ldpd:sdep.JP2ImageAggregator</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" 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.JP2ImageAggregator">
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.Aggregator"></fedora-model:isDeploymentOf>
33
+ <fedora-model:isContractorOf rdf:resource="info:fedora/ldpd:JP2ImageAggregator"></fedora-model:isContractorOf>
34
+ </rdf:Description>
35
+ </rdf:RDF>
36
+ </foxml:xmlContent>
37
+ </foxml:datastreamVersion>
38
+ </foxml:datastream>
39
+ <foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
40
+ <foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Deployment Method Map" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDepMethodMap-1.0">
41
+ <foxml:xmlContent>
42
+ <fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" bDefPID="ldpd:sdef.Aggregator" name="MethodMap - Basic behaviors for collection objects.">
43
+
44
+ <fmm:Method operationLabel="Returns the number of objects currently in this collection, in Sparql form." operationName="getSize" wsdlMsgName="getSizeRequest" wsdlMsgOutput="getSizeResponse">
45
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
46
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
47
+ <fmm:MethodReturnType wsdlMsgName="getSizeResponse" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
48
+ </fmm:Method>
49
+ <fmm:Method operationLabel="Returns PIDs for members of this collection, in Sparql form. No more than max PIDs are returned, starting with the number start object in an ordered list." operationName="listMembers" wsdlMsgName="listMembersRequest" wsdlMsgOutput="listMembersResponse">
50
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
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="sparql" 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="listMembersResponse" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
56
+ </fmm:Method>
57
+
58
+ </fmm:MethodMap>
59
+ </foxml:xmlContent>
60
+ </foxml:datastreamVersion>
61
+ </foxml:datastream>
62
+ <foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
63
+ <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">
64
+ <foxml:xmlContent>
65
+ <fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for collection objects.">
66
+ <fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="NULLBIND" pid="ldpd:nullbind">
67
+ <fbs:DSInputLabel>NULLBIND Binding</fbs:DSInputLabel>
68
+ <fbs:DSMIME>text/xml</fbs:DSMIME>
69
+ <fbs:DSInputInstruction></fbs:DSInputInstruction>
70
+
71
+ </fbs:DSInput>
72
+ </fbs:DSInputSpec>
73
+ </foxml:xmlContent>
74
+ </foxml:datastreamVersion>
75
+ </foxml:datastream>
76
+ <foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
77
+ <foxml:datastreamVersion ID="WSDL1.0" LABEL="WSDL Bindings" MIMETYPE="text/xml" FORMAT_URI="http://schemas.xmlsoap.org/wsdl/">
78
+ <foxml:xmlContent>
79
+ <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="members" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Basic behaviors for collection objects." targetNamespace="members">
80
+
81
+ <wsdl:types>
82
+ <xsd:schema targetNamespace="members">
83
+ <xsd:simpleType name="startType">
84
+ <xsd:restriction base="xsd:string"></xsd:restriction>
85
+ </xsd:simpleType>
86
+ <xsd:simpleType name="formatType">
87
+ <xsd:restriction base="xsd:string"></xsd:restriction>
88
+ </xsd:simpleType>
89
+ <xsd:simpleType name="NULLBINDType">
90
+ <xsd:restriction base="xsd:string"></xsd:restriction>
91
+ </xsd:simpleType>
92
+ <xsd:simpleType name="maxType">
93
+ <xsd:restriction base="xsd:string"></xsd:restriction>
94
+ </xsd:simpleType>
95
+ <xsd:simpleType name="objuriType">
96
+ <xsd:restriction base="xsd:string"></xsd:restriction>
97
+ </xsd:simpleType>
98
+ </xsd:schema>
99
+ </wsdl:types>
100
+ <wsdl:message name="getSizeRequest">
101
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
102
+
103
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
104
+ </wsdl:message>
105
+ <wsdl:message name="listMembersRequest">
106
+ <wsdl:part name="start" type="this:startType"></wsdl:part>
107
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
108
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
109
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
110
+ <wsdl:part name="max" type="this:maxType"></wsdl:part>
111
+ </wsdl:message>
112
+
113
+ <wsdl:message name="listMembersResponse">
114
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
115
+ </wsdl:message>
116
+
117
+ <wsdl:message name="getSizeResponse">
118
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
119
+ </wsdl:message>
120
+
121
+ <wsdl:portType name="collectionPortType">
122
+ <wsdl:operation name="getSize">
123
+ <wsdl:input message="this:getSizeRequest"></wsdl:input>
124
+ <wsdl:output message="this:getSizeResponse"></wsdl:output>
125
+ </wsdl:operation>
126
+ <wsdl:operation name="listMembers">
127
+ <wsdl:input message="this:listMembersRequest"></wsdl:input>
128
+
129
+ <wsdl:output message="this:listMembersResponse"></wsdl:output>
130
+ </wsdl:operation>
131
+ </wsdl:portType>
132
+
133
+ <wsdl:service name="collection">
134
+ <wsdl:port binding="this:collection_http" name="collection_port">
135
+ <http:address location="LOCAL"></http:address>
136
+ </wsdl:port>
137
+ </wsdl:service>
138
+ <wsdl:binding name="collection_http" type="this:collectionPortType">
139
+
140
+ <http:binding verb="GET"></http:binding>
141
+ <wsdl:operation name="getSize">
142
+ <http:operation location="http://local.fedora.server/fedora/risearch?type=tuples&amp;lang=itql&amp;format=count&amp;query=select%20%24member%20from%20%3C%23ri%3E%20where%20%24member%20%3Chttp%3A%2F%2Fns.nsdl.org%2Fapi%2Frelationships%23memberOf%3E%20%3C(objuri)%3E"></http:operation>
143
+ <wsdl:input>
144
+ <http:urlReplacement></http:urlReplacement>
145
+ </wsdl:input>
146
+ <wsdl:output>
147
+ <mime:content type="text/xml"></mime:content>
148
+ </wsdl:output>
149
+
150
+ </wsdl:operation>
151
+ <wsdl:operation name="listMembers">
152
+ <http:operation location="$php_server$/fedora-svc/listMembers/static-image-aggregator.php?host=local.fedora.server&amp;port=8080&amp;path=fedora&amp;format=(format)&amp;objuri=(objuri)&amp;max=(max)&amp;start=(start)"></http:operation>
153
+ <wsdl:input>
154
+ <http:urlReplacement></http:urlReplacement>
155
+ </wsdl:input>
156
+ <wsdl:output>
157
+ <mime:content type="text/xml"></mime:content>
158
+ </wsdl:output>
159
+
160
+ </wsdl:operation>
161
+ </wsdl:binding>
162
+
163
+ </wsdl:definitions>
164
+ </foxml:xmlContent>
165
+ </foxml:datastreamVersion>
166
+ </foxml:datastream>
167
+ </foxml:digitalObject>
@@ -0,0 +1,229 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.JP2ImageCore"
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 Core services on JPEG2000 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-24T20:24:19.782Z"/>
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" 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 Core services on JPEG2000 aggregators</dc:title>
21
+ <dc:identifier>ldpd:sdep.JP2ImageCore</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" 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.JP2ImageCore">
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.Core"></fedora-model:isDeploymentOf>
33
+ <fedora-model:isContractorOf rdf:resource="info:fedora/ldpd:JP2ImageAggregator"></fedora-model:isContractorOf>
34
+ </rdf:Description>
35
+ </rdf:RDF>
36
+ </foxml:xmlContent>
37
+ </foxml:datastreamVersion>
38
+ </foxml:datastream>
39
+ <foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
40
+ <foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Deployment Method Map" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDepMethodMap-1.0">
41
+ <foxml:xmlContent>
42
+ <fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" bDefPID="demo:sdef.Core" name="MethodMap - Basic behaviors for web images.">
43
+ <fmm:Method operationName="rmap" operationLabel="Returns resource map for this image" wsdlMsgName="uriRequest" wsdlMsgOutput="response">
44
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
45
+ <fmm:UserInputParm defaultValue="json" label="response format" parmName="format" passBy="VALUE" required="true"></fmm:UserInputParm>
46
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml application/json"></fmm:MethodReturnType>
47
+ </fmm:Method>
48
+ <fmm:Method operationName="numberDescriptions" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
49
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
50
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
51
+ </fmm:Method>
52
+ <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">
53
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
54
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
55
+ <fmm:UserInputParm defaultValue="0" label="" parmName="start" passBy="VALUE" required="false"></fmm:UserInputParm>
56
+ <fmm:UserInputParm defaultValue="10" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
57
+ <fmm:UserInputParm defaultValue="sparql" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
58
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
59
+ </fmm:Method>
60
+ <fmm:Method operationName="getViewer" operationLabel="Returns a viewer for this object in an appropriate format" wsdlMsgName="getViewerRequest" wsdlMsgOutput="response">
61
+ <fmm:DatastreamInputParm parmName="SOURCE" passBy="URL_REF" required="true"/>
62
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
63
+ <fmm:UserInputParm defaultValue="text/html" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
64
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml text/html application/octet-stream"></fmm:MethodReturnType>
65
+ </fmm:Method>
66
+ <fmm:Method operationName="getIndex" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
67
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
68
+ <fmm:DatastreamInputParm parmName="SOURCE" passBy="URL_REF" required="true"/>
69
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
70
+ <fmm:UserInputParm defaultValue="solr" label="indexing profile" parmName="profile" passBy="VALUE" required="false"></fmm:UserInputParm>
71
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/plain text/xml application/json"></fmm:MethodReturnType>
72
+ </fmm:Method>
73
+ </fmm:MethodMap>
74
+ </foxml:xmlContent>
75
+ </foxml:datastreamVersion>
76
+ </foxml:datastream>
77
+ <foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
78
+ <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">
79
+ <foxml:xmlContent>
80
+ <fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for content objects.">
81
+ <fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="NULLBIND" pid="ldpd:nullbind">
82
+ <fbs:DSInputLabel>NULLBIND Binding</fbs:DSInputLabel>
83
+ <fbs:DSMIME>text/xml</fbs:DSMIME>
84
+ <fbs:DSInputInstruction></fbs:DSInputInstruction>
85
+ </fbs:DSInput>
86
+ <fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="SOURCE">
87
+ <fbs:DSInputLabel>JP2 source file</fbs:DSInputLabel>
88
+ <fbs:DSMIME>image/jp2</fbs:DSMIME>
89
+ <fbs:DSInputInstruction>JP2 source file to be transformed</fbs:DSInputInstruction>
90
+ </fbs:DSInput>
91
+ </fbs:DSInputSpec>
92
+ </foxml:xmlContent>
93
+ </foxml:datastreamVersion>
94
+ </foxml:datastream>
95
+ <foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
96
+ <foxml:datastreamVersion ID="WSDL1.0" LABEL="WSDL Bindings" MIMETYPE="text/xml" FORMAT_URI="http://schemas.xmlsoap.org/wsdl/">
97
+ <foxml:xmlContent>
98
+ <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">
99
+
100
+ <wsdl:types>
101
+ <xsd:schema targetNamespace="webImage">
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="NULLBIND" type="this:URLType"/>
131
+ <wsdl:part name="SOURCE" type="this:URLType"/>
132
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
133
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
134
+ </wsdl:message>
135
+ <wsdl:message name="getIndexRequest">
136
+ <wsdl:part name="NULLBIND" type="this:URLType"/>
137
+ <wsdl:part name="SOURCE" type="this:URLType"/>
138
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
139
+ <wsdl:part name="profile" type="this:formatType"></wsdl:part>
140
+ </wsdl:message>
141
+
142
+ <wsdl:message name="response">
143
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
144
+ </wsdl:message>
145
+
146
+
147
+ <wsdl:portType name="rmapPortType">
148
+ <wsdl:operation name="rmap">
149
+ <wsdl:input message="this:uriRequest"></wsdl:input>
150
+ <wsdl:output message="this:response"></wsdl:output>
151
+ </wsdl:operation>
152
+ <wsdl:operation name="numberDescriptions">
153
+ <wsdl:input message="this:uriRequest"></wsdl:input>
154
+ <wsdl:output message="this:response"></wsdl:output>
155
+ </wsdl:operation>
156
+ <wsdl:operation name="describedBy">
157
+ <wsdl:input message="this:listRequest"></wsdl:input>
158
+ <wsdl:output message="this:response"></wsdl:output>
159
+ </wsdl:operation>
160
+ <wsdl:operation name="getViewer">
161
+ <wsdl:input message="this:getViewerRequest"></wsdl:input>
162
+ <wsdl:output message="this:response"></wsdl:output>
163
+ </wsdl:operation>
164
+ <wsdl:operation name="getIndex">
165
+ <wsdl:input message="this:getIndexRequest"></wsdl:input>
166
+ <wsdl:output message="this:response"></wsdl:output>
167
+ </wsdl:operation>
168
+ </wsdl:portType>
169
+
170
+
171
+ <wsdl:service name="rmap">
172
+ <wsdl:port binding="this:rmap_http" name="rmap_port">
173
+ <http:address location="LOCAL"></http:address>
174
+ </wsdl:port>
175
+ </wsdl:service>
176
+ <wsdl:binding name="rmap_http" type="this:rmapPortType">
177
+
178
+ <http:binding verb="GET"></http:binding>
179
+ <wsdl:operation name="rmap">
180
+ <http:operation location="$php_server$/fedora-svc/core/rmap/jp2-image.php?host=local.fedora.server&amp;port=8080&amp;path=fedora&amp;format=json&amp;objuri=(objuri)"></http:operation>
181
+ <wsdl:input>
182
+ <http:urlReplacement></http:urlReplacement>
183
+ </wsdl:input>
184
+ <wsdl:output>
185
+ <mime:content type="image"></mime:content>
186
+ </wsdl:output>
187
+ </wsdl:operation>
188
+ <wsdl:operation name="numberDescriptions">
189
+ <http:operation location="http://local.fedora.server/fedora/risearch?type=tuples&amp;lang=itql&amp;format=count&amp;query=select+%24a+from+%3C%23ri%3E+where+%24a+%3Chttp%3A%2F%2Fpurl.oclc.org%2FNET%2FCUL%2FmetadataFor%3E+%3C(objuri)%3E"></http:operation>
190
+ <wsdl:input>
191
+ <http:urlReplacement></http:urlReplacement>
192
+ </wsdl:input>
193
+ <wsdl:output>
194
+ <mime:content type="text/xml"></mime:content>
195
+ </wsdl:output>
196
+ </wsdl:operation>
197
+ <wsdl:operation name="describedBy">
198
+ <http:operation location="$php_server$/fedora-svc/core/describedBy/core.php?host=local.fedora.server&amp;port=8080&amp;path=fedora&amp;format=(format)&amp;objuri=(objuri)&amp;max=(max)&amp;start=(start)"></http:operation>
199
+ <wsdl:input>
200
+ <http:urlReplacement></http:urlReplacement>
201
+ </wsdl:input>
202
+ <wsdl:output>
203
+ <mime:content type="text/xml"></mime:content>
204
+ </wsdl:output>
205
+ </wsdl:operation>
206
+ <wsdl:operation name="getViewer">
207
+ <http:operation location="$djatoka_server$/adore-djatoka/adore-djatoka-viewer-2.0/fedora-viewer.html?rft_id=(SOURCE)"/>
208
+ <wsdl:input>
209
+ <http:urlReplacement/>
210
+ </wsdl:input>
211
+ <wsdl:output>
212
+ <mime:content type="text/html"/>
213
+ </wsdl:output>
214
+ </wsdl:operation>
215
+ <wsdl:operation name="getIndex">
216
+ <http:operation location="$php_server$/fedora-svc/core/getIndex/dispatch.php?nullbind=(NULLBIND)&amp;profile=(profile)&amp;objuri=(objuri)&amp;rft_id=(SOURCE)&amp;format=Image/Zooming&amp;model=ZoomingImage"></http:operation>
217
+ <wsdl:input>
218
+ <http:urlReplacement></http:urlReplacement>
219
+ </wsdl:input>
220
+ <wsdl:output>
221
+ <mime:content type="text/xml"></mime:content>
222
+ </wsdl:output>
223
+ </wsdl:operation>
224
+ </wsdl:binding>
225
+ </wsdl:definitions>
226
+ </foxml:xmlContent>
227
+ </foxml:datastreamVersion>
228
+ </foxml:datastream>
229
+ </foxml:digitalObject>