⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 atlwebservice.wsdl

📁 Vc.Net入门与提高源码
💻 WSDL
字号:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="urn:ATLWebServiceService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="urn:ATLWebServiceService" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="urn:ATLWebServiceService" />
  </types>
  <message name="HelloWorldIn">
    <part name="bstrInput" type="s:string" />
  </message>
  <message name="HelloWorldOut">
    <part name="return" type="s:string" />
  </message>
  <message name="AddIn">
    <part name="nOp1" type="s:int" />
    <part name="nOp2" type="s:int" />
  </message>
  <message name="AddOut">
    <part name="return" type="s:int" />
  </message>
  <message name="SubstractIn">
    <part name="nOp1" type="s:int" />
    <part name="nOp2" type="s:int" />
  </message>
  <message name="SubstractOut">
    <part name="return" type="s:int" />
  </message>
  <portType name="ATLWebServiceServiceSoap">
    <operation name="HelloWorld">
      <input message="s0:HelloWorldIn" />
      <output message="s0:HelloWorldOut" />
    </operation>
    <operation name="Add">
      <input message="s0:AddIn" />
      <output message="s0:AddOut" />
    </operation>
    <operation name="Substract">
      <input message="s0:SubstractIn" />
      <output message="s0:SubstractOut" />
    </operation>
  </portType>
  <binding name="ATLWebServiceServiceSoap" type="s0:ATLWebServiceServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
    <operation name="HelloWorld">
      <soap:operation soapAction="#HelloWorld" style="rpc" />
      <input>
        <soap:body use="encoded" namespace="urn:ATLWebServiceService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </input>
      <output>
        <soap:body use="encoded" namespace="urn:ATLWebServiceService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </output>
    </operation>
    <operation name="Add">
      <soap:operation soapAction="#Add" style="rpc" />
      <input>
        <soap:body use="encoded" namespace="urn:ATLWebServiceService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </input>
      <output>
        <soap:body use="encoded" namespace="urn:ATLWebServiceService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </output>
    </operation>
    <operation name="Substract">
      <soap:operation soapAction="#Substract" style="rpc" />
      <input>
        <soap:body use="encoded" namespace="urn:ATLWebServiceService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </input>
      <output>
        <soap:body use="encoded" namespace="urn:ATLWebServiceService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </output>
    </operation>
  </binding>
  <service name="ATLWebServiceService">
    <port name="ATLWebServiceServiceSoap" binding="s0:ATLWebServiceServiceSoap">
      <soap:address location="http://1t/ATLWebService/ATLWebService.dll?Handler=Default" />
    </port>
  </service>
</definitions>

⌨️ 快捷键说明

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