northwindservice.wsdl

来自「C#高级编程第6版随书源代码 值得下载」· WSDL 代码 · 共 25 行

WSDL
25
字号
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:tns="http://tempuri.org/E1B02E09-EE48-3B6B-946F-E6A8BAEC6340" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" targetNamespace="http://tempuri.org/E1B02E09-EE48-3B6B-946F-E6A8BAEC6340" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xsd:schema targetNamespace="http://tempuri.org/E1B02E09-EE48-3B6B-946F-E6A8BAEC6340/Imports">
      <xsd:import schemaLocation="http://localhost:8088/NorthwindService?xsd=xsd4" namespace="http://tempuri.org/E1B02E09-EE48-3B6B-946F-E6A8BAEC6340" />
      <xsd:import schemaLocation="http://localhost:8088/NorthwindService?xsd=xsd0" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
      <xsd:import schemaLocation="http://localhost:8088/NorthwindService?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xsd:import schemaLocation="http://localhost:8088/NorthwindService?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/System" />
      <xsd:import schemaLocation="http://localhost:8088/NorthwindService?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/System.Runtime.InteropServices" />
      <xsd:import schemaLocation="http://localhost:8088/NorthwindService?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/Wrox.ProCSharp.EnterpriseServices" />
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="IOrderControl_NewOrder_InputMessage">
    <wsdl:part name="parameters" element="tns:NewOrder" />
  </wsdl:message>
  <wsdl:message name="IOrderControl_NewOrder_OutputMessage">
    <wsdl:part name="parameters" element="tns:NewOrderResponse" />
  </wsdl:message>
  <wsdl:portType msc:usingSession="true" name="IOrderControl">
    <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="NewOrder">
      <wsdl:input wsaw:Action="http://tempuri.org/E1B02E09-EE48-3B6B-946F-E6A8BAEC6340/IOrderControl/NewOrder" message="tns:IOrderControl_NewOrder_InputMessage" />
      <wsdl:output wsaw:Action="http://tempuri.org/E1B02E09-EE48-3B6B-946F-E6A8BAEC6340/IOrderControl/NewOrderResponse" message="tns:IOrderControl_NewOrder_OutputMessage" />
    </wsdl:operation>
  </wsdl:portType>
</wsdl:definitions>

⌨️ 快捷键说明

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