~dangarner/xibo/client-170alpha

« back to all changes in this revision

Viewing changes to client/dotNET/Web References/xmds/xmds.wsdl

  • Committer: Dan Garner
  • Date: 2014-09-15 16:58:36 UTC
  • Revision ID: dan@xibo.org.uk-20140915165836-53jxipmlj2zsgqes
[dotnetclient] Logic for sending a screenshot on a timer. Class for immediate send (intended to use from RF).

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
  <wsdl:message name="NotifyStatusResponse">
106
106
    <wsdl:part name="success" type="xsd:boolean" />
107
107
  </wsdl:message>
 
108
  <wsdl:message name="SubmitScreenShotRequest">
 
109
    <wsdl:part name="version" type="xsd:string" />
 
110
    <wsdl:part name="serverKey" type="xsd:string" />
 
111
    <wsdl:part name="hardwareKey" type="xsd:string" />
 
112
    <wsdl:part name="screenShot" type="xsd:base64Binary" />
 
113
  </wsdl:message>
 
114
  <wsdl:message name="SubmitScreenShotResponse">
 
115
    <wsdl:part name="success" type="xsd:boolean" />
 
116
  </wsdl:message>
108
117
  <wsdl:portType name="xmdsPortType">
109
118
    <wsdl:operation name="RegisterDisplay">
110
119
      <documentation>Register the Display with the CMS</documentation>
156
165
      <wsdl:input message="tns:NotifyStatusRequest" />
157
166
      <wsdl:output message="tns:NotifyStatusResponse" />
158
167
    </wsdl:operation>
 
168
    <wsdl:operation name="SubmitScreenShot">
 
169
      <documentation>Submit a screen shot for a display</documentation>
 
170
      <wsdl:input message="tns:SubmitScreenShotRequest" />
 
171
      <wsdl:output message="tns:SubmitScreenShotResponse" />
 
172
    </wsdl:operation>
159
173
  </wsdl:portType>
160
174
  <wsdl:binding name="xmdsBinding" type="tns:xmdsPortType">
161
175
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
249
263
        <soap:body use="encoded" namespace="urn:xmds" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
250
264
      </wsdl:output>
251
265
    </wsdl:operation>
 
266
    <wsdl:operation name="SubmitScreenShot">
 
267
      <soap:operation soapAction="urn:xmds#SubmitScreenShot" style="rpc" />
 
268
      <wsdl:input>
 
269
        <soap:body use="encoded" namespace="urn:xmds" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
 
270
      </wsdl:input>
 
271
      <wsdl:output>
 
272
        <soap:body use="encoded" namespace="urn:xmds" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
 
273
      </wsdl:output>
 
274
    </wsdl:operation>
252
275
  </wsdl:binding>
253
276
  <wsdl:service name="xmds">
254
277
    <wsdl:port name="xmdsPort" binding="tns:xmdsBinding">