203 |
brianR |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<wsdl:definitions name="ALFEventManager" targetNamespace="http://www.eclipse.org/alf/schema/EventBase/1" xmlns="http://www.eclipse.org/alf/schema/EventBase/1" xmlns:evt="http://www.eclipse.org/alf/schema/EventBase/1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:tns="http://www.eclipse.org/alf/schema/EventBase/1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
|
|
|
3 |
<wsdl:documentation>
|
|
|
4 |
WARNING: PRELIMINARY VERSION SUBJECT TO CHANGE
|
|
|
5 |
|
|
|
6 |
Copyright Notice The material in this document is Copyright (c)
|
|
|
7 |
Serena Software, Inc. and others, 2005, 2006, 2007, 2008 Terms and
|
|
|
8 |
Conditions: The Eclipse Foundation makes available all content
|
|
|
9 |
in this document ("Content"). Unless otherwise indicated below,
|
|
|
10 |
the Content is provided to you under the terms and conditions of
|
|
|
11 |
the Eclipse Public License Version 1.0 ("EPL"). A copy of the
|
|
|
12 |
EPL is available at http://www.eclipse.org/legal/epl-v10.html.
|
|
|
13 |
For purposes of the EPL, "Program" will mean the Content. If you
|
|
|
14 |
did not receive this Content directly from the Eclipse
|
|
|
15 |
Foundation, the Content is being redistributed by another party
|
|
|
16 |
("Redistributor") and different terms and conditions may apply
|
|
|
17 |
to your use of any object code in the Content. Check the
|
|
|
18 |
Redistributor's license that was provided with the Content. If
|
|
|
19 |
you did not receive any such license, contact the Redistributor.
|
|
|
20 |
Unless otherwise indicated below, the terms and conditions of
|
|
|
21 |
the EPL still apply to the Content.
|
|
|
22 |
</wsdl:documentation>
|
|
|
23 |
<wsdl:types>
|
|
|
24 |
<xsd:schema elementFormDefault="qualified" targetNamespace="http://www.eclipse.org/alf/schema/EventBase/1" xmlns="http://www.eclipse.org/alf/schema/EventBase/1" xmlns:evt="http://www.eclipse.org/alf/schema/EventBase/1">
|
|
|
25 |
<xsd:include schemaLocation="ALFEventBase_1.xsd"/>
|
|
|
26 |
|
|
|
27 |
<!-- Document Literal EventNotice service document elements -->
|
|
|
28 |
|
|
|
29 |
<xsd:element name="ALFEventNoticeDoc" type="evt:ALFEventType">
|
|
|
30 |
</xsd:element>
|
|
|
31 |
|
|
|
32 |
<xsd:element name="ALFEventNoticeDocResponse" type="evt:ALFEventResponseType">
|
|
|
33 |
</xsd:element>
|
|
|
34 |
|
|
|
35 |
<xsd:element name="ALFEventNoticeWithReplyDoc" type="evt:ALFEventType">
|
|
|
36 |
</xsd:element>
|
|
|
37 |
|
|
|
38 |
<xsd:element name="ALFEventNoticeWithReplyDocResponse" type="evt:ALFEventWithReplyResponseType">
|
|
|
39 |
</xsd:element>
|
|
|
40 |
|
|
|
41 |
|
|
|
42 |
<!-- EventNoticeWithReply exceptions -->
|
|
|
43 |
|
|
|
44 |
<xsd:complexType name="NoEventActionMatchFaultType">
|
|
|
45 |
<xsd:sequence>
|
|
|
46 |
<xsd:any maxOccurs="unbounded" minOccurs="0"/>
|
|
|
47 |
</xsd:sequence>
|
|
|
48 |
</xsd:complexType>
|
|
|
49 |
|
|
|
50 |
<xsd:element name="NoEventActionMatchFault" type="evt:NoEventActionMatchFaultType">
|
|
|
51 |
</xsd:element>
|
|
|
52 |
|
|
|
53 |
<xsd:complexType name="ServiceFlowNotAvailableFaultType">
|
|
|
54 |
<xsd:sequence>
|
|
|
55 |
<xsd:any maxOccurs="unbounded" minOccurs="0"/>
|
|
|
56 |
</xsd:sequence>
|
|
|
57 |
</xsd:complexType>
|
|
|
58 |
|
|
|
59 |
<xsd:element name="ServiceFlowNotAvailableFault" type="evt:ServiceFlowNotAvailableFaultType">
|
|
|
60 |
</xsd:element>
|
|
|
61 |
|
|
|
62 |
<xsd:complexType name="ServiceFlowFaultType">
|
|
|
63 |
<xsd:sequence>
|
|
|
64 |
<xsd:any maxOccurs="unbounded" minOccurs="0"/>
|
|
|
65 |
</xsd:sequence>
|
|
|
66 |
</xsd:complexType>
|
|
|
67 |
|
|
|
68 |
<xsd:element name="ServiceFlowFault" type="evt:ServiceFlowFaultType">
|
|
|
69 |
</xsd:element>
|
|
|
70 |
|
|
|
71 |
<xsd:complexType name="UnexpectedFaultType">
|
|
|
72 |
<xsd:sequence>
|
|
|
73 |
<xsd:any maxOccurs="unbounded" minOccurs="0"/>
|
|
|
74 |
</xsd:sequence>
|
|
|
75 |
</xsd:complexType>
|
|
|
76 |
|
|
|
77 |
<xsd:element name="UnexpectedFault" type="evt:UnexpectedFaultType">
|
|
|
78 |
</xsd:element>
|
|
|
79 |
|
|
|
80 |
</xsd:schema>
|
|
|
81 |
</wsdl:types>
|
|
|
82 |
<wsdl:message name="EventNoticeWithReplyDocResponse">
|
|
|
83 |
<wsdl:part name="EventNoticeWithReplyDocResponse" element="ALFEventNoticeWithReplyDocResponse">
|
|
|
84 |
</wsdl:part>
|
|
|
85 |
</wsdl:message>
|
|
|
86 |
<wsdl:message name="EventNotice">
|
|
|
87 |
<wsdl:part name="EventNotice" type="ALFEventType">
|
|
|
88 |
</wsdl:part>
|
|
|
89 |
</wsdl:message>
|
|
|
90 |
<wsdl:message name="EventNoticeDocResponse">
|
|
|
91 |
<wsdl:part name="EventNoticeDocResponse" element="ALFEventNoticeDocResponse">
|
|
|
92 |
</wsdl:part>
|
|
|
93 |
</wsdl:message>
|
|
|
94 |
<wsdl:message name="EventNoticeWithReplyResponse">
|
|
|
95 |
<wsdl:part name="EventNoticeWithReplyResponse" type="ALFEventWithReplyResponseType">
|
|
|
96 |
</wsdl:part>
|
|
|
97 |
</wsdl:message>
|
|
|
98 |
|
|
|
99 |
<wsdl:message name="EventNoticeDoc">
|
|
|
100 |
<wsdl:part name="EventNoticeDoc" element="ALFEventNoticeDoc">
|
|
|
101 |
</wsdl:part>
|
|
|
102 |
</wsdl:message>
|
|
|
103 |
|
|
|
104 |
|
|
|
105 |
<wsdl:message name="EventNoticeWithReplyDoc">
|
|
|
106 |
<wsdl:part name="EventNoticeWithReplyDoc" element="ALFEventNoticeWithReplyDoc">
|
|
|
107 |
</wsdl:part>
|
|
|
108 |
</wsdl:message>
|
|
|
109 |
<wsdl:message name="UnexpectedFault">
|
|
|
110 |
<wsdl:part name="UnexpectedFault" element="UnexpectedFault">
|
|
|
111 |
</wsdl:part>
|
|
|
112 |
</wsdl:message>
|
|
|
113 |
<wsdl:message name="EventNoticeResponse">
|
|
|
114 |
<wsdl:part name="EventNoticeResponse" type="ALFEventResponseType">
|
|
|
115 |
</wsdl:part>
|
|
|
116 |
</wsdl:message>
|
|
|
117 |
<wsdl:message name="NoEventActionMatchFault">
|
|
|
118 |
<wsdl:part name="NoEventActionMatchFault" element="NoEventActionMatchFault">
|
|
|
119 |
</wsdl:part>
|
|
|
120 |
</wsdl:message>
|
|
|
121 |
<wsdl:message name="ServiceFlowNotAvailableFault">
|
|
|
122 |
<wsdl:part name="ServiceFlowNotAvailableFault" element="ServiceFlowNotAvailableFault">
|
|
|
123 |
</wsdl:part>
|
|
|
124 |
</wsdl:message>
|
|
|
125 |
<wsdl:message name="ServiceFlowFault">
|
|
|
126 |
<wsdl:part name="ServiceFlowFault" element="ServiceFlowFault">
|
|
|
127 |
</wsdl:part>
|
|
|
128 |
</wsdl:message>
|
|
|
129 |
<wsdl:message name="EventNoticeWithReply">
|
|
|
130 |
<wsdl:part name="EventNoticeWithReply" type="ALFEventType">
|
|
|
131 |
</wsdl:part>
|
|
|
132 |
</wsdl:message>
|
|
|
133 |
<wsdl:portType name="ALFEventManagerDocLit">
|
|
|
134 |
|
|
|
135 |
<wsdl:operation name="EventNotice">
|
|
|
136 |
<wsdl:input message="EventNoticeDoc" wsaw:Action="urn:EventNotice">
|
|
|
137 |
</wsdl:input>
|
|
|
138 |
<wsdl:output message="EventNoticeDocResponse" wsaw:Action="urn:EventNotice">
|
|
|
139 |
</wsdl:output>
|
|
|
140 |
<wsdl:fault name="UnexpectedFault" message="UnexpectedFault">
|
|
|
141 |
</wsdl:fault>
|
|
|
142 |
</wsdl:operation>
|
|
|
143 |
|
|
|
144 |
|
|
|
145 |
<wsdl:operation name="EventNoticeWithReply">
|
|
|
146 |
<wsdl:input message="EventNoticeWithReplyDoc" wsaw:Action="urn:EventNoticeWithReply">
|
|
|
147 |
</wsdl:input>
|
|
|
148 |
<wsdl:output message="EventNoticeWithReplyDocResponse" wsaw:Action="urn:EventNoticeWithReply">
|
|
|
149 |
</wsdl:output>
|
|
|
150 |
<wsdl:fault name="ServiceFlowNotAvailableFault" message="ServiceFlowNotAvailableFault">
|
|
|
151 |
</wsdl:fault>
|
|
|
152 |
<wsdl:fault name="ServiceFlowFault" message="ServiceFlowFault">
|
|
|
153 |
</wsdl:fault>
|
|
|
154 |
<wsdl:fault name="NoEventActionMatchFault" message="NoEventActionMatchFault">
|
|
|
155 |
</wsdl:fault>
|
|
|
156 |
<wsdl:fault name="UnexpectedFault" message="UnexpectedFault">
|
|
|
157 |
</wsdl:fault>
|
|
|
158 |
</wsdl:operation>
|
|
|
159 |
</wsdl:portType>
|
|
|
160 |
|
|
|
161 |
<wsdl:binding name="ALFEventManagerDocLitSOAP" type="ALFEventManagerDocLit">
|
|
|
162 |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
163 |
<wsdl:operation name="EventNotice">
|
|
|
164 |
<soap:operation soapAction="urn:EventNotice" style="document"/>
|
|
|
165 |
<wsdl:input>
|
|
|
166 |
<soap:body use="literal"/>
|
|
|
167 |
</wsdl:input>
|
|
|
168 |
<wsdl:output>
|
|
|
169 |
<soap:body use="literal"/>
|
|
|
170 |
</wsdl:output>
|
|
|
171 |
<wsdl:fault name="UnexpectedFault">
|
|
|
172 |
<soap:fault name="UnexpectedFault" use="literal"/>
|
|
|
173 |
</wsdl:fault>
|
|
|
174 |
</wsdl:operation>
|
|
|
175 |
<wsdl:operation name="EventNoticeWithReply">
|
|
|
176 |
<soap:operation soapAction="urn:EventNoticeWithReply" style="document"/>
|
|
|
177 |
<wsdl:input>
|
|
|
178 |
<soap:body use="literal"/>
|
|
|
179 |
</wsdl:input>
|
|
|
180 |
<wsdl:output>
|
|
|
181 |
<soap:body use="literal"/>
|
|
|
182 |
</wsdl:output>
|
|
|
183 |
<wsdl:fault name="ServiceFlowNotAvailableFault">
|
|
|
184 |
<soap:fault name="ServiceFlowNotAvailableFault" use="literal"/>
|
|
|
185 |
</wsdl:fault>
|
|
|
186 |
<wsdl:fault name="ServiceFlowFault">
|
|
|
187 |
<soap:fault name="ServiceFlowFault" use="literal"/>
|
|
|
188 |
</wsdl:fault>
|
|
|
189 |
<wsdl:fault name="NoEventActionMatchFault">
|
|
|
190 |
<soap:fault name="NoEventActionMatchFault" use="literal"/>
|
|
|
191 |
</wsdl:fault>
|
|
|
192 |
<wsdl:fault name="UnexpectedFault">
|
|
|
193 |
<soap:fault name="UnexpectedFault" use="literal"/>
|
|
|
194 |
</wsdl:fault>
|
|
|
195 |
</wsdl:operation>
|
|
|
196 |
</wsdl:binding>
|
|
|
197 |
<wsdl:service name="ALFEventManagerDocLit">
|
|
|
198 |
<wsdl:port name="ALFEventManagerDocLitSOAP" binding="ALFEventManagerDocLitSOAP">
|
|
|
199 |
<soap:address location="http://localhost:8085/eventmanager/services/ALFEventManagerDocLit/"/>
|
|
|
200 |
</wsdl:port>
|
|
|
201 |
</wsdl:service>
|
|
|
202 |
</wsdl:definitions>
|