<?xml version="1.0" encoding="utf-8"?>
<!-- This example WSDL is offered as a template for implementing web services using HR-XML. The target namespace is intended to be replaced with one belonging to the implementer. WSDL faults are included as placeholders. These could be used as is, removed, or replaced with those appropriate for the implementation -->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapbind="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:hrxml="http://ns.hr-xml.org/2007-04-15" xmlns="http://replace-with-yours/ns" targetNamespace="http://replace-with-yours/ns">
	<wsdl:types>
		<xs:schema elementFormDefault="qualified" targetNamespace="http://replace-with-yours/ns">
			<xs:import namespace="http://ns.hr-xml.org/2007-04-15" schemaLocation="GetEPMSummaryResult.xsd"/>
			<xs:import namespace="http://ns.hr-xml.org/2007-04-15" schemaLocation="ShowEPMSummaryResult.xsd"/>
			<xs:import namespace="http://ns.hr-xml.org/2007-04-15" schemaLocation="../Common/Faults.xsd"/>
		</xs:schema>
	</wsdl:types>
	<wsdl:message name="GetEPMSummaryResult">
		<wsdl:part name="Message" element="hrxml:GetEPMSummaryResult"/>
	</wsdl:message>
	<wsdl:message name="ShowEPMSummaryResult">
		<wsdl:part name="Message" element="hrxml:ShowEPMSummaryResult"/>
	</wsdl:message>
	<wsdl:message name="GetEPMSummaryResultFault">
		<wsdl:part name="Message" element="hrxml:FaultExtensible"/>
	</wsdl:message>
	<wsdl:portType name="GetEPMSummaryResult_PortType">
		<wsdl:operation name="GetEPMSummaryResult">
			<wsdl:input message="GetEPMSummaryResult"/>
			<wsdl:output message="ShowEPMSummaryResult"/>
			<wsdl:fault name="GetEPMSummaryResultFault" message="GetEPMSummaryResultFault"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="GetEPMSummaryResult_Binding" type="GetEPMSummaryResult_PortType">
		<soapbind:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="GetEPMSummaryResult">
			<soapbind:operation style="document"/>
			<wsdl:input>
				<soapbind:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soapbind:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="GetEPMSummaryResultFault">
				<soapbind:fault name="GetEPMSummaryResultFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="GetEPMSummaryResult_Service">
		<wsdl:port name="GetEPMSummaryResult_Port" binding="GetEPMSummaryResult_Binding">
			<soapbind:address location="http://www.replace-with-yours.com/ws/GetEPMSummaryResult"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>

