<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:Loggingwsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:Loggingwsdl">
<types><xsd:schema targetNamespace="urn:Loggingwsdl"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="LogMsgRequest"><part name="applicationname" type="xsd:string" /><part name="id" type="xsd:string" /><part name="timestamp" type="xsd:string" /><part name="threadName" type="xsd:string" /><part name="level" type="xsd:string" /><part name="loggerName" type="xsd:string" /><part name="message" type="xsd:string" /></message>
<message name="LogMsgResponse"><part name="return" type="xsd:boolean" /></message>
<portType name="LoggingwsdlPortType"><operation name="LogMsg"><documentation>Logs the Specific Message</documentation><input message="tns:LogMsgRequest"/><output message="tns:LogMsgResponse"/></operation></portType>
<binding name="LoggingwsdlBinding" type="tns:LoggingwsdlPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="LogMsg"><soap:operation soapAction="urn:Loggingwsdl#LogMsg" style="rpc"/><input><soap:body use="encoded" namespace="urn:Loggingwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="urn:Loggingwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding>
<service name="Loggingwsdl"><port name="LoggingwsdlPort" binding="tns:LoggingwsdlBinding"><soap:address location="http://www.recneps.co.uk/webservices/logging/log.php"/></port></service>
</definitions>
