cul_hydra_models 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cul_hydra_models/version.rb +1 -1
  3. data/lib/cul_hydra_models/version.rb~ +1 -1
  4. data/spec/fixtures/cmodels/ldpd_ADLMetadata.xml +56 -0
  5. data/spec/fixtures/cmodels/ldpd_AESMetadata.xml +56 -0
  6. data/spec/fixtures/cmodels/ldpd_BagAggregator.xml +70 -0
  7. data/spec/fixtures/cmodels/ldpd_Concept.xml +69 -0
  8. data/spec/fixtures/cmodels/ldpd_ContentAggregator.xml +70 -0
  9. data/spec/fixtures/cmodels/ldpd_DynamicAggregator.xml +56 -0
  10. data/spec/fixtures/cmodels/ldpd_JP2ImageAggregator.xml +60 -0
  11. data/spec/fixtures/cmodels/ldpd_METSMetadata.xml +56 -0
  12. data/spec/fixtures/cmodels/ldpd_METSStructuredAggregator.xml +53 -0
  13. data/spec/fixtures/cmodels/ldpd_MODSMetadata.xml +73 -0
  14. data/spec/fixtures/cmodels/ldpd_MostRecent.xml +46 -0
  15. data/spec/fixtures/cmodels/ldpd_PTIFImageAggregator.xml +63 -0
  16. data/spec/fixtures/cmodels/ldpd_Resource.xml +72 -0
  17. data/spec/fixtures/cmodels/ldpd_RestrictedResource.xml +54 -0
  18. data/spec/fixtures/cmodels/ldpd_Since.xml +62 -0
  19. data/spec/fixtures/cmodels/ldpd_StaticAudioAggregator.xml +54 -0
  20. data/spec/fixtures/cmodels/ldpd_StaticImageAggregator.xml +71 -0
  21. data/spec/fixtures/cmodels/ldpd_htest.xml +54 -0
  22. data/spec/fixtures/cmodels/ldpd_nullbind.xml +63 -0
  23. data/spec/fixtures/cmodels/ldpd_sdef.Aggregator.xml +71 -0
  24. data/spec/fixtures/cmodels/ldpd_sdef.Core.xml +48 -0
  25. data/spec/fixtures/cmodels/ldpd_sdef.Image.xml +47 -0
  26. data/spec/fixtures/cmodels/ldpd_sdef.Metadata.xml +62 -0
  27. data/spec/fixtures/cmodels/ldpd_sdef.Resource.xml +76 -0
  28. data/spec/fixtures/cmodels/ldpd_sdef.ZoomingImage.xml +46 -0
  29. data/spec/fixtures/cmodels/ldpd_sdep.BagAggregator.xml +160 -0
  30. data/spec/fixtures/cmodels/ldpd_sdep.BagAggregatorCore.xml +221 -0
  31. data/spec/fixtures/cmodels/ldpd_sdep.ContentAggregatorCore.xml +221 -0
  32. data/spec/fixtures/cmodels/ldpd_sdep.DynamicAggregator.xml +171 -0
  33. data/spec/fixtures/cmodels/ldpd_sdep.DynamicAggregatorCore.xml +215 -0
  34. data/spec/fixtures/cmodels/ldpd_sdep.JP2Image.xml +220 -0
  35. data/spec/fixtures/cmodels/ldpd_sdep.JP2ImageAggregator.xml +167 -0
  36. data/spec/fixtures/cmodels/ldpd_sdep.JP2ImageCore.xml +229 -0
  37. data/spec/fixtures/cmodels/ldpd_sdep.MODSMetadata.xml +158 -0
  38. data/spec/fixtures/cmodels/ldpd_sdep.MODSMetadataCore.xml +227 -0
  39. data/spec/fixtures/cmodels/ldpd_sdep.PTIFImage.xml +222 -0
  40. data/spec/fixtures/cmodels/ldpd_sdep.PTIFImageAggregator.xml +167 -0
  41. data/spec/fixtures/cmodels/ldpd_sdep.PTIFImageCore.xml +215 -0
  42. data/spec/fixtures/cmodels/ldpd_sdep.StaticImage.xml +210 -0
  43. data/spec/fixtures/cmodels/ldpd_sdep.StaticImageAggregator.xml +186 -0
  44. data/spec/fixtures/cmodels/ldpd_sdep.StaticImageCore.xml +220 -0
  45. data/spec/fixtures/cmodels/ore_Proxy.xml +50 -0
  46. data/spec/fixtures/cmodels/pcdm_Collection.xml +52 -0
  47. metadata +44 -1
@@ -0,0 +1,221 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.BagAggregatorCore"
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 Unordered Aggregator Core Services"/>
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-05-27T17:08:08.297Z"/>
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 Resource-to-Metadata relationships</dc:title>
21
+ <dc:identifier>ldpd:sdep.BagAggregatorCore</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.BagAggregatorCore">
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:BagAggregator"></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:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
45
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
46
+ <fmm:UserInputParm defaultValue="json" label="response format" parmName="format" passBy="VALUE" required="true"></fmm:UserInputParm>
47
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml application/json"></fmm:MethodReturnType>
48
+ </fmm:Method>
49
+ <fmm:Method operationName="numberDescriptions" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
50
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
51
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/plain text/xml application/json"></fmm:MethodReturnType>
52
+ </fmm:Method>
53
+ <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">
54
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
55
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
56
+ <fmm:UserInputParm defaultValue="0" label="" parmName="start" passBy="VALUE" required="false"></fmm:UserInputParm>
57
+ <fmm:UserInputParm defaultValue="10" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
58
+ <fmm:UserInputParm defaultValue="sparql" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
59
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
60
+ </fmm:Method>
61
+ <fmm:Method operationName="getViewer" operationLabel="Returns a viewer for this object in an appropriate format" wsdlMsgName="getViewerRequest" wsdlMsgOutput="response">
62
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
63
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
64
+ <fmm:UserInputParm defaultValue="text/html" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
65
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml text/html application/octet-stream"></fmm:MethodReturnType>
66
+ </fmm:Method>
67
+ <fmm:Method operationName="getIndex" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
68
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
69
+ <fmm:UserInputParm defaultValue="solr" label="indexing profile" parmName="profile" passBy="VALUE" required="false"></fmm:UserInputParm>
70
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/plain text/xml application/json"></fmm:MethodReturnType>
71
+ </fmm:Method>
72
+ </fmm:MethodMap>
73
+ </foxml:xmlContent>
74
+ </foxml:datastreamVersion>
75
+ </foxml:datastream>
76
+ <foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
77
+ <foxml:datastreamVersion ID="DSINPUTSPEC1.0" LABEL="Datastream Input Specification for Service" CREATED="2009-05-27T17:08:08.351Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.mets.techMD.OTHER.UNSPECIFIED" SIZE="510">
78
+ <foxml:xmlContent>
79
+ <fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for content objects.">
80
+ <fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="NULLBIND" pid="ldpd:nullbind">
81
+ <fbs:DSInputLabel>NULLBIND Binding</fbs:DSInputLabel>
82
+ <fbs:DSMIME>text/xml</fbs:DSMIME>
83
+ <fbs:DSInputInstruction></fbs:DSInputInstruction>
84
+ </fbs:DSInput>
85
+ </fbs:DSInputSpec>
86
+ </foxml:xmlContent>
87
+ </foxml:datastreamVersion>
88
+ </foxml:datastream>
89
+ <foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
90
+ <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/" >
91
+ <foxml:xmlContent>
92
+ <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="bagAggregator" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Basic behaviors for descriptions and objects." targetNamespace="bagAggregator">
93
+
94
+ <wsdl:types>
95
+ <xsd:schema targetNamespace="bagAggregator">
96
+ <xsd:simpleType name="startType">
97
+ <xsd:restriction base="xsd:string"></xsd:restriction>
98
+ </xsd:simpleType>
99
+ <xsd:simpleType name="NULLBINDType">
100
+ <xsd:restriction base="xsd:string"></xsd:restriction>
101
+ </xsd:simpleType>
102
+ <xsd:simpleType name="maxType">
103
+ <xsd:restriction base="xsd:string"></xsd:restriction>
104
+ </xsd:simpleType>
105
+ <xsd:simpleType name="objuriType">
106
+ <xsd:restriction base="xsd:string"></xsd:restriction>
107
+ </xsd:simpleType>
108
+ <xsd:simpleType name="formatType">
109
+ <xsd:restriction base="xsd:string"></xsd:restriction>
110
+ </xsd:simpleType>
111
+ </xsd:schema>
112
+ </wsdl:types>
113
+
114
+ <wsdl:message name="uriRequest">
115
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
116
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
117
+ </wsdl:message>
118
+ <wsdl:message name="listRequest">
119
+ <wsdl:part name="start" type="this:startType"></wsdl:part>
120
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
121
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
122
+ <wsdl:part name="max" type="this:maxType"></wsdl:part>
123
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
124
+ </wsdl:message>
125
+ <wsdl:message name="getViewerRequest">
126
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
127
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
128
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
129
+ </wsdl:message>
130
+ <wsdl:message name="getIndexRequest">
131
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
132
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
133
+ <wsdl:part name="profile" type="this:formatType"></wsdl:part>
134
+ </wsdl:message>
135
+
136
+ <wsdl:message name="response">
137
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
138
+ </wsdl:message>
139
+
140
+
141
+ <wsdl:portType name="corePortType">
142
+ <wsdl:operation name="numberDescriptions">
143
+ <wsdl:input message="this:uriRequest"></wsdl:input>
144
+ <wsdl:output message="this:response"></wsdl:output>
145
+ </wsdl:operation>
146
+ <wsdl:operation name="rmap">
147
+ <wsdl:input message="this:uriRequest"></wsdl:input>
148
+ <wsdl:output message="this:response"></wsdl:output>
149
+ </wsdl:operation>
150
+ <wsdl:operation name="describedBy">
151
+ <wsdl:input message="this:listRequest"></wsdl:input>
152
+ <wsdl:output message="this:response"></wsdl:output>
153
+ </wsdl:operation>
154
+ <wsdl:operation name="getViewer">
155
+ <wsdl:input message="this:getViewerRequest"></wsdl:input>
156
+ <wsdl:output message="this:response"></wsdl:output>
157
+ </wsdl:operation>
158
+ <wsdl:operation name="getIndex">
159
+ <wsdl:input message="this:getIndexRequest"></wsdl:input>
160
+ <wsdl:output message="this:response"></wsdl:output>
161
+ </wsdl:operation>
162
+ </wsdl:portType>
163
+
164
+ <wsdl:service name="core">
165
+ <wsdl:port binding="this:core_http" name="core_port">
166
+ <http:address location="LOCAL"></http:address>
167
+ </wsdl:port>
168
+ </wsdl:service>
169
+ <wsdl:binding name="core_http" type="this:corePortType">
170
+ <http:binding verb="GET"></http:binding>
171
+ <wsdl:operation name="numberDescriptions">
172
+ <http:operation location="$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>
173
+ <wsdl:input>
174
+ <http:urlReplacement></http:urlReplacement>
175
+ </wsdl:input>
176
+ <wsdl:output>
177
+ <mime:content type="text/xml"></mime:content>
178
+ </wsdl:output>
179
+ </wsdl:operation>
180
+ <wsdl:operation name="rmap">
181
+ <http:operation location="$php_server$/core/rmap/bag-aggregator.php?nullbind=(NULLBIND)&amp;format=json&amp;objuri=(objuri)"></http:operation>
182
+ <wsdl:input>
183
+ <http:urlReplacement></http:urlReplacement>
184
+ </wsdl:input>
185
+ <wsdl:output>
186
+ <mime:content type=""></mime:content>
187
+ </wsdl:output>
188
+ </wsdl:operation>
189
+ <wsdl:operation name="describedBy">
190
+ <http:operation location="$php_server$/core/describedBy/default.php?nullbind=(NULLBIND)&amp;format=(format)&amp;objuri=(objuri)&amp;max=(max)&amp;start=(start)"></http:operation>
191
+ <wsdl:input>
192
+ <http:urlReplacement></http:urlReplacement>
193
+ </wsdl:input>
194
+ <wsdl:output>
195
+ <mime:content type="text/xml"></mime:content>
196
+ </wsdl:output>
197
+ </wsdl:operation>
198
+ <wsdl:operation name="getViewer">
199
+ <http:operation location="$php_server$/core/getViewer/bag-aggregator.php?nullbind=(NULLBIND)&amp;format=(format)&amp;objuri=(objuri)"></http:operation>
200
+ <wsdl:input>
201
+ <http:urlReplacement></http:urlReplacement>
202
+ </wsdl:input>
203
+ <wsdl:output>
204
+ <mime:content type="text/xml"></mime:content>
205
+ </wsdl:output>
206
+ </wsdl:operation>
207
+ <wsdl:operation name="getIndex">
208
+ <http:operation location="$php_server$/core/getIndex/dispatch.php?nullbind=(NULLBIND)&amp;profile=(profile)&amp;objuri=(objuri)&amp;format=Collection"></http:operation>
209
+ <wsdl:input>
210
+ <http:urlReplacement></http:urlReplacement>
211
+ </wsdl:input>
212
+ <wsdl:output>
213
+ <mime:content type="text/xml"></mime:content>
214
+ </wsdl:output>
215
+ </wsdl:operation>
216
+ </wsdl:binding>
217
+ </wsdl:definitions>
218
+ </foxml:xmlContent>
219
+ </foxml:datastreamVersion>
220
+ </foxml:datastream>
221
+ </foxml:digitalObject>
@@ -0,0 +1,221 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.ContentAggregatorCore"
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 Unordered Content Aggregator Core Services"/>
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-05-27T17:08:08.297Z"/>
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 Content Aggregators relationships</dc:title>
21
+ <dc:identifier>ldpd:sdep.ContentAggregatorCore</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.ContentAggregatorCore">
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:ContentAggregator"></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:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
45
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
46
+ <fmm:UserInputParm defaultValue="json" label="response format" parmName="format" passBy="VALUE" required="true"></fmm:UserInputParm>
47
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml application/json"></fmm:MethodReturnType>
48
+ </fmm:Method>
49
+ <fmm:Method operationName="numberDescriptions" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
50
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
51
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/plain text/xml application/json"></fmm:MethodReturnType>
52
+ </fmm:Method>
53
+ <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">
54
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
55
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
56
+ <fmm:UserInputParm defaultValue="0" label="" parmName="start" passBy="VALUE" required="false"></fmm:UserInputParm>
57
+ <fmm:UserInputParm defaultValue="10" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
58
+ <fmm:UserInputParm defaultValue="sparql" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
59
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
60
+ </fmm:Method>
61
+ <fmm:Method operationName="getViewer" operationLabel="Returns a viewer for this object in an appropriate format" wsdlMsgName="getViewerRequest" wsdlMsgOutput="response">
62
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
63
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
64
+ <fmm:UserInputParm defaultValue="text/html" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
65
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml text/html application/octet-stream"></fmm:MethodReturnType>
66
+ </fmm:Method>
67
+ <fmm:Method operationName="getIndex" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
68
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
69
+ <fmm:UserInputParm defaultValue="solr" label="indexing profile" parmName="profile" passBy="VALUE" required="false"></fmm:UserInputParm>
70
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/plain text/xml application/json"></fmm:MethodReturnType>
71
+ </fmm:Method>
72
+ </fmm:MethodMap>
73
+ </foxml:xmlContent>
74
+ </foxml:datastreamVersion>
75
+ </foxml:datastream>
76
+ <foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
77
+ <foxml:datastreamVersion ID="DSINPUTSPEC1.0" LABEL="Datastream Input Specification for Service" CREATED="2009-05-27T17:08:08.351Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.mets.techMD.OTHER.UNSPECIFIED" SIZE="510">
78
+ <foxml:xmlContent>
79
+ <fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for content objects.">
80
+ <fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="NULLBIND" pid="ldpd:nullbind">
81
+ <fbs:DSInputLabel>NULLBIND Binding</fbs:DSInputLabel>
82
+ <fbs:DSMIME>text/xml</fbs:DSMIME>
83
+ <fbs:DSInputInstruction></fbs:DSInputInstruction>
84
+ </fbs:DSInput>
85
+ </fbs:DSInputSpec>
86
+ </foxml:xmlContent>
87
+ </foxml:datastreamVersion>
88
+ </foxml:datastream>
89
+ <foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
90
+ <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/" >
91
+ <foxml:xmlContent>
92
+ <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="bagAggregator" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Basic behaviors for descriptions and objects." targetNamespace="bagAggregator">
93
+
94
+ <wsdl:types>
95
+ <xsd:schema targetNamespace="bagAggregator">
96
+ <xsd:simpleType name="startType">
97
+ <xsd:restriction base="xsd:string"></xsd:restriction>
98
+ </xsd:simpleType>
99
+ <xsd:simpleType name="NULLBINDType">
100
+ <xsd:restriction base="xsd:string"></xsd:restriction>
101
+ </xsd:simpleType>
102
+ <xsd:simpleType name="maxType">
103
+ <xsd:restriction base="xsd:string"></xsd:restriction>
104
+ </xsd:simpleType>
105
+ <xsd:simpleType name="objuriType">
106
+ <xsd:restriction base="xsd:string"></xsd:restriction>
107
+ </xsd:simpleType>
108
+ <xsd:simpleType name="formatType">
109
+ <xsd:restriction base="xsd:string"></xsd:restriction>
110
+ </xsd:simpleType>
111
+ </xsd:schema>
112
+ </wsdl:types>
113
+
114
+ <wsdl:message name="uriRequest">
115
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
116
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
117
+ </wsdl:message>
118
+ <wsdl:message name="listRequest">
119
+ <wsdl:part name="start" type="this:startType"></wsdl:part>
120
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
121
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
122
+ <wsdl:part name="max" type="this:maxType"></wsdl:part>
123
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
124
+ </wsdl:message>
125
+ <wsdl:message name="getViewerRequest">
126
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
127
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
128
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
129
+ </wsdl:message>
130
+ <wsdl:message name="getIndexRequest">
131
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
132
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
133
+ <wsdl:part name="profile" type="this:formatType"></wsdl:part>
134
+ </wsdl:message>
135
+
136
+ <wsdl:message name="response">
137
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
138
+ </wsdl:message>
139
+
140
+
141
+ <wsdl:portType name="corePortType">
142
+ <wsdl:operation name="numberDescriptions">
143
+ <wsdl:input message="this:uriRequest"></wsdl:input>
144
+ <wsdl:output message="this:response"></wsdl:output>
145
+ </wsdl:operation>
146
+ <wsdl:operation name="rmap">
147
+ <wsdl:input message="this:uriRequest"></wsdl:input>
148
+ <wsdl:output message="this:response"></wsdl:output>
149
+ </wsdl:operation>
150
+ <wsdl:operation name="describedBy">
151
+ <wsdl:input message="this:listRequest"></wsdl:input>
152
+ <wsdl:output message="this:response"></wsdl:output>
153
+ </wsdl:operation>
154
+ <wsdl:operation name="getViewer">
155
+ <wsdl:input message="this:getViewerRequest"></wsdl:input>
156
+ <wsdl:output message="this:response"></wsdl:output>
157
+ </wsdl:operation>
158
+ <wsdl:operation name="getIndex">
159
+ <wsdl:input message="this:getIndexRequest"></wsdl:input>
160
+ <wsdl:output message="this:response"></wsdl:output>
161
+ </wsdl:operation>
162
+ </wsdl:portType>
163
+
164
+ <wsdl:service name="core">
165
+ <wsdl:port binding="this:core_http" name="core_port">
166
+ <http:address location="LOCAL"></http:address>
167
+ </wsdl:port>
168
+ </wsdl:service>
169
+ <wsdl:binding name="core_http" type="this:corePortType">
170
+ <http:binding verb="GET"></http:binding>
171
+ <wsdl:operation name="numberDescriptions">
172
+ <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>
173
+ <wsdl:input>
174
+ <http:urlReplacement></http:urlReplacement>
175
+ </wsdl:input>
176
+ <wsdl:output>
177
+ <mime:content type="text/xml"></mime:content>
178
+ </wsdl:output>
179
+ </wsdl:operation>
180
+ <wsdl:operation name="rmap">
181
+ <http:operation location="$php_server$/core/rmap/bag-aggregator.php?nullbind=(NULLBIND)&amp;format=json&amp;objuri=(objuri)"></http:operation>
182
+ <wsdl:input>
183
+ <http:urlReplacement></http:urlReplacement>
184
+ </wsdl:input>
185
+ <wsdl:output>
186
+ <mime:content type=""></mime:content>
187
+ </wsdl:output>
188
+ </wsdl:operation>
189
+ <wsdl:operation name="describedBy">
190
+ <http:operation location="$php_server$/core/describedBy/default.php?nullbind=(NULLBIND)&amp;format=(format)&amp;objuri=(objuri)&amp;max=(max)&amp;start=(start)"></http:operation>
191
+ <wsdl:input>
192
+ <http:urlReplacement></http:urlReplacement>
193
+ </wsdl:input>
194
+ <wsdl:output>
195
+ <mime:content type="text/xml"></mime:content>
196
+ </wsdl:output>
197
+ </wsdl:operation>
198
+ <wsdl:operation name="getViewer">
199
+ <http:operation location="$php_server$/core/getViewer/bag-aggregator.php?nullbind=(NULLBIND)&amp;format=(format)&amp;objuri=(objuri)"></http:operation>
200
+ <wsdl:input>
201
+ <http:urlReplacement></http:urlReplacement>
202
+ </wsdl:input>
203
+ <wsdl:output>
204
+ <mime:content type="text/xml"></mime:content>
205
+ </wsdl:output>
206
+ </wsdl:operation>
207
+ <wsdl:operation name="getIndex">
208
+ <http:operation location="$php_server$/core/getIndex/dispatch.php?nullbind=(NULLBIND)&amp;profile=(profile)&amp;objuri=(objuri)&amp;format=MultipartItem"></http:operation>
209
+ <wsdl:input>
210
+ <http:urlReplacement></http:urlReplacement>
211
+ </wsdl:input>
212
+ <wsdl:output>
213
+ <mime:content type="text/xml"></mime:content>
214
+ </wsdl:output>
215
+ </wsdl:operation>
216
+ </wsdl:binding>
217
+ </wsdl:definitions>
218
+ </foxml:xmlContent>
219
+ </foxml:datastreamVersion>
220
+ </foxml:datastream>
221
+ </foxml:digitalObject>
@@ -0,0 +1,171 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.DynamicAggregator"
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-05-21T22:04:23.716Z"/>
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.DynamicAggregator</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.DynamicAggregator">
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:DynamicAggregator"></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="RIQUERY" 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="RIQUERY" 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="true"></fmm:UserInputParm>
53
+ <fmm:UserInputParm defaultValue="sparql" label="" parmName="format" passBy="VALUE" required="true"></fmm:UserInputParm>
54
+ <fmm:UserInputParm defaultValue="" label="" parmName="max" passBy="VALUE" required="true"></fmm:UserInputParm>
55
+ <fmm:UserInputParm defaultValue="" label="" parmName="callback" passBy="VALUE" required="false"></fmm:UserInputParm>
56
+ <fmm:UserInputParm defaultValue="" label="" parmName="_" passBy="VALUE" required="false"></fmm:UserInputParm>
57
+ <fmm:UserInputParm defaultValue="" label="" parmName="dyn" passBy="VALUE" required="false"></fmm:UserInputParm>
58
+ <fmm:MethodReturnType wsdlMsgName="listMembersResponse" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
59
+ </fmm:Method>
60
+
61
+ </fmm:MethodMap>
62
+ </foxml:xmlContent>
63
+ </foxml:datastreamVersion>
64
+ </foxml:datastream>
65
+ <foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
66
+ <foxml:datastreamVersion ID="DSINPUTSPEC1.0" LABEL="Datastream Input Specification for Service" CREATED="2009-05-21T22:04:23.853Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.mets.techMD.OTHER.UNSPECIFIED" SIZE="514">
67
+ <foxml:xmlContent>
68
+ <fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for collection objects.">
69
+ <fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="RIQUERY">
70
+ <fbs:DSInputLabel>RIQUERY Binding</fbs:DSInputLabel>
71
+ <fbs:DSMIME>text/xml</fbs:DSMIME>
72
+ <fbs:DSInputInstruction></fbs:DSInputInstruction>
73
+ </fbs:DSInput>
74
+ </fbs:DSInputSpec>
75
+ </foxml:xmlContent>
76
+ </foxml:datastreamVersion>
77
+ </foxml:datastream>
78
+ <foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
79
+ <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/" SIZE="4421">
80
+ <foxml:xmlContent>
81
+ <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">
82
+
83
+ <wsdl:types>
84
+ <xsd:schema targetNamespace="members">
85
+ <xsd:simpleType name="startType">
86
+ <xsd:restriction base="xsd:string"></xsd:restriction>
87
+ </xsd:simpleType>
88
+ <xsd:simpleType name="formatType">
89
+ <xsd:restriction base="xsd:string"></xsd:restriction>
90
+ </xsd:simpleType>
91
+ <xsd:simpleType name="RIQUERYType">
92
+ <xsd:restriction base="xsd:string"></xsd:restriction>
93
+ </xsd:simpleType>
94
+ <xsd:simpleType name="maxType">
95
+ <xsd:restriction base="xsd:string"></xsd:restriction>
96
+ </xsd:simpleType>
97
+ <xsd:simpleType name="objuriType">
98
+ <xsd:restriction base="xsd:string"></xsd:restriction>
99
+ </xsd:simpleType>
100
+ </xsd:schema>
101
+ </wsdl:types>
102
+ <wsdl:message name="getSizeRequest">
103
+ <wsdl:part name="RIQUERY" type="this:RIQUERYType"></wsdl:part>
104
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
105
+ </wsdl:message>
106
+ <wsdl:message name="listMembersRequest">
107
+ <wsdl:part name="start" type="this:startType"></wsdl:part>
108
+ <wsdl:part name="dyn" type="this:startType"></wsdl:part>
109
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
110
+ <wsdl:part name="RIQUERY" type="this:RIQUERYType"></wsdl:part>
111
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
112
+ <wsdl:part name="max" type="this:maxType"></wsdl:part>
113
+ </wsdl:message>
114
+
115
+ <wsdl:message name="listMembersResponse">
116
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
117
+ </wsdl:message>
118
+
119
+ <wsdl:message name="getSizeResponse">
120
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
121
+ </wsdl:message>
122
+
123
+ <wsdl:portType name="aggregatorPortType">
124
+ <wsdl:operation name="getSize">
125
+ <wsdl:input message="this:getSizeRequest"></wsdl:input>
126
+ <wsdl:output message="this:getSizeResponse"></wsdl:output>
127
+ </wsdl:operation>
128
+ <wsdl:operation name="listMembers">
129
+ <wsdl:input message="this:listMembersRequest"></wsdl:input>
130
+ <wsdl:output message="this:listMembersResponse"></wsdl:output>
131
+ </wsdl:operation>
132
+ </wsdl:portType>
133
+
134
+ <wsdl:binding name="risearch_http" type="this:aggregatorPortType">
135
+ <http:binding verb="GET"></http:binding>
136
+ </wsdl:binding>
137
+
138
+ <wsdl:binding name="lamp_http" type="this:aggregatorPortType">
139
+ <http:binding verb="GET"></http:binding>
140
+ <wsdl:operation name="listMembers">
141
+ <http:operation location="/aggregator/listMembers/dynamic-aggregator.php?dyn=(dyn)&amp;riquery=(RIQUERY)&amp;format=(format)&amp;objuri=(objuri)&amp;max=(max)&amp;start=(start)&amp;callback=(callback)"></http:operation>
142
+ <wsdl:input>
143
+ <http:urlReplacement></http:urlReplacement>
144
+ </wsdl:input>
145
+ <wsdl:output>
146
+ <mime:content type="text/xml"></mime:content>
147
+ </wsdl:output>
148
+ </wsdl:operation>
149
+ <wsdl:operation name="getSize">
150
+ <http:operation location="/aggregator/getSize/dynamic-aggregator.php?riquery=(RIQUERY)&amp;format=(format)&amp;objuri=(objuri)&amp;max=(max)&amp;start=(start)&amp;callback=(callback)"></http:operation>
151
+ <wsdl:input>
152
+ <http:urlReplacement></http:urlReplacement>
153
+ </wsdl:input>
154
+ <wsdl:output>
155
+ <mime:content type="text/xml"></mime:content>
156
+ </wsdl:output>
157
+ </wsdl:operation>
158
+ </wsdl:binding>
159
+
160
+ <wsdl:service name="aggregator">
161
+ <wsdl:port binding="this:lamp_http" name="lamp_port">
162
+ <http:address location="$php_server$"></http:address>
163
+ </wsdl:port>
164
+ </wsdl:service>
165
+
166
+
167
+ </wsdl:definitions>
168
+ </foxml:xmlContent>
169
+ </foxml:datastreamVersion>
170
+ </foxml:datastream>
171
+ </foxml:digitalObject>