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

📄 query.wsdl

📁 一个教材管理。b/s结构,采用了webservice技术。
💻 WSDL
字号:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s0="http://nankai.edu.cn/NKT/NP/OnlineISBNQuery/Query.asmx" targetNamespace="http://nankai.edu.cn/NKT/NP/OnlineISBNQuery/Query.asmx" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://nankai.edu.cn/NKT/NP/OnlineISBNQuery/Query.asmx">
      <s:element name="Query">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="strSearch" nillable="true" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="bIfChn" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QueryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="QueryResult" nillable="true" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </types>
  <message name="QuerySoapIn">
    <part name="parameters" element="s0:Query" />
  </message>
  <message name="QuerySoapOut">
    <part name="parameters" element="s0:QueryResponse" />
  </message>
  <message name="QueryHttpGetIn">
    <part name="strSearch" type="s:string" />
    <part name="bIfChn" type="s:string" />
  </message>
  <message name="QueryHttpGetOut">
    <part name="Body" element="s0:string" />
  </message>
  <message name="QueryHttpPostIn">
    <part name="strSearch" type="s:string" />
    <part name="bIfChn" type="s:string" />
  </message>
  <message name="QueryHttpPostOut">
    <part name="Body" element="s0:string" />
  </message>
  <portType name="WS_OnlineISBNQuerySoap">
    <operation name="Query">
      <documentation>Search in the Internet according to the given key term, then return the search result.Can traditional web applications be wrapped into web services? Current web pages offer various services, but how can we integrate them into 鈥減rogrammable network鈥

⌨️ 快捷键说明

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