📄 employeesservice.wsdl
字号:
<?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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" 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:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:element name="GetEmployees">
<s:complexType />
</s:element>
<s:element name="GetEmployeesResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetEmployeesResult" type="tns:ArrayOfEmployee" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ArrayOfEmployee">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="Employee" nillable="true" type="tns:Employee" />
</s:sequence>
</s:complexType>
<s:complexType name="Employee">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="EmployeeID" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="TitleOfCourtesy" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="BirthDate" type="s:dateTime" />
<s:element minOccurs="1" maxOccurs="1" name="HireDate" type="s:dateTime" />
<s:element minOccurs="0" maxOccurs="1" name="Address" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Region" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="HomePhone" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Extension" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Photo" type="tns:Image" />
<s:element minOccurs="0" maxOccurs="1" name="Notes" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="ReportsTo" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="PhotoPath" type="s:string" />
</s:sequence>
</s:complexType>
<s:complexType name="Image" abstract="true">
<s:complexContent mixed="false">
<s:extension base="tns:MarshalByRefObject">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Tag" />
<s:element minOccurs="0" maxOccurs="1" name="Palette" type="tns:ColorPalette" />
</s:sequence>
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="MarshalByRefObject" abstract="true" />
<s:complexType name="ColorPalette" />
<s:element name="UpdateEmployees">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="employees" type="tns:ArrayOfEmployee" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateEmployeesResponse">
<s:complexType />
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="GetEmployeesSoapIn">
<wsdl:part name="parameters" element="tns:GetEmployees" />
</wsdl:message>
<wsdl:message name="GetEmployeesSoapOut">
<wsdl:part name="parameters" element="tns:GetEmployeesResponse" />
</wsdl:message>
<wsdl:message name="UpdateEmployeesSoapIn">
<wsdl:part name="parameters" element="tns:UpdateEmployees" />
</wsdl:message>
<wsdl:message name="UpdateEmployeesSoapOut">
<wsdl:part name="parameters" element="tns:UpdateEmployeesResponse" />
</wsdl:message>
<wsdl:portType name="EmployeesServiceSoap">
<wsdl:operation name="GetEmployees">
<wsdl:input message="tns:GetEmployeesSoapIn" />
<wsdl:output message="tns:GetEmployeesSoapOut" />
</wsdl:operation>
<wsdl:operation name="UpdateEmployees">
<wsdl:input message="tns:UpdateEmployeesSoapIn" />
<wsdl:output message="tns:UpdateEmployeesSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="EmployeesServiceSoap" type="tns:EmployeesServiceSoap">
<wsdl:documentation>
<wsi:Claim conformsTo="http://ws-i.org/profiles/basic/1.1" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" />
</wsdl:documentation>
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetEmployees">
<soap:operation soapAction="http://tempuri.org/GetEmployees" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateEmployees">
<soap:operation soapAction="http://tempuri.org/UpdateEmployees" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="EmployeesServiceSoap12" type="tns:EmployeesServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetEmployees">
<soap12:operation soapAction="http://tempuri.org/GetEmployees" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateEmployees">
<soap12:operation soapAction="http://tempuri.org/UpdateEmployees" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="EmployeesService">
<wsdl:port name="EmployeesServiceSoap" binding="tns:EmployeesServiceSoap">
<soap:address location="http://localhost/EmployeesWebService/EmployeesService.asmx" />
</wsdl:port>
<wsdl:port name="EmployeesServiceSoap12" binding="tns:EmployeesServiceSoap12">
<soap12:address location="http://localhost/EmployeesWebService/EmployeesService.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -