201 |
brianR |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<wsdl:definitions xmlns:evt="http://www.eclipse.org/alf/schema/EventBase/1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.eclipse.org/alf/schema/EventBase/1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ALFEventManager" targetNamespace="http://www.eclipse.org/alf/schema/EventBase/1">
|
|
|
3 |
|
|
|
4 |
<wsdl:documentation>
|
|
|
5 |
WARNING: PRELIMINARY VERSION SUBJECT TO CHANGE
|
|
|
6 |
|
|
|
7 |
Copyright Notice
|
|
|
8 |
The material in this document is Copyright (c) Serena Software, Inc. and others, 2005, 2006
|
|
|
9 |
Terms and Conditions:
|
|
|
10 |
The Eclipse Foundation makes available all content in this document ("Content").
|
|
|
11 |
Unless otherwise indicated below, the Content is provided to you under the terms
|
|
|
12 |
and conditions of the Eclipse Public License Version 1.0 ("EPL").
|
|
|
13 |
A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html.
|
|
|
14 |
For purposes of the EPL, "Program" will mean the Content.
|
|
|
15 |
If you did not receive this Content directly from the Eclipse Foundation, the
|
|
|
16 |
Content is being redistributed by another party ("Redistributor") and different
|
|
|
17 |
terms and conditions may apply to your use of any object code in the Content.
|
|
|
18 |
Check the Redistributor's license that was provided with the Content.
|
|
|
19 |
If you did not receive any such license, contact the Redistributor.
|
|
|
20 |
Unless otherwise indicated below, the terms and conditions of the EPL still apply to the Content.
|
|
|
21 |
</wsdl:documentation>
|
|
|
22 |
|
|
|
23 |
<!-- ALF EventManager WSDL -->
|
|
|
24 |
<wsdl:types>
|
|
|
25 |
<xsd:schema xmlns="http://www.eclipse.org/alf/schema/EventBase/1" elementFormDefault="qualified" targetNamespace="http://www.eclipse.org/alf/schema/EventBase/1">
|
202 |
brianR |
26 |
<xsd:include schemaLocation="ALFEventBase_1-Composer.xsd"/>
|
201 |
brianR |
27 |
</xsd:schema>
|
|
|
28 |
</wsdl:types>
|
|
|
29 |
|
|
|
30 |
<wsdl:message name="EventNotice">
|
|
|
31 |
<wsdl:part type="evt:ALFEventType" name="EventNotice"/>
|
|
|
32 |
</wsdl:message>
|
|
|
33 |
|
|
|
34 |
<wsdl:message name="EventNoticeResponse">
|
|
|
35 |
<wsdl:part type="evt:ALFEventResponseType" name="EventNoticeResponse"/>
|
|
|
36 |
</wsdl:message>
|
|
|
37 |
|
|
|
38 |
<wsdl:message name="EventNoticeWithReply">
|
|
|
39 |
<wsdl:part type="evt:ALFEventType" name="EventNoticeWithReply"/>
|
|
|
40 |
</wsdl:message>
|
|
|
41 |
|
|
|
42 |
<wsdl:message name="EventNoticeWithReplyResponse">
|
|
|
43 |
<wsdl:part type="evt:ALFEventWithReplyResponseType" name="EventNoticeWithReplyResponse"/>
|
|
|
44 |
</wsdl:message>
|
|
|
45 |
|
|
|
46 |
|
|
|
47 |
<wsdl:portType name="ALFEventManager">
|
|
|
48 |
<wsdl:operation name="EventNotice">
|
|
|
49 |
<wsdl:input message="tns:EventNotice"/>
|
|
|
50 |
<wsdl:output message="tns:EventNoticeResponse"/>
|
|
|
51 |
</wsdl:operation>
|
|
|
52 |
<wsdl:operation name="EventNoticeWithReply">
|
|
|
53 |
<wsdl:input message="tns:EventNoticeWithReply"/>
|
|
|
54 |
<wsdl:output message="tns:EventNoticeWithReplyResponse"/>
|
|
|
55 |
</wsdl:operation>
|
|
|
56 |
</wsdl:portType>
|
|
|
57 |
|
|
|
58 |
<wsdl:portType name="ALFServiceFlow">
|
|
|
59 |
<wsdl:operation name="TEMPEventNotice">
|
|
|
60 |
<wsdl:input message="tns:EventNotice"/>
|
|
|
61 |
</wsdl:operation>
|
|
|
62 |
</wsdl:portType>
|
|
|
63 |
|
|
|
64 |
<wsdl:portType name="ALFServiceFlowWithReply">
|
|
|
65 |
<wsdl:operation name="EventNotice">
|
|
|
66 |
<wsdl:input message="tns:EventNotice"/>
|
|
|
67 |
<wsdl:output message="tns:EventNoticeWithReplyResponse"/>
|
|
|
68 |
</wsdl:operation>
|
|
|
69 |
</wsdl:portType>
|
|
|
70 |
|
|
|
71 |
<wsdl:binding name="ALFEventManagerSOAP" type="tns:ALFEventManager">
|
|
|
72 |
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
73 |
<wsdl:operation name="EventNotice">
|
|
|
74 |
<soap:operation soapAction=""/>
|
|
|
75 |
<wsdl:input>
|
|
|
76 |
<soap:body use="literal" namespace="http://www.eclipse.org/alf/schema/EventBase/1"/>
|
|
|
77 |
</wsdl:input>
|
|
|
78 |
<wsdl:output>
|
|
|
79 |
<soap:body use="literal" namespace="http://www.eclipse.org/alf/schema/EventBase/1"/>
|
|
|
80 |
</wsdl:output>
|
|
|
81 |
</wsdl:operation>
|
|
|
82 |
<wsdl:operation name="EventNoticeWithReply">
|
|
|
83 |
<soap:operation soapAction=""/>
|
|
|
84 |
<wsdl:input>
|
|
|
85 |
<soap:body use="literal" namespace="http://www.eclipse.org/alf/schema/EventBase/1"/>
|
|
|
86 |
</wsdl:input>
|
|
|
87 |
<wsdl:output>
|
|
|
88 |
<soap:body use="literal" namespace="http://www.eclipse.org/alf/schema/EventBase/1"/>
|
|
|
89 |
</wsdl:output>
|
|
|
90 |
</wsdl:operation>
|
|
|
91 |
</wsdl:binding>
|
|
|
92 |
|
|
|
93 |
<wsdl:binding name="ALFServiceFlowSOAP" type="tns:ALFServiceFlow">
|
|
|
94 |
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
95 |
<wsdl:operation name="TEMPEventNotice">
|
|
|
96 |
<soap:operation soapAction=""/>
|
|
|
97 |
<wsdl:input>
|
|
|
98 |
<soap:body use="literal" namespace="http://www.eclipse.org/alf/schema/EventBase/1"/>
|
|
|
99 |
</wsdl:input>
|
|
|
100 |
</wsdl:operation>
|
|
|
101 |
</wsdl:binding>
|
|
|
102 |
|
|
|
103 |
<wsdl:binding name="ALFServiceFlowWithReplySOAP" type="tns:ALFServiceFlowWithReply">
|
|
|
104 |
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
|
105 |
<wsdl:operation name="EventNotice">
|
|
|
106 |
<soap:operation soapAction=""/>
|
|
|
107 |
<wsdl:input>
|
|
|
108 |
<soap:body use="literal" namespace="http://www.eclipse.org/alf/schema/EventBase/1"/>
|
|
|
109 |
</wsdl:input>
|
|
|
110 |
<wsdl:output>
|
|
|
111 |
<soap:body use="literal" namespace="http://www.eclipse.org/alf/schema/EventBase/1"/>
|
|
|
112 |
</wsdl:output>
|
|
|
113 |
</wsdl:operation>
|
|
|
114 |
</wsdl:binding>
|
|
|
115 |
|
|
|
116 |
<!-- Example services -->
|
|
|
117 |
<wsdl:service name="ALFEventManager">
|
|
|
118 |
<wsdl:port binding="tns:ALFEventManagerSOAP" name="ALFEventManagerSOAP">
|
|
|
119 |
<soap:address location="http://localhost:8080/ALFEventManager/services/ALFEventManagerSOAP"/>
|
|
|
120 |
</wsdl:port>
|
|
|
121 |
</wsdl:service>
|
|
|
122 |
|
|
|
123 |
<wsdl:service name="ALFServiceFlow">
|
|
|
124 |
<wsdl:port binding="tns:ALFServiceFlowSOAP" name="ALFServiceFlowSOAP">
|
|
|
125 |
<soap:address location="http://localhost:8080/ALFServiceFlow/services/ALFServiceFlowSOAP"/>
|
|
|
126 |
</wsdl:port>
|
|
|
127 |
</wsdl:service>
|
|
|
128 |
|
|
|
129 |
<wsdl:service name="ALFServiceFlowWithReply">
|
|
|
130 |
<wsdl:port binding="tns:ALFServiceFlowWithReplySOAP" name="ALFServiceFlowWithReplySOAP">
|
|
|
131 |
<soap:address location="http://localhost:8080/ALFServiceFlow/services/ALFServiceFlowWithReplySOAP"/>
|
|
|
132 |
</wsdl:port>
|
|
|
133 |
</wsdl:service>
|
|
|
134 |
|
|
|
135 |
</wsdl:definitions>
|