forked from chamil321/WSDLFlattener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReportEventService.wsdl
38 lines (38 loc) · 2.96 KB
/
ReportEventService.wsdl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ReportEventService" targetNamespace="http://tempuri.org/">
<wsdl:types>
<xsd:schema targetNamespace="http://tempuri.org/Imports">
<xsd:import schemaLocation="http://www.mocky.io/v2/58fcb6790f00008e18513657" namespace="http://tempuri.org/" />
<xsd:import schemaLocation="http://localhost:8280/xsd/getxsd.xsd" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
</xsd:schema>
</wsdl:types>
<wsdl:message name="IReportEventService_ReceiveReportEvent_InputMessage">
<wsdl:part name="parameters" element="tns:ReceiveReportEvent" />
</wsdl:message>
<wsdl:message name="IReportEventService_ReceiveReportEvent_OutputMessage">
<wsdl:part name="parameters" element="tns:ReceiveReportEventResponse" />
</wsdl:message>
<wsdl:portType name="IReportEventService">
<wsdl:operation name="ReceiveReportEvent">
<wsdl:input wsaw:Action="http://tempuri.org/IReportEventService/ReceiveReportEvent" message="tns:IReportEventService_ReceiveReportEvent_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IReportEventService/ReceiveReportEventResponse" message="tns:IReportEventService_ReceiveReportEvent_OutputMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BasicHttpBinding_IReportEventService" type="tns:IReportEventService">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="ReceiveReportEvent">
<soap:operation soapAction="http://tempuri.org/IReportEventService/ReceiveReportEvent" 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="ReportEventService">
<wsdl:port name="BasicHttpBinding_IReportEventService" binding="tns:BasicHttpBinding_IReportEventService">
<soap:address location="http://localhost/ZavacorAdapter/Services/ReportEventService.xamlx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>