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

📄 warehouseimpl.wsdl

📁 一个web service的开发工具
💻 WSDL
字号:
<?xml version="1.0" encoding="utf-8"?><definitions	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"	xmlns:scm="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"	targetNamespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"	xmlns="http://schemas.xmlsoap.org/wsdl/">	<import		namespace="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"		location="http://www.ws-i.org/SampleApplications/SupplyChainManagement/2002-08/Warehouse.wsdl"/>	<types/>	<service name="WarehouseService">		<port name="WarehouseAPort" binding="scm:WarehouseSoapBinding">			<soap:address location="http://localhost:8080/axis/services/WarehouseAPort" />		</port>		<port name="WarehouseBPort" binding="scm:WarehouseSoapBinding">			<soap:address location="http://localhost:8080/axis/services/WarehouseBPort" />		</port>		<port name="WarehouseCPort" binding="scm:WarehouseSoapBinding">			<soap:address location="http://localhost:8080/axis/services/WarehouseCPort" />		</port>	</service></definitions>

⌨️ 快捷键说明

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