📄 resourcemanagerws.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions name="ResourceManagerWS" targetNamespace="urn:ResourceManagerWS/wsdl" xmlns:tns="urn:ResourceManagerWS/wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="urn:ResourceManagerWS/types" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <types> <schema targetNamespace="urn:ResourceManagerWS/types" xmlns:tns="urn:ResourceManagerWS/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://www.w3.org/2001/XMLSchema"> <complexType name="ping"> <sequence/></complexType> <complexType name="pingResponse"> <sequence> <element name="result" type="long"/></sequence></complexType> <complexType name="registerJobHost"> <sequence> <element name="String_1" type="string" nillable="true"/> <element name="String_2" type="string" nillable="true"/> <element name="String_3" type="string" nillable="true"/> <element name="String_4" type="string" nillable="true"/></sequence></complexType> <complexType name="registerJobHostResponse"> <sequence/></complexType> <complexType name="searchJobHosts"> <sequence> <element name="String_1" type="string" nillable="true"/></sequence></complexType> <complexType name="searchJobHostsResponse"> <sequence> <element name="result" type="string" nillable="true"/></sequence></complexType> <complexType name="ConstraintDistanceException"> <sequence> <element name="message" type="string" nillable="true"/></sequence></complexType> <complexType name="ConstraintMatchException"> <sequence> <element name="message" type="string" nillable="true"/></sequence></complexType> <complexType name="unregisterJobHost"> <sequence> <element name="String_1" type="string" nillable="true"/> <element name="String_2" type="string" nillable="true"/></sequence></complexType> <complexType name="unregisterJobHostResponse"> <sequence> <element name="result" type="boolean"/></sequence></complexType> <element name="ping" type="tns:ping"/> <element name="pingResponse" type="tns:pingResponse"/> <element name="registerJobHost" type="tns:registerJobHost"/> <element name="registerJobHostResponse" type="tns:registerJobHostResponse"/> <element name="searchJobHosts" type="tns:searchJobHosts"/> <element name="searchJobHostsResponse" type="tns:searchJobHostsResponse"/> <element name="ConstraintDistanceException" type="tns:ConstraintDistanceException"/> <element name="ConstraintMatchException" type="tns:ConstraintMatchException"/> <element name="unregisterJobHost" type="tns:unregisterJobHost"/> <element name="unregisterJobHostResponse" type="tns:unregisterJobHostResponse"/></schema></types> <message name="ResourceManagerWSSEI_ping"> <part name="parameters" element="ns2:ping"/></message> <message name="ResourceManagerWSSEI_pingResponse"> <part name="result" element="ns2:pingResponse"/></message> <message name="ResourceManagerWSSEI_registerJobHost"> <part name="parameters" element="ns2:registerJobHost"/></message> <message name="ResourceManagerWSSEI_registerJobHostResponse"> <part name="result" element="ns2:registerJobHostResponse"/></message> <message name="ResourceManagerWSSEI_searchJobHosts"> <part name="parameters" element="ns2:searchJobHosts"/></message> <message name="ResourceManagerWSSEI_searchJobHostsResponse"> <part name="result" element="ns2:searchJobHostsResponse"/></message> <message name="ConstraintDistanceException"> <part name="ConstraintDistanceException" element="ns2:ConstraintDistanceException"/></message> <message name="ConstraintMatchException"> <part name="ConstraintMatchException" element="ns2:ConstraintMatchException"/></message> <message name="ResourceManagerWSSEI_unregisterJobHost"> <part name="parameters" element="ns2:unregisterJobHost"/></message> <message name="ResourceManagerWSSEI_unregisterJobHostResponse"> <part name="result" element="ns2:unregisterJobHostResponse"/></message> <portType name="ResourceManagerWSSEI"> <operation name="ping"> <input message="tns:ResourceManagerWSSEI_ping"/> <output message="tns:ResourceManagerWSSEI_pingResponse"/></operation> <operation name="registerJobHost"> <input message="tns:ResourceManagerWSSEI_registerJobHost"/> <output message="tns:ResourceManagerWSSEI_registerJobHostResponse"/></operation> <operation name="searchJobHosts"> <input message="tns:ResourceManagerWSSEI_searchJobHosts"/> <output message="tns:ResourceManagerWSSEI_searchJobHostsResponse"/> <fault name="ConstraintDistanceException" message="tns:ConstraintDistanceException"/> <fault name="ConstraintMatchException" message="tns:ConstraintMatchException"/></operation> <operation name="unregisterJobHost"> <input message="tns:ResourceManagerWSSEI_unregisterJobHost"/> <output message="tns:ResourceManagerWSSEI_unregisterJobHostResponse"/></operation></portType> <binding name="ResourceManagerWSSEIBinding" type="tns:ResourceManagerWSSEI"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <operation name="ping"> <soap:operation soapAction=""/> <input> <soap:body use="literal"/></input> <output> <soap:body use="literal"/></output></operation> <operation name="registerJobHost"> <soap:operation soapAction=""/> <input> <soap:body use="literal"/></input> <output> <soap:body use="literal"/></output></operation> <operation name="searchJobHosts"> <soap:operation soapAction=""/> <input> <soap:body use="literal"/></input> <output> <soap:body use="literal"/></output> <fault name="ConstraintDistanceException"> <soap:fault name="ConstraintDistanceException" use="literal"/></fault> <fault name="ConstraintMatchException"> <soap:fault name="ConstraintMatchException" use="literal"/></fault></operation> <operation name="unregisterJobHost"> <soap:operation soapAction=""/> <input> <soap:body use="literal"/></input> <output> <soap:body use="literal"/></output></operation></binding> <service name="ResourceManagerWS"> <port name="ResourceManagerWSSEIPort" binding="tns:ResourceManagerWSSEIBinding"> <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -