-
Notifications
You must be signed in to change notification settings - Fork 1
/
catcher_service.txt
96 lines (90 loc) · 8.4 KB
/
catcher_service.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Prefixes:
xsd: http://www.w3.org/2001/XMLSchema
ns0: http://catcherws.cdm.oclc.org/v6.0.0/
Global elements:
ns0:getCONTENTdmCatalog(ns0:getCONTENTdmCatalog)
ns0:getCONTENTdmCatalogResponse(ns0:getCONTENTdmCatalogResponse)
ns0:getCONTENTdmCollectionConfig(ns0:getCONTENTdmCollectionConfig)
ns0:getCONTENTdmCollectionConfigResponse(ns0:getCONTENTdmCollectionConfigResponse)
ns0:getCONTENTdmControlledVocabTerms(ns0:getCONTENTdmControlledVocabTerms)
ns0:getCONTENTdmControlledVocabTermsResponse(ns0:getCONTENTdmControlledVocabTermsResponse)
ns0:getCONTENTdmHTTPTransferVersion(ns0:getCONTENTdmHTTPTransferVersion)
ns0:getCONTENTdmHTTPTransferVersionResponse(ns0:getCONTENTdmHTTPTransferVersionResponse)
ns0:getWSVersion(ns0:getWSVersion)
ns0:getWSVersionResponse(ns0:getWSVersionResponse)
ns0:metadata(ns0:metadata)
ns0:processCONTENTdm(ns0:processCONTENTdm)
ns0:processCONTENTdmResponse(ns0:processCONTENTdmResponse)
Global types:
xsd:anyType
ns0:getCONTENTdmCatalog(cdmurl: xsd:string, username: xsd:string, password: xsd:string, license: xsd:string)
ns0:getCONTENTdmCatalogResponse(return: xsd:string)
ns0:getCONTENTdmCollectionConfig(cdmurl: xsd:string, username: xsd:string, password: xsd:string, license: xsd:string, collection: xsd:string)
ns0:getCONTENTdmCollectionConfigResponse(return: xsd:string)
ns0:getCONTENTdmControlledVocabTerms(cdmurl: xsd:string, username: xsd:string, password: xsd:string, license: xsd:string, collection: xsd:string, field: xsd:string)
ns0:getCONTENTdmControlledVocabTermsResponse(return: xsd:string)
ns0:getCONTENTdmHTTPTransferVersion(cdmurl: xsd:string, username: xsd:string, password: xsd:string)
ns0:getCONTENTdmHTTPTransferVersionResponse(return: xsd:string)
ns0:getWSVersion()
ns0:getWSVersionResponse(return: xsd:string)
ns0:metadata(field: xsd:string, value: xsd:string)
ns0:metadataWrapper(metadataList: {metadata: ns0:metadata[]})
ns0:processCONTENTdm(action: xsd:string, cdmurl: xsd:string, username: xsd:string, password: xsd:string, license: xsd:string, collection: xsd:string, metadata: ns0:metadataWrapper)
ns0:processCONTENTdmResponse(return: xsd:string)
xsd:ENTITIES
xsd:ENTITY
xsd:ID
xsd:IDREF
xsd:IDREFS
xsd:NCName
xsd:NMTOKEN
xsd:NMTOKENS
xsd:NOTATION
xsd:Name
xsd:QName
xsd:anySimpleType
xsd:anyURI
xsd:base64Binary
xsd:boolean
xsd:byte
xsd:date
xsd:dateTime
xsd:decimal
xsd:double
xsd:duration
xsd:float
xsd:gDay
xsd:gMonth
xsd:gMonthDay
xsd:gYear
xsd:gYearMonth
xsd:hexBinary
xsd:int
xsd:integer
xsd:language
xsd:long
xsd:negativeInteger
xsd:nonNegativeInteger
xsd:nonPositiveInteger
xsd:normalizedString
xsd:positiveInteger
xsd:short
xsd:string
xsd:time
xsd:token
xsd:unsignedByte
xsd:unsignedInt
xsd:unsignedLong
xsd:unsignedShort
Bindings:
Soap11Binding: {http://catcherws.cdm.oclc.org/v6.0.0/}CatcherPortBinding
Service: CatcherService
Port: CatcherPort (Soap11Binding: {http://catcherws.cdm.oclc.org/v6.0.0/}CatcherPortBinding)
Operations:
getCONTENTdmCatalog(cdmurl: xsd:string, username: xsd:string, password: xsd:string, license: xsd:string) -> return: xsd:string
getCONTENTdmCollectionConfig(cdmurl: xsd:string, username: xsd:string, password: xsd:string, license: xsd:string, collection: xsd:string) -> return: xsd:string
getCONTENTdmControlledVocabTerms(cdmurl: xsd:string, username: xsd:string, password: xsd:string, license: xsd:string, collection: xsd:string, field: xsd:string) -> return: xsd:string
getCONTENTdmHTTPTransferVersion(cdmurl: xsd:string, username: xsd:string, password: xsd:string) -> return: xsd:string
getWSVersion() -> return: xsd:string
processCONTENTdm(action: xsd:string, cdmurl: xsd:string, username: xsd:string, password: xsd:string, license: xsd:string, collection: xsd:string, metadata: ns0:metadataWrapper) -> return: xsd:string