📄 schedulerws.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions name="SchedulerWS" targetNamespace="urn:SchedulerWS/wsdl" xmlns:tns="urn:SchedulerWS/wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns2="http://java.sun.com/jax-rpc-ri/internal" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <types> <schema targetNamespace="http://java.sun.com/jax-rpc-ri/internal" xmlns:tns="http://java.sun.com/jax-rpc-ri/internal" 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"> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <simpleType name="datahandler"> <restriction base="base64Binary"/></simpleType></schema></types> <message name="SchedulerWSSEI_ping"/> <message name="SchedulerWSSEI_pingResponse"> <part name="result" type="xsd:long"/></message> <message name="SchedulerWSSEI_queryBundle"> <part name="String_1" type="xsd:string"/></message> <message name="SchedulerWSSEI_queryBundleResponse"> <part name="result" type="xsd:string"/></message> <message name="SchedulerWSSEI_queryBundle2"> <part name="String_1" type="xsd:string"/> <part name="String_2" type="xsd:string"/></message> <message name="SchedulerWSSEI_queryBundle2Response"> <part name="result" type="xsd:string"/></message> <message name="SchedulerWSSEI_scheduleBundle"> <part name="String_1" type="xsd:string"/> <part name="String_2" type="xsd:string"/> <part name="String_3" type="xsd:string"/> <part name="DataHandler_4" type="ns2:datahandler"/></message> <message name="SchedulerWSSEI_scheduleBundleResponse"> <part name="result" type="xsd:string"/></message> <portType name="SchedulerWSSEI"> <operation name="ping"> <input message="tns:SchedulerWSSEI_ping"/> <output message="tns:SchedulerWSSEI_pingResponse"/></operation> <operation name="queryBundle" parameterOrder="String_1"> <input message="tns:SchedulerWSSEI_queryBundle"/> <output message="tns:SchedulerWSSEI_queryBundleResponse"/></operation> <operation name="queryBundle2" parameterOrder="String_1 String_2"> <input message="tns:SchedulerWSSEI_queryBundle2"/> <output message="tns:SchedulerWSSEI_queryBundle2Response"/></operation> <operation name="scheduleBundle" parameterOrder="String_1 String_2 String_3 DataHandler_4"> <input message="tns:SchedulerWSSEI_scheduleBundle"/> <output message="tns:SchedulerWSSEI_scheduleBundleResponse"/></operation></portType> <binding name="SchedulerWSSEIBinding" type="tns:SchedulerWSSEI"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/> <operation name="ping"> <soap:operation soapAction=""/> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:SchedulerWS/wsdl"/></input> <output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:SchedulerWS/wsdl"/></output></operation> <operation name="queryBundle"> <soap:operation soapAction=""/> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:SchedulerWS/wsdl"/></input> <output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:SchedulerWS/wsdl"/></output></operation> <operation name="queryBundle2"> <soap:operation soapAction=""/> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:SchedulerWS/wsdl"/></input> <output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:SchedulerWS/wsdl"/></output></operation> <operation name="scheduleBundle"> <soap:operation soapAction=""/> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:SchedulerWS/wsdl"/></input> <output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="urn:SchedulerWS/wsdl"/></output></operation></binding> <service name="SchedulerWS"> <port name="SchedulerWSSEIPort" binding="tns:SchedulerWSSEIBinding"> <soap:address location="REPLACE_WITH_ACTUAL_URL"/></port></service></definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -