view src/main/webapp/WEB-INF/DigilibService.wsdl @ 1:8f5216c9d623

soap test access works
author casties
date Thu, 05 May 2011 16:33:13 +0200
parents 6a163b1bcd4d
children f723439bd23e
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DigilibService" targetNamespace="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService">
  <wsdl:types>
    <xsd:schema targetNamespace="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService">
      <xsd:element name="getScaledImage">
        <xsd:complexType>
          <xsd:sequence>
          	<xsd:element name="sessionId" type="xsd:string" />
          	<xsd:element name="uri" type="xsd:anyURI"></xsd:element>
          	<xsd:element name="logParameter" type="xsd:string"></xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="getScaledImageResponse">
        <xsd:complexType>
          <xsd:sequence>
          	<xsd:element name="mimeType" type="xsd:string" />
          	<xsd:element name="imageData" type="xsd:base64Binary"></xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="getScaledImageRequest">
    <wsdl:part element="tns:getScaledImage" name="parameters"/>
  </wsdl:message>
  <wsdl:message name="getScaledImageResponse">
    <wsdl:part element="tns:getScaledImageResponse" name="parameters"/>
  </wsdl:message>
  <wsdl:portType name="DigilibService">
    <wsdl:operation name="getScaledImage">
      <wsdl:input message="tns:getScaledImageRequest"/>
      <wsdl:output message="tns:getScaledImageResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="DigilibServiceSOAP" type="tns:DigilibService">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getScaledImage">
      <soap:operation soapAction="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService/NewOperation"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="DigilibService">
    <wsdl:port binding="tns:DigilibServiceSOAP" name="DigilibServiceSOAP">
      <soap:address location="http://localhost:8080/digilibservice/service"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>