warehouseimpl.wsdl
来自「一个web service的开发工具」· WSDL 代码 · 共 25 行
WSDL
25 行
<?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 + =
减小字号Ctrl + -
显示快捷键?