Revision 42800be8 trunk/Pithos.ShellExtensions/Service References/PithosService/StatusService.wsdl

b/trunk/Pithos.ShellExtensions/Service References/PithosService/StatusService.wsdl
1 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/">
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:i2="http://PITHOS.Client.Commands" 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 3
  <wsp:Policy wsu:Id="NetNamedPipeBinding_IStatusService_policy">
4 4
    <wsp:ExactlyOne>
5 5
      <wsp:All>
......
16 16
      </wsp:All>
17 17
    </wsp:ExactlyOne>
18 18
  </wsp:Policy>
19
  <wsp:Policy wsu:Id="NetNamedPipeBinding_ICommandsService_policy">
20
    <wsp:ExactlyOne>
21
      <wsp:All>
22
        <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1" />
23
        <wsaw:UsingAddressing />
24
      </wsp:All>
25
    </wsp:ExactlyOne>
26
  </wsp:Policy>
19 27
  <wsdl:import namespace="http://PITHOS.Client.Status" location="http://localhost:30000/pithos/mex?wsdl=wsdl0" />
20 28
  <wsdl:import namespace="http://PITHOS.Client.Settings" location="http://localhost:30000/pithos/mex?wsdl=wsdl1" />
29
  <wsdl:import namespace="http://PITHOS.Client.Commands" location="http://localhost:30000/pithos/mex?wsdl=wsdl2" />
21 30
  <wsdl:types />
22 31
  <wsdl:binding name="NetNamedPipeBinding_IStatusService" type="i0:IStatusService">
23 32
    <wsp:PolicyReference URI="#NetNamedPipeBinding_IStatusService_policy" />
......
45 54
      </wsdl:output>
46 55
    </wsdl:operation>
47 56
  </wsdl:binding>
57
  <wsdl:binding name="NetNamedPipeBinding_ICommandsService" type="i2:ICommandsService">
58
    <wsp:PolicyReference URI="#NetNamedPipeBinding_ICommandsService_policy" />
59
    <soap12:binding transport="http://schemas.microsoft.com/soap/named-pipe" />
60
    <wsdl:operation name="ShowProperties">
61
      <soap12:operation soapAction="http://PITHOS.Client.Commands/ICommandsService/ShowProperties" style="document" />
62
      <wsdl:input>
63
        <soap12:body use="literal" />
64
      </wsdl:input>
65
      <wsdl:output>
66
        <soap12:body use="literal" />
67
      </wsdl:output>
68
    </wsdl:operation>
69
  </wsdl:binding>
48 70
  <wsdl:service name="StatusService">
49 71
    <wsdl:port name="NetNamedPipeBinding_IStatusService" binding="tns:NetNamedPipeBinding_IStatusService">
50 72
      <soap12:address location="net.pipe://localhost/pithos/statuscache" />
......
58 80
        <wsa10:Address>net.pipe://localhost/pithos/settings</wsa10:Address>
59 81
      </wsa10:EndpointReference>
60 82
    </wsdl:port>
83
    <wsdl:port name="NetNamedPipeBinding_ICommandsService" binding="tns:NetNamedPipeBinding_ICommandsService">
84
      <soap12:address location="net.pipe://localhost/pithos/commands" />
85
      <wsa10:EndpointReference>
86
        <wsa10:Address>net.pipe://localhost/pithos/commands</wsa10:Address>
87
      </wsa10:EndpointReference>
88
    </wsdl:port>
61 89
  </wsdl:service>
62 90
</wsdl:definitions>

Also available in: Unified diff