import.wsdl

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

WSDL
31
字号
<?xml version="1.0" encoding="UTF-8"?><definitions    targetNamespace="urn:import"    xmlns="http://schemas.xmlsoap.org/wsdl/"    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"    xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns:b1="urn:importBinding1"    xmlns:b2="urn:importBinding2"><import    location="ImportBinding1.wsdl"    namespace="urn:importBinding1"></import><import    location="ImportBinding2.wsdl"    namespace="urn:importBinding2"></import><service name="ImportService">  <documentation>Import test</documentation>  <port name="ImportTest1" binding="b1:ImportBinding1">    <soap:address location="http://localhost:8080/axis/services/ImportTest1"/>  </port>  <port name="ImportTest2" binding="b2:ImportBinding2">    <soap:address location="http://localhost:8080/axis/services/ImportTest2"/>  </port></service></definitions>

⌨️ 快捷键说明

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