📄 warehouseimpl.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 + -