service0.wsdl

来自「delphi 开发的自动升级源码」· WSDL 代码 · 共 17 行

WSDL
17
字号
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:i0="http://XMLChina.net" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:import namespace="http://XMLChina.net" location="http://localhost:1222/WebSite1/Service.asmx?wsdl=wsdl1" />
  <wsdl:types>
    <s:schema targetNamespace="http://tempuri.org/">
      <s:include schemaLocation="http://localhost:1222/WebSite1/Service.asmx?schema=schema1" />
    </s:schema>
  </wsdl:types>
  <wsdl:service name="Service">
    <wsdl:port name="ServiceSoap" binding="i0:ServiceSoap">
      <soap:address location="http://localhost:1222/WebSite1/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceSoap12" binding="i0:ServiceSoap12">
      <soap12:address location="http://localhost:1222/WebSite1/Service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

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