annotate service/src/main/webapp/WEB-INF/DigilibService.wsdl @ 11:ab4794707336 default tip

pluginManagement crap for new m2e Eclipse plugin...
author casties
date Thu, 23 Jun 2011 19:22:56 +0200
parents 39c4892724ae
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
2 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
3 xmlns:tns="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService"
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
4 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
5 name="DigilibService"
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
6 targetNamespace="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService">
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
7 <wsdl:types>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
8 <xsd:schema
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
9 targetNamespace="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService">
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
10 <xsd:element name="getScaledImage">
6a163b1bcd4d first checkin
casties
parents:
diff changeset
11 <xsd:complexType>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
12 <xsd:sequence>
5
f723439bd23e added query parameter to wsdl. uses parameters now. writing result doesn't work.
casties
parents: 1
diff changeset
13 <xsd:element name="sessionId" type="xsd:string"
f723439bd23e added query parameter to wsdl. uses parameters now. writing result doesn't work.
casties
parents: 1
diff changeset
14 minOccurs="1" maxOccurs="1" />
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
15 <xsd:element name="uri" type="xsd:anyURI"
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
16 minOccurs="1" maxOccurs="1">
5
f723439bd23e added query parameter to wsdl. uses parameters now. writing result doesn't work.
casties
parents: 1
diff changeset
17 </xsd:element>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
18 <xsd:element name="query" type="xsd:string"
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
19 minOccurs="1" maxOccurs="1"></xsd:element>
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
20 <xsd:element name="logParameter" type="xsd:string"></xsd:element>
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
21 </xsd:sequence>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
22 </xsd:complexType>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
23 </xsd:element>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
24 <xsd:element name="getScaledImageResponse">
6a163b1bcd4d first checkin
casties
parents:
diff changeset
25 <xsd:complexType>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
26 <xsd:sequence>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
27 <xsd:element name="mimeType" type="xsd:string"
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
28 minOccurs="1" maxOccurs="1" />
5
f723439bd23e added query parameter to wsdl. uses parameters now. writing result doesn't work.
casties
parents: 1
diff changeset
29 <xsd:element name="imageData" type="xsd:base64Binary"
f723439bd23e added query parameter to wsdl. uses parameters now. writing result doesn't work.
casties
parents: 1
diff changeset
30 minOccurs="1" maxOccurs="1">
f723439bd23e added query parameter to wsdl. uses parameters now. writing result doesn't work.
casties
parents: 1
diff changeset
31 </xsd:element>
f723439bd23e added query parameter to wsdl. uses parameters now. writing result doesn't work.
casties
parents: 1
diff changeset
32 <xsd:element name="width" type="xsd:int"></xsd:element>
f723439bd23e added query parameter to wsdl. uses parameters now. writing result doesn't work.
casties
parents: 1
diff changeset
33 <xsd:element name="height" type="xsd:int"></xsd:element>
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
34 </xsd:sequence>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
35 </xsd:complexType>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
36 </xsd:element>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
37 </xsd:schema>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
38 </wsdl:types>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
39 <wsdl:message name="getScaledImageRequest">
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
40 <wsdl:part element="tns:getScaledImage" name="parameters" />
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
41 </wsdl:message>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
42 <wsdl:message name="getScaledImageResponse">
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
43 <wsdl:part element="tns:getScaledImageResponse" name="parameters" />
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
44 </wsdl:message>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
45 <wsdl:portType name="DigilibServicePortType">
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
46 <wsdl:operation name="getScaledImage">
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
47 <wsdl:input message="tns:getScaledImageRequest" />
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
48 <wsdl:output message="tns:getScaledImageResponse" />
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
49 </wsdl:operation>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
50 </wsdl:portType>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
51 <wsdl:binding name="DigilibServiceSoapBinding" type="tns:DigilibServicePortType">
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
52 <soap:binding style="document"
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
53 transport="http://schemas.xmlsoap.org/soap/http" />
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
54 <wsdl:operation name="getScaledImage">
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
55 <soap:operation
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
56 soapAction="http://textgrid.info/namespaces/middleware/digilib/services/DigilibService" />
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
57 <wsdl:input>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
58 <soap:body use="literal" />
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
59 </wsdl:input>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
60 <wsdl:output>
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
61 <soap:body use="literal" />
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
62 </wsdl:output>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
63 </wsdl:operation>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
64 </wsdl:binding>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
65 <wsdl:service name="DigilibService">
7
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
66 <wsdl:port binding="tns:DigilibServiceSoapBinding" name="DigilibServicePort">
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
67 <soap:address
39c4892724ae new version with maven modules for service and client.
casties
parents: 5
diff changeset
68 location="http://localhost:8080/digilibservice-service/service" />
0
6a163b1bcd4d first checkin
casties
parents:
diff changeset
69 </wsdl:port>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
70 </wsdl:service>
6a163b1bcd4d first checkin
casties
parents:
diff changeset
71 </wsdl:definitions>