importtypes.wsdl
来自「Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应」· WSDL 代码 · 共 35 行
WSDL
35 行
<definitions name="ImportTestDefinition" targetNamespace="http://test.globus.org/importtest" xmlns:tns="http://test.globus.org/importtest" xmlns:types="http://test.globus.org/types" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><types> <xsd:schema targetNamespace="http://test.globus.org/bigType" xmlns:tns="http://test.globus.org/bigType" xmlns:stringType="http://test.globus.org/types" xmlns:otherType="http://test.globus.org/otherTypes" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:import namespace="http://test.globus.org/types" schemaLocation="../types3/importStringType.xsd"/> <xsd:import namespace="http://test.globus.org/otherTypes" schemaLocation="../types3/importOtherType.xsd"/> <xsd:complexType name="BigType"> <xsd:sequence> <xsd:element name="one" type="xsd:string"/> <xsd:element name="two" type="stringType:StringType"/> <xsd:element name="three" type="otherType:OtherType"/> </xsd:sequence> </xsd:complexType> </xsd:schema></types></definitions>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?