| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PowerMettersService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <xsd:schema targetNamespace="http://tempuri.org/Imports">
- <xsd:import namespace="http://tempuri.org/" />
- <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
- <xsd:import namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model" />
- </xsd:schema>
- </wsdl:types>
- <wsdl:message name="IPowerMettersService_GetBranchs_InputMessage">
- <wsdl:part name="parameters" element="tns:GetBranchs" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetBranchs_OutputMessage">
- <wsdl:part name="parameters" element="tns:GetBranchsResponse" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetPowerMattersByBranchGuid_InputMessage">
- <wsdl:part name="parameters" element="tns:GetPowerMattersByBranchGuid" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetPowerMattersByBranchGuid_OutputMessage">
- <wsdl:part name="parameters" element="tns:GetPowerMattersByBranchGuidResponse" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetPowerMattersDetailByRowID_InputMessage">
- <wsdl:part name="parameters" element="tns:GetPowerMattersDetailByRowID" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetPowerMattersDetailByRowID_OutputMessage">
- <wsdl:part name="parameters" element="tns:GetPowerMattersDetailByRowIDResponse" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetPowerMatters_InputMessage">
- <wsdl:part name="parameters" element="tns:GetPowerMatters" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetPowerMatters_OutputMessage">
- <wsdl:part name="parameters" element="tns:GetPowerMattersResponse" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetBranchsByApplyType_InputMessage">
- <wsdl:part name="parameters" element="tns:GetBranchsByApplyType" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetBranchsByApplyType_OutputMessage">
- <wsdl:part name="parameters" element="tns:GetBranchsByApplyTypeResponse" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetPowerMattersByBranchGuidAndApplyType_InputMessage">
- <wsdl:part name="parameters" element="tns:GetPowerMattersByBranchGuidAndApplyType" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetPowerMattersByBranchGuidAndApplyType_OutputMessage">
- <wsdl:part name="parameters" element="tns:GetPowerMattersByBranchGuidAndApplyTypeResponse" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_SearchByQLName_InputMessage">
- <wsdl:part name="parameters" element="tns:SearchByQLName" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_SearchByQLName_OutputMessage">
- <wsdl:part name="parameters" element="tns:SearchByQLNameResponse" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetOnceRunBranchs_InputMessage">
- <wsdl:part name="parameters" element="tns:GetOnceRunBranchs" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetOnceRunBranchs_OutputMessage">
- <wsdl:part name="parameters" element="tns:GetOnceRunBranchsResponse" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetOnceRunPowerMattersByBranchGuid_InputMessage">
- <wsdl:part name="parameters" element="tns:GetOnceRunPowerMattersByBranchGuid" />
- </wsdl:message>
- <wsdl:message name="IPowerMettersService_GetOnceRunPowerMattersByBranchGuid_OutputMessage">
- <wsdl:part name="parameters" element="tns:GetOnceRunPowerMattersByBranchGuidResponse" />
- </wsdl:message>
- <wsdl:portType name="IPowerMettersService">
- <wsdl:operation name="GetBranchs">
- <wsdl:input wsaw:Action="http://tempuri.org/IPowerMettersService/GetBranchs" message="tns:IPowerMettersService_GetBranchs_InputMessage" />
- <wsdl:output wsaw:Action="http://tempuri.org/IPowerMettersService/GetBranchsResponse" message="tns:IPowerMettersService_GetBranchs_OutputMessage" />
- </wsdl:operation>
- <wsdl:operation name="GetPowerMattersByBranchGuid">
- <wsdl:input wsaw:Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuid" message="tns:IPowerMettersService_GetPowerMattersByBranchGuid_InputMessage" />
- <wsdl:output wsaw:Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidResponse" message="tns:IPowerMettersService_GetPowerMattersByBranchGuid_OutputMessage" />
- </wsdl:operation>
- <wsdl:operation name="GetPowerMattersDetailByRowID">
- <wsdl:input wsaw:Action="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowID" message="tns:IPowerMettersService_GetPowerMattersDetailByRowID_InputMessage" />
- <wsdl:output wsaw:Action="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowIDResponse" message="tns:IPowerMettersService_GetPowerMattersDetailByRowID_OutputMessage" />
- </wsdl:operation>
- <wsdl:operation name="GetPowerMatters">
- <wsdl:input wsaw:Action="http://tempuri.org/IPowerMettersService/GetPowerMatters" message="tns:IPowerMettersService_GetPowerMatters_InputMessage" />
- <wsdl:output wsaw:Action="http://tempuri.org/IPowerMettersService/GetPowerMattersResponse" message="tns:IPowerMettersService_GetPowerMatters_OutputMessage" />
- </wsdl:operation>
- <wsdl:operation name="GetBranchsByApplyType">
- <wsdl:input wsaw:Action="http://tempuri.org/IPowerMettersService/GetBranchsByApplyType" message="tns:IPowerMettersService_GetBranchsByApplyType_InputMessage" />
- <wsdl:output wsaw:Action="http://tempuri.org/IPowerMettersService/GetBranchsByApplyTypeResponse" message="tns:IPowerMettersService_GetBranchsByApplyType_OutputMessage" />
- </wsdl:operation>
- <wsdl:operation name="GetPowerMattersByBranchGuidAndApplyType">
- <wsdl:input wsaw:Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyType" message="tns:IPowerMettersService_GetPowerMattersByBranchGuidAndApplyType_InputMessage" />
- <wsdl:output wsaw:Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeResponse" message="tns:IPowerMettersService_GetPowerMattersByBranchGuidAndApplyType_OutputMessage" />
- </wsdl:operation>
- <wsdl:operation name="SearchByQLName">
- <wsdl:input wsaw:Action="http://tempuri.org/IPowerMettersService/SearchByQLName" message="tns:IPowerMettersService_SearchByQLName_InputMessage" />
- <wsdl:output wsaw:Action="http://tempuri.org/IPowerMettersService/SearchByQLNameResponse" message="tns:IPowerMettersService_SearchByQLName_OutputMessage" />
- </wsdl:operation>
- <wsdl:operation name="GetOnceRunBranchs">
- <wsdl:input wsaw:Action="http://tempuri.org/IPowerMettersService/GetOnceRunBranchs" message="tns:IPowerMettersService_GetOnceRunBranchs_InputMessage" />
- <wsdl:output wsaw:Action="http://tempuri.org/IPowerMettersService/GetOnceRunBranchsResponse" message="tns:IPowerMettersService_GetOnceRunBranchs_OutputMessage" />
- </wsdl:operation>
- <wsdl:operation name="GetOnceRunPowerMattersByBranchGuid">
- <wsdl:input wsaw:Action="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuid" message="tns:IPowerMettersService_GetOnceRunPowerMattersByBranchGuid_InputMessage" />
- <wsdl:output wsaw:Action="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidResponse" message="tns:IPowerMettersService_GetOnceRunPowerMattersByBranchGuid_OutputMessage" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="BasicHttpBinding_IPowerMettersService" type="tns:IPowerMettersService">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetBranchs">
- <soap:operation soapAction="http://tempuri.org/IPowerMettersService/GetBranchs" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetPowerMattersByBranchGuid">
- <soap:operation soapAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuid" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetPowerMattersDetailByRowID">
- <soap:operation soapAction="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowID" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetPowerMatters">
- <soap:operation soapAction="http://tempuri.org/IPowerMettersService/GetPowerMatters" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBranchsByApplyType">
- <soap:operation soapAction="http://tempuri.org/IPowerMettersService/GetBranchsByApplyType" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetPowerMattersByBranchGuidAndApplyType">
- <soap:operation soapAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyType" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SearchByQLName">
- <soap:operation soapAction="http://tempuri.org/IPowerMettersService/SearchByQLName" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOnceRunBranchs">
- <soap:operation soapAction="http://tempuri.org/IPowerMettersService/GetOnceRunBranchs" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOnceRunPowerMattersByBranchGuid">
- <soap:operation soapAction="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuid" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="PowerMettersService">
- <wsdl:port name="BasicHttpBinding_IPowerMettersService" binding="tns:BasicHttpBinding_IPowerMettersService">
- <soap:address location="http://localhost:8733/Design_Time_Addresses/Winsoft.GOV.WCF/Service1/" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|