re-arranging files for pcu control
[monitor.git] / cmdamt / Include / WSDL / NetworkTimeInterface.wsdl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Intel(R) Active Management Technology NetworkTime Interface version 1.15.1-->
3 <definitions
4     xmlns="http://schemas.xmlsoap.org/wsdl/"
5     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
6     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
7     xmlns:xs="http://www.w3.org/2001/XMLSchema" 
8     xmlns:tim="http://schemas.intel.com/platform/client/NetworkTime/2004/01" 
9     targetNamespace="http://schemas.intel.com/platform/client/NetworkTime/2004/01">
10      <types>
11           <xs:schema targetNamespace="http://schemas.intel.com/platform/client/NetworkTime/2004/01" elementFormDefault="qualified">          
12           
13                <xs:simpleType name="PT_STATUS">
14                     <xs:restriction base="xs:unsignedInt"/>
15                </xs:simpleType>               
16                <xs:simpleType name="TimeType">
17                     <xs:restriction base="xs:unsignedInt"/>
18                </xs:simpleType>
19
20                <xs:element name="GetLowAccuracyTimeSynch">
21                     <xs:complexType>
22                          <xs:sequence>
23                          </xs:sequence>
24                     </xs:complexType>
25                </xs:element>
26                <xs:element name="GetLowAccuracyTimeSynchResponse">
27                     <xs:complexType>
28                          <xs:sequence>
29                               <xs:element name="StatusCode" type="tim:PT_STATUS"/>
30                               <xs:element name="Ta0" type="tim:TimeType"/>
31                          </xs:sequence>
32                     </xs:complexType>
33                </xs:element>
34
35                <xs:element name="SetHighAccuracyTimeSynch">
36                     <xs:complexType>
37                          <xs:sequence>
38                               <xs:element name="Ta0" type="tim:TimeType"/>
39                               <xs:element name="Tm1" type="tim:TimeType"/>
40                               <xs:element name="Tm2" type="tim:TimeType"/>
41                          </xs:sequence>
42                     </xs:complexType>
43                </xs:element>
44                <xs:element name="SetHighAccuracyTimeSynchResponse">
45                     <xs:complexType>
46                          <xs:sequence>
47                               <xs:element name="StatusCode" type="tim:PT_STATUS"/>
48                          </xs:sequence>
49                     </xs:complexType>
50                </xs:element>               
51                
52           </xs:schema>
53      </types>
54      
55      <message name="GetLowAccuracyTimeSynchIn">
56           <part name="parameters" element="tim:GetLowAccuracyTimeSynch"/>
57      </message>
58      <message name="GetLowAccuracyTimeSynchOut">
59           <part name="parameters" element="tim:GetLowAccuracyTimeSynchResponse"/>
60      </message>
61      <message name="SetHighAccuracyTimeSynchIn">
62           <part name="parameters" element="tim:SetHighAccuracyTimeSynch"/>
63      </message>
64      <message name="SetHighAccuracyTimeSynchOut">
65           <part name="parameters" element="tim:SetHighAccuracyTimeSynchResponse"/>
66      </message>
67
68      <portType name="NetworkTimeSoapPortType">
69
70           <operation name="GetLowAccuracyTimeSynch">
71                <input message="tim:GetLowAccuracyTimeSynchIn"/>
72                <output message="tim:GetLowAccuracyTimeSynchOut"/>
73           </operation>
74           <operation name="SetHighAccuracyTimeSynch">
75                <input message="tim:SetHighAccuracyTimeSynchIn"/>
76                <output message="tim:SetHighAccuracyTimeSynchOut"/>
77           </operation>
78
79      </portType>
80      
81      <binding name="NetworkTimeSoapBinding" type="tim:NetworkTimeSoapPortType">
82           <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
83
84           <operation name="GetLowAccuracyTimeSynch">
85                <soap:operation soapAction="http://schemas.intel.com/platform/client/NetworkTime/2004/01/GetLowAccuracyTimeSynch" style="document"/>
86                <input>
87                     <soap:body use="literal"/>
88                </input>
89                <output>
90                     <soap:body use="literal"/>
91                </output>
92           </operation>
93           <operation name="SetHighAccuracyTimeSynch">
94                <soap:operation soapAction="http://schemas.intel.com/platform/client/NetworkTime/2004/01/SetHighAccuracyTimeSynch" style="document"/>
95                <input>
96                     <soap:body use="literal"/>
97                </input>
98                <output>
99                     <soap:body use="literal"/>
100                </output>
101           </operation>
102           
103      </binding>
104      
105      <service name="NetworkTimeService">
106           <port name="NetworkTimeSoapPortType" binding="tim:NetworkTimeSoapBinding">
107                <soap:address location="http://hostname:16992/NetworkTimeService"/>
108           </port>
109      </service>
110      
111 </definitions>