Statistics
| Branch: | Revision:

root / trunk / Pithos.ShellExtensions / Service References / PithosService / StatusService.wsdl @ 5bcf6d70

History | View | Annotate | Download (3.7 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:i0="http://PITHOS.Client.Status" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:i1="http://PITHOS.Client.Settings" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StatusService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3
  <wsp:Policy wsu:Id="NetNamedPipeBinding_IStatusService_policy">
4
    <wsp:ExactlyOne>
5
      <wsp:All>
6
        <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1" />
7
        <wsaw:UsingAddressing />
8
      </wsp:All>
9
    </wsp:ExactlyOne>
10
  </wsp:Policy>
11
  <wsp:Policy wsu:Id="NetNamedPipeBinding_ISettingsService_policy">
12
    <wsp:ExactlyOne>
13
      <wsp:All>
14
        <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1" />
15
        <wsaw:UsingAddressing />
16
      </wsp:All>
17
    </wsp:ExactlyOne>
18
  </wsp:Policy>
19
  <wsdl:import namespace="http://PITHOS.Client.Status" location="http://localhost:30000/pithos/mex?wsdl=wsdl0" />
20
  <wsdl:import namespace="http://PITHOS.Client.Settings" location="http://localhost:30000/pithos/mex?wsdl=wsdl1" />
21
  <wsdl:types />
22
  <wsdl:binding name="NetNamedPipeBinding_IStatusService" type="i0:IStatusService">
23
    <wsp:PolicyReference URI="#NetNamedPipeBinding_IStatusService_policy" />
24
    <soap12:binding transport="http://schemas.microsoft.com/soap/named-pipe" />
25
    <wsdl:operation name="GetStatus">
26
      <soap12:operation soapAction="http://PITHOS.Client.Status/IStatusService/GetStatus" style="document" />
27
      <wsdl:input>
28
        <soap12:body use="literal" />
29
      </wsdl:input>
30
      <wsdl:output>
31
        <soap12:body use="literal" />
32
      </wsdl:output>
33
    </wsdl:operation>
34
  </wsdl:binding>
35
  <wsdl:binding name="NetNamedPipeBinding_ISettingsService" type="i1:ISettingsService">
36
    <wsp:PolicyReference URI="#NetNamedPipeBinding_ISettingsService_policy" />
37
    <soap12:binding transport="http://schemas.microsoft.com/soap/named-pipe" />
38
    <wsdl:operation name="GetSettings">
39
      <soap12:operation soapAction="http://PITHOS.Client.Settings/ISettingsService/GetSettings" style="document" />
40
      <wsdl:input>
41
        <soap12:body use="literal" />
42
      </wsdl:input>
43
      <wsdl:output>
44
        <soap12:body use="literal" />
45
      </wsdl:output>
46
    </wsdl:operation>
47
  </wsdl:binding>
48
  <wsdl:service name="StatusService">
49
    <wsdl:port name="NetNamedPipeBinding_IStatusService" binding="tns:NetNamedPipeBinding_IStatusService">
50
      <soap12:address location="net.pipe://localhost/pithos/statuscache" />
51
      <wsa10:EndpointReference>
52
        <wsa10:Address>net.pipe://localhost/pithos/statuscache</wsa10:Address>
53
      </wsa10:EndpointReference>
54
    </wsdl:port>
55
    <wsdl:port name="NetNamedPipeBinding_ISettingsService" binding="tns:NetNamedPipeBinding_ISettingsService">
56
      <soap12:address location="net.pipe://localhost/pithos/settings" />
57
      <wsa10:EndpointReference>
58
        <wsa10:Address>net.pipe://localhost/pithos/settings</wsa10:Address>
59
      </wsa10:EndpointReference>
60
    </wsdl:port>
61
  </wsdl:service>
62
</wsdl:definitions>