📄 common.wsdl
字号:
<?xml version='1.0' encoding='UTF-8'?><definitions name='common'
targetNamespace='urn:xfire:generator:import-test'
xmlns='http://schemas.xmlsoap.org/wsdl/'
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
<types> <xsd:schema targetNamespace='urn:xfire:generator:import-test'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
<xsd:import namespace="urn:xfire:generator:import-test" schemaLocation="import.xsd"/>
<xsd:element name="SomeStrings">
<xsd:complexType> <xsd:sequence> <xsd:element name='strings' type='xsd:string' maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType>
</xsd:element> </xsd:schema> </types>
<service name='CommonService'></service></definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -