?? math_flattened.wsdl
字號:
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions name="MathService" targetNamespace="http://www.globus.org/namespaces/examples/core/MathService_instance" xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" xmlns:tns="http://www.globus.org/namespaces/examples/core/MathService_instance" xmlns:wsrpw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-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://www.globus.org/namespaces/examples/core/MathService_instance" xmlns:tns="http://www.globus.org/namespaces/examples/core/MathService_instance" 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="add" type="xsd:int"/> <xsd:element name="addResponse"> <xsd:complexType/> </xsd:element> <xsd:element name="subtract" type="xsd:int"/> <xsd:element name="subtractResponse"> <xsd:complexType/> </xsd:element> <xsd:element name="getValueRP"> <xsd:complexType/> </xsd:element> <xsd:element name="getValueRPResponse" type="xsd:int"/> <!-- RESOURCE PROPERTIES --> <xsd:element name="Value" type="xsd:int"/> <xsd:element name="LastOp" type="xsd:string"/> <xsd:element name="MathResourceProperties"> <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="SubtractOutputMessage"> <wsdl:part name="parameters" element="tns:subtractResponse"/> </wsdl:message> <wsdl:message name="GetValueRPInputMessage"> <wsdl:part name="parameters" element="tns:getValueRP"/> </wsdl:message> <wsdl:message name="SubtractInputMessage"> <wsdl:part name="parameters" element="tns:subtract"/> </wsdl:message> <wsdl:message name="AddInputMessage"> <wsdl:part name="parameters" element="tns:add"/> </wsdl:message> <wsdl:message name="AddOutputMessage"> <wsdl:part name="parameters" element="tns:addResponse"/> </wsdl:message> <wsdl:message name="GetValueRPOutputMessage"> <wsdl:part name="parameters" element="tns:getValueRPResponse"/> </wsdl:message> <wsdl:portType name="MathPortType" wsrp:ResourceProperties="tns:MathResourceProperties"> <wsdl:operation name="add"> <wsdl:input message="tns:AddInputMessage"/> <wsdl:output message="tns:AddOutputMessage"/> </wsdl:operation> <wsdl:operation name="subtract"> <wsdl:input message="tns:SubtractInputMessage"/> <wsdl:output message="tns:SubtractOutputMessage"/> </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 + -