<?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>
|