common.wsdl
来自「Xfire文件 用于开发web service 的一个开源工具 很好用的」· WSDL 代码 · 共 29 行
WSDL
29 行
<?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 + =
减小字号Ctrl + -
显示快捷键?