Attachment 'DomsResourceIndex.xml'

Download

   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <wsdl:definitions targetNamespace="http://resourceindex.doms.statsbiblioteket.dk" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://resourceindex.doms.statsbiblioteket.dk" xmlns:intf="http://resourceindex.doms.statsbiblioteket.dk" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   3 <!--WSDL created by Apache Axis version: 1.4
   4 Built on Apr 22, 2006 (06:55:48 PDT)-->
   5  <wsdl:types>
   6   <schema elementFormDefault="qualified" targetNamespace="http://resourceindex.doms.statsbiblioteket.dk" xmlns="http://www.w3.org/2001/XMLSchema">
   7    <element name="getState">
   8     <complexType>
   9      <sequence>
  10       <element name="pid" type="xsd:string"/>
  11       <element name="user" type="xsd:string"/>
  12       <element name="pass" type="xsd:string"/>
  13      </sequence>
  14     </complexType>
  15    </element>
  16    <element name="getStateResponse">
  17     <complexType>
  18      <sequence>
  19       <element name="getStateReturn" type="xsd:string"/>
  20      </sequence>
  21     </complexType>
  22    </element>
  23    <element name="allReferencingTheseObjects">
  24     <complexType>
  25      <sequence>
  26       <element maxOccurs="unbounded" name="objects" type="xsd:string"/>
  27       <element name="user" type="xsd:string"/>
  28       <element name="pass" type="xsd:string"/>
  29      </sequence>
  30     </complexType>
  31    </element>
  32    <element name="allReferencingTheseObjectsResponse">
  33     <complexType>
  34      <sequence>
  35       <element maxOccurs="unbounded" name="allReferencingTheseObjectsReturn" type="impl:DigitalObject"/>
  36      </sequence>
  37     </complexType>
  38    </element>
  39    <complexType name="DigitalObject">
  40     <sequence>
  41      <element name="pid" nillable="true" type="xsd:anyURI"/>
  42      <element name="title" nillable="true" type="xsd:string"/>
  43     </sequence>
  44    </complexType>
  45    <element name="allTemplatesInCollectionForContentModel">
  46     <complexType>
  47      <sequence>
  48       <element name="collection" type="xsd:string"/>
  49       <element name="contentModel" type="xsd:string"/>
  50       <element name="user" type="xsd:string"/>
  51       <element name="pass" type="xsd:string"/>
  52      </sequence>
  53     </complexType>
  54    </element>
  55    <element name="allTemplatesInCollectionForContentModelResponse">
  56     <complexType>
  57      <sequence>
  58       <element maxOccurs="unbounded" name="allTemplatesInCollectionForContentModelReturn" type="impl:DigitalObject"/>
  59      </sequence>
  60     </complexType>
  61    </element>
  62   </schema>
  63  </wsdl:types>
  64 
  65    <wsdl:message name="allTemplatesInCollectionForContentModelResponse">
  66 
  67       <wsdl:part element="impl:allTemplatesInCollectionForContentModelResponse" name="parameters"/>
  68 
  69    </wsdl:message>
  70 
  71    <wsdl:message name="getStateResponse">
  72 
  73       <wsdl:part element="impl:getStateResponse" name="parameters"/>
  74 
  75    </wsdl:message>
  76 
  77    <wsdl:message name="allTemplatesInCollectionForContentModelRequest">
  78 
  79       <wsdl:part element="impl:allTemplatesInCollectionForContentModel" name="parameters"/>
  80 
  81    </wsdl:message>
  82 
  83    <wsdl:message name="allReferencingTheseObjectsResponse">
  84 
  85       <wsdl:part element="impl:allReferencingTheseObjectsResponse" name="parameters"/>
  86 
  87    </wsdl:message>
  88 
  89    <wsdl:message name="getStateRequest">
  90 
  91       <wsdl:part element="impl:getState" name="parameters"/>
  92 
  93    </wsdl:message>
  94 
  95    <wsdl:message name="allReferencingTheseObjectsRequest">
  96 
  97       <wsdl:part element="impl:allReferencingTheseObjects" name="parameters"/>
  98 
  99    </wsdl:message>
 100 
 101    <wsdl:portType name="DomsResourceIndex">
 102 
 103       <wsdl:operation name="getState">
 104 
 105          <wsdl:input message="impl:getStateRequest" name="getStateRequest"/>
 106 
 107          <wsdl:output message="impl:getStateResponse" name="getStateResponse"/>
 108 
 109       </wsdl:operation>
 110 
 111       <wsdl:operation name="allReferencingTheseObjects">
 112 
 113          <wsdl:input message="impl:allReferencingTheseObjectsRequest" name="allReferencingTheseObjectsRequest"/>
 114 
 115          <wsdl:output message="impl:allReferencingTheseObjectsResponse" name="allReferencingTheseObjectsResponse"/>
 116 
 117       </wsdl:operation>
 118 
 119       <wsdl:operation name="allTemplatesInCollectionForContentModel">
 120 
 121          <wsdl:input message="impl:allTemplatesInCollectionForContentModelRequest" name="allTemplatesInCollectionForContentModelRequest"/>
 122 
 123          <wsdl:output message="impl:allTemplatesInCollectionForContentModelResponse" name="allTemplatesInCollectionForContentModelResponse"/>
 124 
 125       </wsdl:operation>
 126 
 127    </wsdl:portType>
 128 
 129    <wsdl:binding name="DomsResourceIndexSoapBinding" type="impl:DomsResourceIndex">
 130 
 131       <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
 132 
 133       <wsdl:operation name="getState">
 134 
 135          <wsdlsoap:operation soapAction=""/>
 136 
 137          <wsdl:input name="getStateRequest">
 138 
 139             <wsdlsoap:body use="literal"/>
 140 
 141          </wsdl:input>
 142 
 143          <wsdl:output name="getStateResponse">
 144 
 145             <wsdlsoap:body use="literal"/>
 146 
 147          </wsdl:output>
 148 
 149       </wsdl:operation>
 150 
 151       <wsdl:operation name="allReferencingTheseObjects">
 152 
 153          <wsdlsoap:operation soapAction=""/>
 154 
 155          <wsdl:input name="allReferencingTheseObjectsRequest">
 156 
 157             <wsdlsoap:body use="literal"/>
 158 
 159          </wsdl:input>
 160 
 161          <wsdl:output name="allReferencingTheseObjectsResponse">
 162 
 163             <wsdlsoap:body use="literal"/>
 164 
 165          </wsdl:output>
 166 
 167       </wsdl:operation>
 168 
 169       <wsdl:operation name="allTemplatesInCollectionForContentModel">
 170 
 171          <wsdlsoap:operation soapAction=""/>
 172 
 173          <wsdl:input name="allTemplatesInCollectionForContentModelRequest">
 174 
 175             <wsdlsoap:body use="literal"/>
 176 
 177          </wsdl:input>
 178 
 179          <wsdl:output name="allTemplatesInCollectionForContentModelResponse">
 180 
 181             <wsdlsoap:body use="literal"/>
 182 
 183          </wsdl:output>
 184 
 185       </wsdl:operation>
 186 
 187    </wsdl:binding>
 188 
 189    <wsdl:service name="DomsResourceIndexService">
 190 
 191       <wsdl:port binding="impl:DomsResourceIndexSoapBinding" name="DomsResourceIndex">
 192 
 193          <wsdlsoap:address location="http://localhost:8080/RIquery/services/DomsResourceIndex"/>
 194 
 195       </wsdl:port>
 196 
 197    </wsdl:service>
 198 
 199 </wsdl:definitions>

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2008-11-07 19:10:27, 6.0 KB) [[attachment:DomsResourceIndex.xml]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.