qwj
2022-08-22 63f6c5de8832eaabf066fe9f9d492187f04011b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="utf-8"?>
<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: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: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="RegisterSystem" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsp:Policy wsu:Id="WSHttpBinding_IRegisterSystem_policy">
    <wsp:ExactlyOne>
      <wsp:All>
        <wsaw:UsingAddressing />
      </wsp:All>
    </wsp:ExactlyOne>
  </wsp:Policy>
  <wsdl:types>
    <xsd:schema targetNamespace="http://tempuri.org/Imports">
      <xsd:import schemaLocation="http://soft.cyin.cn/Service.svc?xsd=xsd0" namespace="http://tempuri.org/" />
      <xsd:import schemaLocation="http://soft.cyin.cn/Service.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
      <xsd:import schemaLocation="http://soft.cyin.cn/Service.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/CY_DocumentSystemWCFService" />
      <xsd:import schemaLocation="http://soft.cyin.cn/Service.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="IRegisterSystem_RegisteSystem_InputMessage">
    <wsdl:part name="parameters" element="tns:RegisteSystem" />
  </wsdl:message>
  <wsdl:message name="IRegisterSystem_RegisteSystem_OutputMessage">
    <wsdl:part name="parameters" element="tns:RegisteSystemResponse" />
  </wsdl:message>
  <wsdl:message name="IRegisterSystem_UPSystem_InputMessage">
    <wsdl:part name="parameters" element="tns:UPSystem" />
  </wsdl:message>
  <wsdl:message name="IRegisterSystem_UPSystem_OutputMessage">
    <wsdl:part name="parameters" element="tns:UPSystemResponse" />
  </wsdl:message>
  <wsdl:message name="IRegisterSystem_GetNewVersion_InputMessage">
    <wsdl:part name="parameters" element="tns:GetNewVersion" />
  </wsdl:message>
  <wsdl:message name="IRegisterSystem_GetNewVersion_OutputMessage">
    <wsdl:part name="parameters" element="tns:GetNewVersionResponse" />
  </wsdl:message>
  <wsdl:portType name="IRegisterSystem">
    <wsdl:operation name="RegisteSystem">
      <wsdl:input wsaw:Action="http://tempuri.org/IRegisterSystem/RegisteSystem" message="tns:IRegisterSystem_RegisteSystem_InputMessage" />
      <wsdl:output wsaw:Action="http://tempuri.org/IRegisterSystem/RegisteSystemResponse" message="tns:IRegisterSystem_RegisteSystem_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="UPSystem">
      <wsdl:input wsaw:Action="http://tempuri.org/IRegisterSystem/UPSystem" message="tns:IRegisterSystem_UPSystem_InputMessage" />
      <wsdl:output wsaw:Action="http://tempuri.org/IRegisterSystem/UPSystemResponse" message="tns:IRegisterSystem_UPSystem_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="GetNewVersion">
      <wsdl:input wsaw:Action="http://tempuri.org/IRegisterSystem/GetNewVersion" message="tns:IRegisterSystem_GetNewVersion_InputMessage" />
      <wsdl:output wsaw:Action="http://tempuri.org/IRegisterSystem/GetNewVersionResponse" message="tns:IRegisterSystem_GetNewVersion_OutputMessage" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WSHttpBinding_IRegisterSystem" type="tns:IRegisterSystem">
    <wsp:PolicyReference URI="#WSHttpBinding_IRegisterSystem_policy" />
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="RegisteSystem">
      <soap12:operation soapAction="http://tempuri.org/IRegisterSystem/RegisteSystem" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UPSystem">
      <soap12:operation soapAction="http://tempuri.org/IRegisterSystem/UPSystem" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetNewVersion">
      <soap12:operation soapAction="http://tempuri.org/IRegisterSystem/GetNewVersion" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="RegisterSystem">
    <wsdl:port name="WSHttpBinding_IRegisterSystem" binding="tns:WSHttpBinding_IRegisterSystem">
      <soap12:address location="http://soft.cyin.cn/Service.svc" />
      <wsa10:EndpointReference>
        <wsa10:Address>http://soft.cyin.cn/Service.svc</wsa10:Address>
      </wsa10:EndpointReference>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>