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

📄 duplicate-element.wsdl

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><!--   Test two element with the same name except for the first letter capitolization.--><definitions targetNamespace="urn:clash.wsdl.test"             xmlns="http://schemas.xmlsoap.org/wsdl/"             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"             xmlns:xsd="http://www.w3.org/2001/XMLSchema"             xmlns:tns="urn:clash.wsdl.test">    <types>        <schema elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:clash.wsdl.test">            <element name="describeLayout">                <complexType>                    <sequence>                        <element name="sObjectType" type="xsd:string"/>                    </sequence>                </complexType>            </element>            <complexType name="DescribeLayout">                <sequence>                    <element name="detailLayoutSections" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>                </sequence>            </complexType>	</schema>    </types>    </definitions>    

⌨️ 快捷键说明

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