Files
BeWoPlaner/BeWo/Service References/QueryService/QueryServiceImp1.wsdl
Waldi e8da1fdff7 BewoPlaner .Net Version 4.5 und Devexpress version 17....
plus RTF Dokumentation für HPH bersenbrueck unter ServiceRecord
und paar kleinigkeiten
2017-07-27 09:58:04 +02:00

121 lines
8.2 KiB
XML

<?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:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" 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:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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="QueryServiceImp" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<xsd:schema targetNamespace="http://tempuri.org/Imports">
<xsd:import schemaLocation="http://bib-pc3/Host/QueryService.svc?xsd=xsd0" namespace="http://tempuri.org/" />
<xsd:import schemaLocation="http://bib-pc3/Host/QueryService.svc?xsd=xsd6" namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts" />
<xsd:import schemaLocation="http://bib-pc3/Host/QueryService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xsd:import schemaLocation="http://bib-pc3/Host/QueryService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/BS.Shared.DataContracts" />
<xsd:import schemaLocation="http://bib-pc3/Host/QueryService.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/BS.Shared" />
<xsd:import schemaLocation="http://bib-pc3/Host/QueryService.svc?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core" />
<xsd:import schemaLocation="http://bib-pc3/Host/QueryService.svc?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/System.Data" />
</xsd:schema>
</wsdl:types>
<wsdl:message name="IQueryService_ExecuteQuery_InputMessage">
<wsdl:part name="parameters" element="tns:ExecuteQuery" />
</wsdl:message>
<wsdl:message name="IQueryService_ExecuteQuery_OutputMessage">
<wsdl:part name="parameters" element="tns:ExecuteQueryResponse" />
</wsdl:message>
<wsdl:message name="IQueryService_ExecuteQuery_BeWoFaultFault_FaultMessage">
<wsdl:part xmlns:q1="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts" name="detail" element="q1:BeWoFault" />
</wsdl:message>
<wsdl:message name="IQueryService_GetAllQueriesOfType_InputMessage">
<wsdl:part name="parameters" element="tns:GetAllQueriesOfType" />
</wsdl:message>
<wsdl:message name="IQueryService_GetAllQueriesOfType_OutputMessage">
<wsdl:part name="parameters" element="tns:GetAllQueriesOfTypeResponse" />
</wsdl:message>
<wsdl:message name="IQueryService_GetAllQueriesOfType_BeWoFaultFault_FaultMessage">
<wsdl:part xmlns:q2="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts" name="detail" element="q2:BeWoFault" />
</wsdl:message>
<wsdl:message name="IQueryService_PrepareQueryReport_InputMessage">
<wsdl:part name="parameters" element="tns:PrepareQueryReport" />
</wsdl:message>
<wsdl:message name="IQueryService_PrepareQueryReport_OutputMessage">
<wsdl:part name="parameters" element="tns:PrepareQueryReportResponse" />
</wsdl:message>
<wsdl:message name="IQueryService_PrepareQueryReport_BeWoFaultFault_FaultMessage">
<wsdl:part xmlns:q3="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts" name="detail" element="q3:BeWoFault" />
</wsdl:message>
<wsdl:message name="IQueryService_ReportTypes_InputMessage">
<wsdl:part name="parameters" element="tns:ReportTypes" />
</wsdl:message>
<wsdl:message name="IQueryService_ReportTypes_OutputMessage">
<wsdl:part name="parameters" element="tns:ReportTypesResponse" />
</wsdl:message>
<wsdl:portType name="IQueryService">
<wsdl:operation name="ExecuteQuery">
<wsdl:input wsaw:Action="http://tempuri.org/IQueryService/ExecuteQuery" message="tns:IQueryService_ExecuteQuery_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IQueryService/ExecuteQueryResponse" message="tns:IQueryService_ExecuteQuery_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IQueryService/ExecuteQueryBeWoFaultFault" name="BeWoFaultFault" message="tns:IQueryService_ExecuteQuery_BeWoFaultFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="GetAllQueriesOfType">
<wsdl:input wsaw:Action="http://tempuri.org/IQueryService/GetAllQueriesOfType" message="tns:IQueryService_GetAllQueriesOfType_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IQueryService/GetAllQueriesOfTypeResponse" message="tns:IQueryService_GetAllQueriesOfType_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IQueryService/GetAllQueriesOfTypeBeWoFaultFault" name="BeWoFaultFault" message="tns:IQueryService_GetAllQueriesOfType_BeWoFaultFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="PrepareQueryReport">
<wsdl:input wsaw:Action="http://tempuri.org/IQueryService/PrepareQueryReport" message="tns:IQueryService_PrepareQueryReport_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IQueryService/PrepareQueryReportResponse" message="tns:IQueryService_PrepareQueryReport_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IQueryService/PrepareQueryReportBeWoFaultFault" name="BeWoFaultFault" message="tns:IQueryService_PrepareQueryReport_BeWoFaultFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="ReportTypes">
<wsdl:input wsaw:Action="http://tempuri.org/IQueryService/ReportTypes" message="tns:IQueryService_ReportTypes_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IQueryService/ReportTypesResponse" message="tns:IQueryService_ReportTypes_OutputMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="QueryServiceEndpoint" type="tns:IQueryService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="ExecuteQuery">
<soap:operation soapAction="http://tempuri.org/IQueryService/ExecuteQuery" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="BeWoFaultFault">
<soap:fault use="literal" name="BeWoFaultFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="GetAllQueriesOfType">
<soap:operation soapAction="http://tempuri.org/IQueryService/GetAllQueriesOfType" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="BeWoFaultFault">
<soap:fault use="literal" name="BeWoFaultFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="PrepareQueryReport">
<soap:operation soapAction="http://tempuri.org/IQueryService/PrepareQueryReport" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
<wsdl:fault name="BeWoFaultFault">
<soap:fault use="literal" name="BeWoFaultFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="ReportTypes">
<soap:operation soapAction="http://tempuri.org/IQueryService/ReportTypes" 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="QueryServiceImp">
<wsdl:port name="QueryServiceEndpoint" binding="tns:QueryServiceEndpoint">
<soap:address location="http://bib-pc3/Host/QueryService.svc" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>