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

📄 wsordersbe.wsdl

📁 wrox出版社的另一套经典的VB2005数据库编程学习书籍,收集了书中源码,郑重推荐,电子书,电子书下载
💻 WSDL
📖 第 1 页 / 共 4 页
字号:
  <wsdl:portType name="WSOrdersBESoap">
    <wsdl:operation name="GetSalesOrdersByCustomerID">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.2: Retrieves the SalesOrder objects specified by the CustomerID parameter in descending OrderID sequence (includes OrderDetail objects).</wsdl:documentation>
      <wsdl:input message="tns:GetSalesOrdersByCustomerIDSoapIn" />
      <wsdl:output message="tns:GetSalesOrdersByCustomerIDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTopSalesOrders">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.2: Retrieves the number of SalesOrder objects specified by the Number parameter in descending OrderID sequence (includes OrderDetail objects).</wsdl:documentation>
      <wsdl:input message="tns:GetTopSalesOrdersSoapIn" />
      <wsdl:output message="tns:GetTopSalesOrdersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAllSalesOrders">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.2: Retrieves all SalesOrder objects in descending OrderID sequence.</wsdl:documentation>
      <wsdl:input message="tns:GetAllSalesOrdersSoapIn" />
      <wsdl:output message="tns:GetAllSalesOrdersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSalesOrderByOrderID">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.2: Retrieves the SalesOrder object specified by the OrderID parameter (includes OrderDetail objects).</wsdl:documentation>
      <wsdl:input message="tns:GetSalesOrderByOrderIDSoapIn" />
      <wsdl:output message="tns:GetSalesOrderByOrderIDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InsertSalesOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.2: Inserts a SalesOrder Object and and adds a default OrderDetail object to the OrderDetails field. Accepts an SalesOrder object as the parameter.</wsdl:documentation>
      <wsdl:input message="tns:InsertSalesOrderSoapIn" />
      <wsdl:output message="tns:InsertSalesOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateSalesOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.2: Updates a SalesOrder Object and its OrderDetails field. Accepts an SalesOrder object as the parameter, and deletes all existing OrderDetail objects before inserting.</wsdl:documentation>
      <wsdl:input message="tns:UpdateSalesOrderSoapIn" />
      <wsdl:output message="tns:UpdateSalesOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateOrderObject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.1: Updates an Order object and the Orders record; returns 1 if successful. Accepts an Order object as the parameter.</wsdl:documentation>
      <wsdl:input message="tns:UpdateOrderObjectSoapIn" />
      <wsdl:output message="tns:UpdateOrderObjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateOrderAndDetailsObjects">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.1: Updates an OrderObject and its OrderDetails objects. Accepts an OrderDetails object as the parameter, and deletes all existing OrderDetail objects before inserting.</wsdl:documentation>
      <wsdl:input message="tns:UpdateOrderAndDetailsObjectsSoapIn" />
      <wsdl:output message="tns:UpdateOrderAndDetailsObjectsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InsertOrderObject">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.1: Creates an Order object and a default OrderDetail object and inserts a new Orders and Order Details records; returns new OrderID if successful.  Accepts an Order object as the parameter.</wsdl:documentation>
      <wsdl:input message="tns:InsertOrderObjectSoapIn" />
      <wsdl:output message="tns:InsertOrderObjectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InsertOrderAndDetailsObjects">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.1: Creates an OrderObject and multiple OrderDetails objects, and inserts all records. Accepts an Order object as the parameter, and returns the new OrderID if successful.</wsdl:documentation>
      <wsdl:input message="tns:InsertOrderAndDetailsObjectsSoapIn" />
      <wsdl:output message="tns:InsertOrderAndDetailsObjectsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InsertDetailObjects">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.1: Creates OrderDetail objects and inserts new Order Details records; returns the number of OrderDetail objects inserted, if successful. Accepts an array of OrderDetail objects as the parameter, and deletes all existing OrderDetail objects before inserting.</wsdl:documentation>
      <wsdl:input message="tns:InsertDetailObjectsSoapIn" />
      <wsdl:output message="tns:InsertDetailObjectsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAllOrders">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Retrieves all Order objects in descending OrderID sequence.</wsdl:documentation>
      <wsdl:input message="tns:GetAllOrdersSoapIn" />
      <wsdl:output message="tns:GetAllOrdersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTopOrders">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Retrieves the number of Order objects specified by the Number parameter in descending OrderID sequence.</wsdl:documentation>
      <wsdl:input message="tns:GetTopOrdersSoapIn" />
      <wsdl:output message="tns:GetTopOrdersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetOrdersByCustomerID">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Retrieves the Order objects specified by the CustomerID parameter in descending OrderID sequence.</wsdl:documentation>
      <wsdl:input message="tns:GetOrdersByCustomerIDSoapIn" />
      <wsdl:output message="tns:GetOrdersByCustomerIDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetOrderByOrderID">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Retrieves the Orders object specified by the OrderID parameter (10248 to 11077).</wsdl:documentation>
      <wsdl:input message="tns:GetOrderByOrderIDSoapIn" />
      <wsdl:output message="tns:GetOrderByOrderIDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAllDetails">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Retrieves all OrderDetail objects in descending OrderID sequence.</wsdl:documentation>
      <wsdl:input message="tns:GetAllDetailsSoapIn" />
      <wsdl:output message="tns:GetAllDetailsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetDetailsByCustomerID">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Retrieves the OrderDetail objects specified by the CustomerID parameter in descending OrderID sequence.</wsdl:documentation>
      <wsdl:input message="tns:GetDetailsByCustomerIDSoapIn" />
      <wsdl:output message="tns:GetDetailsByCustomerIDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTopDetails">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Retrieves the OrderDetail objects for the number of Orders objects specified by the Number parameter in descending OrderID sequence.</wsdl:documentation>
      <wsdl:input message="tns:GetTopDetailsSoapIn" />
      <wsdl:output message="tns:GetTopDetailsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetDetailsByOrderID">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Retrieves the OrderDetail objects specified by the OrderID parameter (10248 to 11077).</wsdl:documentation>
      <wsdl:input message="tns:GetDetailsByOrderIDSoapIn" />
      <wsdl:output message="tns:GetDetailsByOrderIDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Updates an Order object and the Orders record; returns 1 if successful. (Use 1/1/0001 for NULL date.)</wsdl:documentation>
      <wsdl:input message="tns:UpdateOrderSoapIn" />
      <wsdl:output message="tns:UpdateOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InsertOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Creates new Order and OrderDetail objects and inserts new Orders and Order Details records; returns new OrderID if successful. (Use 1/1/0001 for NULL date.)</wsdl:documentation>
      <wsdl:input message="tns:InsertOrderSoapIn" />
      <wsdl:output message="tns:InsertOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeleteOrder">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Deletes an Orders and dependent Order Details records from the database and returns the number of deleted records.</wsdl:documentation>
      <wsdl:input message="tns:DeleteOrderSoapIn" />
      <wsdl:output message="tns:DeleteOrderSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UpdateDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Updates an OrderDetail object and the Order Details record; returns 1 if successful.</wsdl:documentation>
      <wsdl:input message="tns:UpdateDetailSoapIn" />
      <wsdl:output message="tns:UpdateDetailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="InsertDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Creates a new OrderDetail object and inserts a new Order Details record; returns 1 if successful.</wsdl:documentation>
      <wsdl:input message="tns:InsertDetailSoapIn" />
      <wsdl:output message="tns:InsertDetailSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeleteDetail">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Version 1.0: Deletes an Order Details record specified by OrderID and ProductID; returns 1 if successful.</wsdl:documentation>
      <wsdl:input message="tns:DeleteDetailSoapIn" />
      <wsdl:output message="tns:DeleteDetailSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WSOrdersBESoap" type="tns:WSOrdersBESoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetSalesOrdersByCustomerID">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetSalesOrdersByCustomerID" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopSalesOrders">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetTopSalesOrders" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllSalesOrders">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetAllSalesOrders" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSalesOrderByOrderID">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetSalesOrderByOrderID" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InsertSalesOrder">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/InsertSalesOrder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateSalesOrder">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/UpdateSalesOrder" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateOrderObject">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/UpdateOrderObject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UpdateOrderAndDetailsObjects">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/UpdateOrderAndDetailsObjects" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InsertOrderObject">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/InsertOrderObject" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InsertOrderAndDetailsObjects">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/InsertOrderAndDetailsObjects" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="InsertDetailObjects">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/InsertDetailObjects" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllOrders">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetAllOrders" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopOrders">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetTopOrders" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrdersByCustomerID">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetOrdersByCustomerID" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetOrderByOrderID">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetOrderByOrderID" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAllDetails">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetAllDetails" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDetailsByCustomerID">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetDetailsByCustomerID" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTopDetails">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetTopDetails" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDetailsByOrderID">
      <soap:operation soapAction="www.oakleaf.ws/webservices/northwind/orders/ordersbe/GetDetailsByOrderID" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>

⌨️ 快捷键说明

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