duplicate-element.wsdl

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

WSDL
37
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?