loggingfacilityimpl.wsdl

来自「Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应」· WSDL 代码 · 共 18 行

WSDL
18
字号
<?xml version="1.0" encoding="utf-8"?><definitions	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"	xmlns:tns="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl"	targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl"	xmlns="http://schemas.xmlsoap.org/wsdl/">	<import		namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl"		location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/LoggingFacility.wsdl"/>	<types/>	<service name="LoggingFacilityService">		<port name="LoggingFacilityPort" binding="tns:LoggingFacilitySoapBinding">			<soap:address location="http://localhost:8080/axis/services/LoggingFacilityPort" />		</port>	</service></definitions>

⌨️ 快捷键说明

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