0
|
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2 <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">
|
|
3 <wsdl:types>
|
|
4 <xsd:schema targetNamespace="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService">
|
|
5 <xsd:element name="getScaledImage">
|
|
6 <xsd:complexType>
|
|
7 <xsd:sequence>
|
|
8 <xsd:element name="sessionId" type="xsd:string" />
|
|
9 <xsd:element name="uri" type="xsd:anyURI"></xsd:element>
|
|
10 <xsd:element name="logParameter" type="xsd:string"></xsd:element>
|
|
11 </xsd:sequence>
|
|
12 </xsd:complexType>
|
|
13 </xsd:element>
|
|
14 <xsd:element name="getScaledImageResponse">
|
|
15 <xsd:complexType>
|
|
16 <xsd:sequence>
|
|
17 <xsd:element name="mimeType" type="xsd:string" />
|
|
18 <xsd:element name="imageData" type="xsd:base64Binary"></xsd:element>
|
|
19 </xsd:sequence>
|
|
20 </xsd:complexType>
|
|
21 </xsd:element>
|
|
22 </xsd:schema>
|
|
23 </wsdl:types>
|
|
24 <wsdl:message name="getScaledImageRequest">
|
|
25 <wsdl:part element="tns:getScaledImage" name="parameters"/>
|
|
26 </wsdl:message>
|
|
27 <wsdl:message name="getScaledImageResponse">
|
|
28 <wsdl:part element="tns:getScaledImageResponse" name="parameters"/>
|
|
29 </wsdl:message>
|
|
30 <wsdl:portType name="DigilibService">
|
|
31 <wsdl:operation name="getScaledImage">
|
|
32 <wsdl:input message="tns:getScaledImageRequest"/>
|
|
33 <wsdl:output message="tns:getScaledImageResponse"/>
|
|
34 </wsdl:operation>
|
|
35 </wsdl:portType>
|
|
36 <wsdl:binding name="DigilibServiceSOAP" type="tns:DigilibService">
|
|
37 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
38 <wsdl:operation name="getScaledImage">
|
|
39 <soap:operation soapAction="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService/NewOperation"/>
|
|
40 <wsdl:input>
|
|
41 <soap:body use="literal"/>
|
|
42 </wsdl:input>
|
|
43 <wsdl:output>
|
|
44 <soap:body use="literal"/>
|
|
45 </wsdl:output>
|
|
46 </wsdl:operation>
|
|
47 </wsdl:binding>
|
|
48 <wsdl:service name="DigilibService">
|
|
49 <wsdl:port binding="tns:DigilibServiceSOAP" name="DigilibServiceSOAP">
|
1
|
50 <soap:address location="http://localhost:8080/digilibservice/service"/>
|
0
|
51 </wsdl:port>
|
|
52 </wsdl:service>
|
|
53 </wsdl:definitions>
|