lch
2024-08-10 4eebf2a18c475d1fcf5374a96ed26ce7e5f1e5b1
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
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="K3cloudInterface" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="UserServiceImplService" targetNamespace="K3cloudInterface" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <xsd:schema>
      <xsd:import schemaLocation="http://36.134.102.119:9998/ykd/api?xsd=1" namespace="K3cloudInterface" />
    </xsd:schema>
  </types>
  <message name="Body">
    <part name="parameters" element="tns:Body" />
  </message>
  <message name="BodyResponse">
    <part name="parameters" element="tns:BodyResponse" />
  </message>
  <portType name="UserServiceImpl">
    <operation name="Body">
      <input wsam:Action="K3cloudInterface/UserServiceImpl/BodyRequest" message="tns:Body" />
      <output wsam:Action="K3cloudInterface/UserServiceImpl/BodyResponse" message="tns:BodyResponse" />
    </operation>
  </portType>
  <binding name="UserServiceImplPortBinding" type="tns:UserServiceImpl">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <operation name="Body">
      <soap:operation soapAction="" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="UserServiceImplService">
    <port name="UserServiceImplPort" binding="tns:UserServiceImplPortBinding">
      <soap:address location="http://36.134.102.119:9998/ykd/api" />
    </port>
  </service>
</definitions>