174 lines
4.8 KiB
XML
174 lines
4.8 KiB
XML
<definitions name="MonitorEventsServices" targetNamespace="http://extranet.devlocal.com/services/wsdl/monitor-events/1.0" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:monitor-events="http://extranet.devlocal.com/services/schema/services/monitor-events/1.0" xmlns:mon="http://extranet.devlocal.com/services/schema/services/monitor/1.0" xmlns:shared="http://extranet.devlocal.com/services/schema/services/shared/1.0" xmlns:tns="http://extranet.devlocal.com/services/wsdl/monitor-events/1.0" >
|
|
|
|
<wsdl:types >
|
|
|
|
<xsd:schema targetNamespace="http://extranet.devlocal.com/services/schema/services/monitor-events/1.0" attributeFormDefault="unqualified" elementFormDefault="unqualified" >
|
|
|
|
<xsd:import namespace="http://extranet.devlocal.com/services/schema/services/shared/1.0" schemaLocation="http://extranet.devlocal.com/services/schema/services/shared-1.0.xsd" >
|
|
</xsd:import>
|
|
|
|
<xsd:import namespace="http://extranet.devlocal.com/services/schema/services/monitor/1.0" schemaLocation="http://extranet.devlocal.com/services/schema/services/monitor-1.0.xsd" >
|
|
</xsd:import>
|
|
|
|
<xsd:element name="SignalMonitoringEventsRequest" >
|
|
|
|
<xsd:complexType >
|
|
|
|
<xsd:sequence >
|
|
|
|
<xsd:element name="NumberOfEvents" type="xsd:long" minOccurs="1" maxOccurs="1" >
|
|
</xsd:element>
|
|
|
|
<xsd:element name="MonitoringEvents" type="mon:MonitoringEvents" minOccurs="1" maxOccurs="1" >
|
|
</xsd:element>
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="version" type="xsd:decimal" default="1.0" >
|
|
</xsd:attribute>
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="SignalMonitoringEventsResponse" >
|
|
|
|
<xsd:complexType >
|
|
|
|
<xsd:annotation >
|
|
|
|
<xsd:documentation >
|
|
All the response elements for the 'getCompanyProducts' operation.</xsd:documentation>
|
|
|
|
</xsd:annotation>
|
|
|
|
<xsd:sequence >
|
|
|
|
<xsd:element name="NumberOfEventsReceived" type="xsd:long" minOccurs="1" maxOccurs="1" >
|
|
</xsd:element>
|
|
|
|
</xsd:sequence>
|
|
|
|
<xsd:attribute name="version" type="xsd:decimal" default="1.0" >
|
|
</xsd:attribute>
|
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
</xsd:schema>
|
|
|
|
</wsdl:types>
|
|
|
|
<message name="SignalMonitoringEventsRequest" >
|
|
|
|
<part name="ServiceHeader" element="shared:ServiceHeader" >
|
|
</part>
|
|
|
|
<part name="SignalMonitoringEventsRequest" element="monitor-events:SignalMonitoringEventsRequest" >
|
|
</part>
|
|
|
|
</message>
|
|
|
|
<message name="SignalMonitoringEventsResponse" >
|
|
|
|
<part name="SignalMonitoringEventsResponse" element="monitor-events:SignalMonitoringEventsResponse" >
|
|
</part>
|
|
|
|
</message>
|
|
|
|
<message name="TechnicalException" >
|
|
|
|
<part name="TechnicalException" element="shared:TechnicalException" >
|
|
</part>
|
|
|
|
</message>
|
|
|
|
<message name="FunctionalException" >
|
|
|
|
<part name="FunctionalException" element="shared:FunctionalException" >
|
|
</part>
|
|
|
|
</message>
|
|
|
|
<portType name="MonitoringEventsPortType" >
|
|
|
|
<operation name="SignalMonitoringEvents" >
|
|
|
|
<input name="SignalMonitoringEventsRequest" message="tns:SignalMonitoringEventsRequest" >
|
|
</input>
|
|
|
|
<output name="SignalMonitoringEventsResponse" message="tns:SignalMonitoringEventsResponse" >
|
|
</output>
|
|
|
|
<fault name="FunctionalException" message="tns:FunctionalException" >
|
|
</fault>
|
|
|
|
<fault name="TechnicalException" message="tns:TechnicalException" >
|
|
</fault>
|
|
|
|
</operation>
|
|
|
|
</portType>
|
|
|
|
<binding name="InternationalCompanyMonitoringEventsBinding" type="tns:MonitoringEventsPortType" >
|
|
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" >
|
|
</soap:binding>
|
|
|
|
<operation name="SignalMonitoringEvents" >
|
|
|
|
<soap:operation soapAction="SignalMonitoringEvents" >
|
|
</soap:operation>
|
|
|
|
<input name="SignalMonitoringEventsRequest" >
|
|
|
|
<documentation >
|
|
</documentation>
|
|
|
|
<soap:header message="tns:SignalMonitoringEventsRequest" part="ServiceHeader" use="literal" >
|
|
</soap:header>
|
|
|
|
<soap:body parts="SignalMonitoringEventsRequest" use="literal" >
|
|
</soap:body>
|
|
|
|
</input>
|
|
|
|
<output name="SignalMonitoringEventsResponse" >
|
|
|
|
<soap:body use="literal" >
|
|
</soap:body>
|
|
|
|
</output>
|
|
|
|
<fault name="FunctionalException" >
|
|
|
|
<soap:fault name="FunctionalException" use="literal" >
|
|
</soap:fault>
|
|
|
|
</fault>
|
|
|
|
<fault name="TechnicalException" >
|
|
|
|
<soap:fault name="TechnicalException" use="literal" >
|
|
</soap:fault>
|
|
|
|
</fault>
|
|
|
|
</operation>
|
|
|
|
</binding>
|
|
|
|
<service name="internationalCompanyMonitoringEventsService" >
|
|
|
|
<port name="MonitoringEventsService" binding="tns:InternationalCompanyMonitoringEventsBinding" >
|
|
|
|
<soap:address location="http://extranet.devlocal.com/services/monitor-events/v1/" >
|
|
</soap:address>
|
|
|
|
</port>
|
|
|
|
</service>
|
|
|
|
</definitions>
|