⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 math.wsdl

📁 globus toolkit Math例子
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions name="MathService"    targetNamespace="http://www.globus.org/namespaces/examples/core/MathService_instance_notif"    xmlns="http://schemas.xmlsoap.org/wsdl/"    xmlns:tns="http://www.globus.org/namespaces/examples/core/MathService_instance_notif"    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"    xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"    xmlns:wsrpw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"    xmlns:wsntw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl"     xmlns:wsdlpp="http://www.globus.org/namespaces/2004/10/WSDLPreprocessor"    xmlns:xsd="http://www.w3.org/2001/XMLSchema"><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:import     namespace=    "http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl"     location="../../wsrf/notification/WS-BaseN.wsdl"/><types><xsd:schema targetNamespace="http://www.globus.org/namespaces/examples/core/MathService_instance_notif"    xmlns:tns="http://www.globus.org/namespaces/examples/core/MathService_instance_notif"    xmlns:xsd="http://www.w3.org/2001/XMLSchema">	<!-- 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>	<!-- 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 ref="tns:Value" minOccurs="1" maxOccurs="1"/>			<xsd:element ref="tns:LastOp" minOccurs="1" maxOccurs="1"/>		</xsd:sequence>	</xsd:complexType>	</xsd:element>	        </xsd:schema></types><message name="AddInputMessage">	<part name="parameters" element="tns:add"/></message><message name="AddOutputMessage">	<part name="parameters" element="tns:addResponse"/></message><message name="SubtractInputMessage">	<part name="parameters" element="tns:subtract"/></message><message name="SubtractOutputMessage">	<part name="parameters" element="tns:subtractResponse"/></message><portType name="MathPortType"     wsdlpp:extends="wsrpw:GetResourceProperty                     wsntw:NotificationProducer"    wsrp:ResourceProperties="tns:MathResourceProperties">	<operation name="add">		<input message="tns:AddInputMessage"/>		<output message="tns:AddOutputMessage"/>	</operation>        	<operation name="subtract">		<input message="tns:SubtractInputMessage"/>		<output message="tns:SubtractOutputMessage"/>	</operation></portType></definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -