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

📄 echodoclit.wsdl

📁 Xfire文件 用于开发web service 的一个开源工具 很好用的
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8" ?>
<wsdl:definitions name="EchoService"
	targetNamespace="urn:xfire:wsdl"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
	xmlns:tns="urn:xfire:wsdl"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<wsdl:message name="reply">
		<wsdl:part name="out" type="xsd:string" />
	</wsdl:message>
	<wsdl:message name="request">
		<wsdl:part name="in0" type="xsd:string" />
	</wsdl:message>
	<wsdl:portType name="EchoServicePortType">
		<wsdl:operation name="echo">
			<wsdl:input message="tns:request" />
			<wsdl:output message="tns:reply" />
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="EchoServiceBinding"
		type="tns:EchoServicePortType">
		<soap:binding style="document"
			transport="http://schemas.xmlsoap.org/soap/http"
			xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
		<wsdl:operation name="echo">
			<soap:operation soapAction="" style="document"
				xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
			<wsdl:input>
				<soap:body use="literal"
					xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"
					xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="EchoService">
		<wsdl:port binding="tns:EchoServiceBinding"
			name="EchoServicePort">
			<soap:address
				location="http://localhost:8080/active-bpel/services/EchoService"
				xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

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