88 lines
4.5 KiB
XML
88 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Web Services Definition for International Company Monitoring Events Services
|
|
Document Version: 0.1
|
|
Author: Giant Project
|
|
|
|
Changes:
|
|
|
|
v01 - MK 23-01-2009 Initial version
|
|
v03 - MK 24-03-2009 Changes after review from Graydon UK, NL and BE
|
|
|
|
|
|
-->
|
|
<definitions 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://services.giant-net.com/schema/services/monitor-events/1.0" xmlns:mon="http://services.giant-net.com/schema/services/monitor/1.0" xmlns:shared="http://services.giant-net.com/schema/services/shared/1.0" xmlns:tns="http://services.giant-net.com/wsdl/monitor-events/1.0" name="MonitorEventsServices" targetNamespace="http://services.giant-net.com/wsdl/monitor-events/1.0">
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://services.giant-net.com/schema/services/monitor-events/1.0" attributeFormDefault="unqualified" elementFormDefault="unqualified">
|
|
<xsd:import namespace="http://services.giant-net.com/schema/services/shared/1.0" schemaLocation="http://services.giant-net.com/schema/services/shared-1.0.xsd"/>
|
|
<xsd:import namespace="http://services.giant-net.com/schema/services/monitor/1.0" schemaLocation="http://services.giant-net.com/schema/services/monitor-1.0.xsd"/>
|
|
<xsd:element name="SignalMonitoringEventsRequest">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="NumberOfEvents" type="xsd:long" minOccurs="1" maxOccurs="1"/>
|
|
<xsd:element name="MonitoringEvents" type="mon:MonitoringEvents" minOccurs="1" maxOccurs="1"/>
|
|
</xsd:sequence>
|
|
<xsd:attribute name="version" type="xsd:decimal" default="1.0"/>
|
|
</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:sequence>
|
|
<xsd:attribute name="version" type="xsd:decimal" default="1.0"/>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<message name="SignalMonitoringEventsRequest">
|
|
<part name="ServiceHeader" element="shared:ServiceHeader"/>
|
|
<part name="SignalMonitoringEventsRequest" element="monitor-events:SignalMonitoringEventsRequest"/>
|
|
</message>
|
|
<message name="SignalMonitoringEventsResponse">
|
|
<part name="SignalMonitoringEventsResponse" element="monitor-events:SignalMonitoringEventsResponse"/>
|
|
</message>
|
|
<message name="TechnicalException">
|
|
<part name="TechnicalException" element="shared:TechnicalException"/>
|
|
</message>
|
|
<message name="FunctionalException">
|
|
<part name="FunctionalException" element="shared:FunctionalException"/>
|
|
</message>
|
|
<portType name="MonitoringEventsPortType">
|
|
<operation name="SignalMonitoringEvents">
|
|
<input name="SignalMonitoringEventsRequest" message="tns:SignalMonitoringEventsRequest"/>
|
|
<output name="SignalMonitoringEventsResponse" message="tns:SignalMonitoringEventsResponse"/>
|
|
<fault name="FunctionalException" message="tns:FunctionalException"/>
|
|
<fault name="TechnicalException" message="tns:TechnicalException"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="InternationalCompanyMonitoringEventsBinding" type="tns:MonitoringEventsPortType">
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="SignalMonitoringEvents">
|
|
<soap:operation soapAction="SignalMonitoringEvents"/>
|
|
<input name="SignalMonitoringEventsRequest">
|
|
<documentation/>
|
|
<soap:header message="tns:SignalMonitoringEventsRequest" part="ServiceHeader" use="literal"/>
|
|
<soap:body parts="SignalMonitoringEventsRequest" use="literal"/>
|
|
</input>
|
|
<output name="SignalMonitoringEventsResponse">
|
|
<soap:body use="literal"/>
|
|
</output>
|
|
<fault name="FunctionalException">
|
|
<soap:fault name="FunctionalException" use="literal"/>
|
|
</fault>
|
|
<fault name="TechnicalException">
|
|
<soap:fault name="TechnicalException" use="literal"/>
|
|
</fault>
|
|
</operation>
|
|
</binding>
|
|
<service name="internationalCompanyMonitoringEventsService">
|
|
<port name="MonitoringEventsService" binding="tns:InternationalCompanyMonitoringEventsBinding">
|
|
<soap:address location="http://services.giant-net.com/monitor-events/v1/"/>
|
|
</port>
|
|
</service>
|
|
</definitions>
|