Service1.wsdl
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:4k
- <?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="http://tempuri.org/" 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="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
- <types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:import namespace="http://www.w3.org/2001/XMLSchema" />
- <s:element name="GetData">
- <s:complexType />
- </s:element>
- <s:element name="GetDataResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetDataResult">
- <s:complexType>
- <s:sequence>
- <s:element ref="s:schema" />
- <s:any />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="AddEvent">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="eventName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="eventRoom" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="eventAttendees" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="eventDate" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="AddEventResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="AddEventResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </types>
- <message name="GetDataSoapIn">
- <part name="parameters" element="s0:GetData" />
- </message>
- <message name="GetDataSoapOut">
- <part name="parameters" element="s0:GetDataResponse" />
- </message>
- <message name="AddEventSoapIn">
- <part name="parameters" element="s0:AddEvent" />
- </message>
- <message name="AddEventSoapOut">
- <part name="parameters" element="s0:AddEventResponse" />
- </message>
- <portType name="Service1Soap">
- <operation name="GetData">
- <input message="s0:GetDataSoapIn" />
- <output message="s0:GetDataSoapOut" />
- </operation>
- <operation name="AddEvent">
- <input message="s0:AddEventSoapIn" />
- <output message="s0:AddEventSoapOut" />
- </operation>
- </portType>
- <binding name="Service1Soap" type="s0:Service1Soap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <operation name="GetData">
- <soap:operation soapAction="http://tempuri.org/GetData" style="document" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- <operation name="AddEvent">
- <soap:operation soapAction="http://tempuri.org/AddEvent" style="document" />
- <input>
- <soap:body use="literal" />
- </input>
- <output>
- <soap:body use="literal" />
- </output>
- </operation>
- </binding>
- <service name="Service1">
- <port name="Service1Soap" binding="s0:Service1Soap">
- <soap:address location="http://localhost/PCSWebSrv2/Service1.asmx" />
- </port>
- </service>
- </definitions>