Subversion Repositories XServices

Rev

Rev 201 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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