]> SALOME platform Git repositories - tools/siman.git/blob - Workspace/Siman-Stub/service_wsdl/service/salome/SimanSalomeService.wsdl
Salome HOME
Download and upload operations from server to client (from client to server) are...
[tools/siman.git] / Workspace / Siman-Stub / service_wsdl / service / salome / SimanSalomeService.wsdl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://salome.service.ws_server.splat.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://salome.service.ws_server.splat.org">
3     <wsdl:documentation>SimanSalomeService</wsdl:documentation>
4     <wsdl:types>
5         <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://salome.service.ws_server.splat.org">
6             <xs:element name="putFile">
7                 <xs:complexType>
8                     <xs:sequence>
9                         <xs:element minOccurs="0" name="args0" nillable="true" type="xs:base64Binary"/>
10                         <xs:element minOccurs="0" name="args1" nillable="true" type="xs:string"/>
11                     </xs:sequence>
12                 </xs:complexType>
13             </xs:element>
14             <xs:element name="getFile">
15                 <xs:complexType>
16                     <xs:sequence>
17                         <xs:element minOccurs="0" name="args0" nillable="true" type="xs:string"/>
18                     </xs:sequence>
19                 </xs:complexType>
20             </xs:element>
21             <xs:element name="getFileResponse">
22                 <xs:complexType>
23                     <xs:sequence>
24                         <xs:element minOccurs="0" name="return" nillable="true" type="xs:base64Binary"/>
25                     </xs:sequence>
26                 </xs:complexType>
27             </xs:element>
28             <xs:element name="createConfigFile">
29                 <xs:complexType>
30                     <xs:sequence>
31                         <xs:element minOccurs="0" name="args0" type="xs:long"/>
32                         <xs:element minOccurs="0" name="args1" type="xs:long"/>
33                         <xs:element minOccurs="0" name="args2" type="xs:long"/>
34                     </xs:sequence>
35                 </xs:complexType>
36             </xs:element>
37             <xs:element name="createConfigFileResponse">
38                 <xs:complexType>
39                     <xs:sequence>
40                         <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
41                     </xs:sequence>
42                 </xs:complexType>
43             </xs:element>
44         </xs:schema>
45     </wsdl:types>
46     <wsdl:message name="getFileRequest">
47         <wsdl:part name="parameters" element="ns:getFile"/>
48     </wsdl:message>
49     <wsdl:message name="getFileResponse">
50         <wsdl:part name="parameters" element="ns:getFileResponse"/>
51     </wsdl:message>
52     <wsdl:message name="createConfigFileRequest">
53         <wsdl:part name="parameters" element="ns:createConfigFile"/>
54     </wsdl:message>
55     <wsdl:message name="createConfigFileResponse">
56         <wsdl:part name="parameters" element="ns:createConfigFileResponse"/>
57     </wsdl:message>
58     <wsdl:message name="putFileRequest">
59         <wsdl:part name="parameters" element="ns:putFile"/>
60     </wsdl:message>
61     <wsdl:portType name="SimanSalomeServicePortType">
62         <wsdl:operation name="getFile">
63             <wsdl:input message="ns:getFileRequest" wsaw:Action="urn:getFile"/>
64             <wsdl:output message="ns:getFileResponse" wsaw:Action="urn:getFileResponse"/>
65         </wsdl:operation>
66         <wsdl:operation name="createConfigFile">
67             <wsdl:input message="ns:createConfigFileRequest" wsaw:Action="urn:createConfigFile"/>
68             <wsdl:output message="ns:createConfigFileResponse" wsaw:Action="urn:createConfigFileResponse"/>
69         </wsdl:operation>
70         <wsdl:operation name="putFile">
71             <wsdl:input message="ns:putFileRequest" wsaw:Action="urn:putFile"/>
72         </wsdl:operation>
73     </wsdl:portType>
74     <wsdl:binding name="SimanSalomeServiceSoap11Binding" type="ns:SimanSalomeServicePortType">
75         <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
76         <wsdl:operation name="getFile">
77             <soap:operation soapAction="urn:getFile" style="document"/>
78             <wsdl:input>
79                 <soap:body use="literal"/>
80             </wsdl:input>
81             <wsdl:output>
82                 <soap:body use="literal"/>
83             </wsdl:output>
84         </wsdl:operation>
85         <wsdl:operation name="createConfigFile">
86             <soap:operation soapAction="urn:createConfigFile" style="document"/>
87             <wsdl:input>
88                 <soap:body use="literal"/>
89             </wsdl:input>
90             <wsdl:output>
91                 <soap:body use="literal"/>
92             </wsdl:output>
93         </wsdl:operation>
94         <wsdl:operation name="putFile">
95             <soap:operation soapAction="urn:putFile" style="document"/>
96             <wsdl:input>
97                 <soap:body use="literal"/>
98             </wsdl:input>
99         </wsdl:operation>
100     </wsdl:binding>
101     <wsdl:binding name="SimanSalomeServiceSoap12Binding" type="ns:SimanSalomeServicePortType">
102         <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
103         <wsdl:operation name="getFile">
104             <soap12:operation soapAction="urn:getFile" style="document"/>
105             <wsdl:input>
106                 <soap12:body use="literal"/>
107             </wsdl:input>
108             <wsdl:output>
109                 <soap12:body use="literal"/>
110             </wsdl:output>
111         </wsdl:operation>
112         <wsdl:operation name="createConfigFile">
113             <soap12:operation soapAction="urn:createConfigFile" style="document"/>
114             <wsdl:input>
115                 <soap12:body use="literal"/>
116             </wsdl:input>
117             <wsdl:output>
118                 <soap12:body use="literal"/>
119             </wsdl:output>
120         </wsdl:operation>
121         <wsdl:operation name="putFile">
122             <soap12:operation soapAction="urn:putFile" style="document"/>
123             <wsdl:input>
124                 <soap12:body use="literal"/>
125             </wsdl:input>
126         </wsdl:operation>
127     </wsdl:binding>
128     <wsdl:binding name="SimanSalomeServiceHttpBinding" type="ns:SimanSalomeServicePortType">
129         <http:binding verb="POST"/>
130         <wsdl:operation name="getFile">
131             <http:operation location="getFile"/>
132             <wsdl:input>
133                 <mime:content type="application/xml" part="parameters"/>
134             </wsdl:input>
135             <wsdl:output>
136                 <mime:content type="application/xml" part="parameters"/>
137             </wsdl:output>
138         </wsdl:operation>
139         <wsdl:operation name="createConfigFile">
140             <http:operation location="createConfigFile"/>
141             <wsdl:input>
142                 <mime:content type="application/xml" part="parameters"/>
143             </wsdl:input>
144             <wsdl:output>
145                 <mime:content type="application/xml" part="parameters"/>
146             </wsdl:output>
147         </wsdl:operation>
148         <wsdl:operation name="putFile">
149             <http:operation location="putFile"/>
150             <wsdl:input>
151                 <mime:content type="application/xml" part="parameters"/>
152             </wsdl:input>
153         </wsdl:operation>
154     </wsdl:binding>
155     <wsdl:service name="SimanSalomeService">
156         <wsdl:port name="SimanSalomeServiceHttpSoap11Endpoint" binding="ns:SimanSalomeServiceSoap11Binding">
157             <soap:address location="http://localhost:8080/Siman-WS/services/SimanSalomeService.SimanSalomeServiceHttpSoap11Endpoint/"/>
158         </wsdl:port>
159         <wsdl:port name="SimanSalomeServiceHttpSoap12Endpoint" binding="ns:SimanSalomeServiceSoap12Binding">
160             <soap12:address location="http://localhost:8080/Siman-WS/services/SimanSalomeService.SimanSalomeServiceHttpSoap12Endpoint/"/>
161         </wsdl:port>
162         <wsdl:port name="SimanSalomeServiceHttpEndpoint" binding="ns:SimanSalomeServiceHttpBinding">
163             <http:address location="http://localhost:8080/Siman-WS/services/SimanSalomeService.SimanSalomeServiceHttpEndpoint/"/>
164         </wsdl:port>
165     </wsdl:service>
166 </wsdl:definitions>