<!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by Patricia Bluhm (HBF Group) --> <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.atis.org/esif/tf34/alertservice" xmlns:tf34ns="http://www.atis.org/esif/tf34/typelib" targetNamespace="http://www.atis.org/esif/tf34/alertservice"> <wsdl:types> <xs:schema targetNamespace="http://www.atis.org/esif/tf34/alertservice"> <xs:import namespace="http://www.atis.org/esif/tf34/typelib" schemaLocation="TF34TypeLib.xsd" xmlns:tns="http://www.atis.org/esif/tf34/alertservice"/> <xs:element name="Alert" type="tf34ns:tAlert"/> <xs:element name="Health" type="tf34ns:tHealth"/> </xs:schema> </wsdl:types> <message name="AlertService_Alert"> <part name="DistributeAlert" element="tns:Alert"/> </message> <message name="AlertService_HealthRequest"> <part name="HealthRequest" element="tns:Health"/> </message> <message name="AlertService_HealthResponse"> <part name="HealthResponse" element="tns:Health"/> </message> <message name="AlertService_Fault"> <part name="response"/> </message> <portType name="AlertService"> <operation name="SystemHealth"> <input message="tns:AlertService_HealthRequest"/> <output message="tns:AlertService_HealthResponse"/> </operation> <operation name="AlertService_Alert"> <input message="tns:AlertService_Alert"/> <fault name="FaultName" message="tns:AlertService_Fault"/> </operation> </portType> <binding name="AlertServiceBinding" type="tns:AlertService"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http/"/> <operation name="SystemHealth"> <soap:operation soapAction="urn:#SystemHealth"/> <input> <soap:body use="literal"/> </input> <output> <soap:body use="literal"/> </output> </operation> <operation name="AlertService_Alert"> <soap:operation style="document"/> <input> <soap:body use="literal"/> </input> <fault name="FaultName"/> </operation> </binding> <service name="AlertService"> <port name="AlertServicePort" binding="tns:AlertServiceBinding"> <soap:address location="http://127.0.0.1:8080/AlertService"/> </port> </service> </wsdl:definitions>