comparison service/src/main/webapp/WEB-INF/DigilibService.wsdl @ 7:39c4892724ae

new version with maven modules for service and client.
author casties
date Thu, 16 Jun 2011 17:33:06 +0200
parents src/main/webapp/WEB-INF/DigilibService.wsdl@f723439bd23e
children
comparison
equal deleted inserted replaced
6:913bc132ed96 7:39c4892724ae
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
3 xmlns:tns="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService"
4 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
5 name="DigilibService"
6 targetNamespace="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService">
7 <wsdl:types>
8 <xsd:schema
9 targetNamespace="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService">
10 <xsd:element name="getScaledImage">
11 <xsd:complexType>
12 <xsd:sequence>
13 <xsd:element name="sessionId" type="xsd:string"
14 minOccurs="1" maxOccurs="1" />
15 <xsd:element name="uri" type="xsd:anyURI"
16 minOccurs="1" maxOccurs="1">
17 </xsd:element>
18 <xsd:element name="query" type="xsd:string"
19 minOccurs="1" maxOccurs="1"></xsd:element>
20 <xsd:element name="logParameter" type="xsd:string"></xsd:element>
21 </xsd:sequence>
22 </xsd:complexType>
23 </xsd:element>
24 <xsd:element name="getScaledImageResponse">
25 <xsd:complexType>
26 <xsd:sequence>
27 <xsd:element name="mimeType" type="xsd:string"
28 minOccurs="1" maxOccurs="1" />
29 <xsd:element name="imageData" type="xsd:base64Binary"
30 minOccurs="1" maxOccurs="1">
31 </xsd:element>
32 <xsd:element name="width" type="xsd:int"></xsd:element>
33 <xsd:element name="height" type="xsd:int"></xsd:element>
34 </xsd:sequence>
35 </xsd:complexType>
36 </xsd:element>
37 </xsd:schema>
38 </wsdl:types>
39 <wsdl:message name="getScaledImageRequest">
40 <wsdl:part element="tns:getScaledImage" name="parameters" />
41 </wsdl:message>
42 <wsdl:message name="getScaledImageResponse">
43 <wsdl:part element="tns:getScaledImageResponse" name="parameters" />
44 </wsdl:message>
45 <wsdl:portType name="DigilibServicePortType">
46 <wsdl:operation name="getScaledImage">
47 <wsdl:input message="tns:getScaledImageRequest" />
48 <wsdl:output message="tns:getScaledImageResponse" />
49 </wsdl:operation>
50 </wsdl:portType>
51 <wsdl:binding name="DigilibServiceSoapBinding" type="tns:DigilibServicePortType">
52 <soap:binding style="document"
53 transport="http://schemas.xmlsoap.org/soap/http" />
54 <wsdl:operation name="getScaledImage">
55 <soap:operation
56 soapAction="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService" />
57 <wsdl:input>
58 <soap:body use="literal" />
59 </wsdl:input>
60 <wsdl:output>
61 <soap:body use="literal" />
62 </wsdl:output>
63 </wsdl:operation>
64 </wsdl:binding>
65 <wsdl:service name="DigilibService">
66 <wsdl:port binding="tns:DigilibServiceSoapBinding" name="DigilibServicePort">
67 <soap:address
68 location="http://localhost:8080/digilibservice-service/service" />
69 </wsdl:port>
70 </wsdl:service>
71 </wsdl:definitions>