📄 dataprocess_flattened.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions name="DataProcessService" targetNamespace="http://examples.merrill.org/dataprocess/DataProcessService" xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" xmlns:tns="http://examples.merrill.org/dataprocess/DataProcessService" xmlns:wsrpw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl" xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl" xmlns:wsdlpp="http://www.globus.org/namespaces/2004/10/WSDLPreprocessor" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/"> <wsdl:import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl" location="../../wsrf/properties/WS-ResourceProperties.wsdl"/> <wsdl:types> <xsd:schema targetNamespace="http://examples.merrill.org/dataprocess/DataProcessService" xmlns:tns="http://examples.merrill.org/dataprocess/DataProcessService" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:import namespace="http://schemas.xmlsoap.org/ws/2004/03/addressing" schemaLocation="../../ws/addressing/WS-Addressing.xsd"/> <!-- REQUESTS AND RESPONSES --> <xsd:element name="dataprocess"> <xsd:complexType> <xsd:sequence> <xsd:element name="FileName" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="DataProcessResponse" type="xsd:string"> <xsd:complexType/> </xsd:element> <xsd:element name="getValueRP"> <xsd:complexType/> </xsd:element> <xsd:element name="getValueRPResponse" type="xsd:string"/> <!-- RESOURCE PROPERTIES --> <xsd:element name="Value" type="xsd:int"/> <xsd:element name="LastOp" type="xsd:string"/> <xsd:element name="DataProcessResourceProperties"> <xsd:complexType> <xsd:sequence> <xsd:element maxOccurs="1" minOccurs="1" ref="tns:Value"/> <xsd:element maxOccurs="1" minOccurs="1" ref="tns:LastOp"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema> </wsdl:types> <wsdl:message name="GetValueRPOutputMessage"> <wsdl:part name="parameters" element="tns:getValueRPResponse"/> </wsdl:message> <wsdl:message name="GetValueRPInputMessage"> <wsdl:part name="parameters" element="tns:getValueRP"/> </wsdl:message> <wsdl:message name="DataProcessOutputMessage"> <wsdl:part name="parameters" element="tns:DataProcessResponse"/> </wsdl:message> <wsdl:message name="DataProcessInputMessage"> <wsdl:part name="parameters" element="tns:dataprocess"/> </wsdl:message> <wsdl:portType name="DataProcessPortType" wsrp:ResourceProperties="tns:DataProcessResourceProperties"> <wsdl:operation name="dataprocess"> <wsdl:input message="tns:DataProcessInputMessage"/> <wsdl:output message="tns:DataProcessOutputMessage"/> </wsdl:operation> <wsdl:operation name="getValueRP"> <wsdl:input message="tns:GetValueRPInputMessage"/> <wsdl:output message="tns:GetValueRPOutputMessage"/> </wsdl:operation> <wsdl:operation name="GetResourceProperty"> <wsdl:input name="GetResourcePropertyRequest" message="wsrpw:GetResourcePropertyRequest" wsa:Action="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties/GetResourceProperty"/> <wsdl:output name="GetResourcePropertyResponse" message="wsrpw:GetResourcePropertyResponse" wsa:Action="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties/GetResourcePropertyResponse"/> <wsdl:fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/> <wsdl:fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/> </wsdl:operation> </wsdl:portType></wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -