<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:hrx="http://www.hr-xml.org/3" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:oacl="http://www.openapplications.org/oagis/9/codelists" xmlns:tns="http://www.hr-xml.org/3/ws" targetNamespace="http://www.hr-xml.org/3/ws" name="Candidate">
<documentation>
Copyright HR-XML Consortium. All Rights Reserved. http://www.hrxmlconsortium.org and http://www.hr-xml.org. Terms of license can be found in license.txt.

This "noun-specific" WSDL has been autogenerated applying a sub-set of the OAGIS verbs against the draft nouns within the HR-XML library.

Your paths may be different and need adjusting.  This was generated relative to the entire HR-XML library.  If included in a stand alone package, paths and edits will be necessary.  However, the patterns and practices are intact and recommended.

Developers may find this useful in designing their own WSDL in cut and paste fashion.

Candidate.  Defines a set of information about an applicant or prospective employee or resource. Like a resume, a Candidate document contains details about a person's professional, education, and professional experience. However, Candidate may include data that is not typically included on a Resume, such as remuneration requirements and various position preferences.
</documentation>
	<wsdl:types>
		<xsd:schema elementFormDefault="qualified" targetNamespace="http://www.hr-xml.org/3">
			<xsd:include schemaLocation="../../../Developer/BODs/ProcessCandidate.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/AcknowledgeCandidate.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/CancelCandidate.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/GetCandidate.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/ShowCandidate.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/NotifyCandidate.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/ChangeCandidate.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/SyncCandidate.xsd"/>

       		<xsd:import namespace="http://www.openapplications.org/oagis/9" schemaLocation="../../../../../org_openapplications_platform/1_1/BODs/ConfirmBOD.xsd"/> 		</xsd:schema>
	</wsdl:types>
	<wsdl:message name="ProcessCandidate">
		<wsdl:part name="Message" element="hrx:ProcessCandidate"/>
	</wsdl:message>
	<wsdl:message name="GetCandidate">
		<wsdl:part name="Message" element="hrx:GetCandidate"/>
	</wsdl:message>
	<wsdl:message name="ShowCandidate">
		<wsdl:part name="Message" element="hrx:ShowCandidate"/>
	</wsdl:message>
	<wsdl:message name="ConfirmBOD">
		<wsdl:part name="Message" element="oa:ConfirmBOD"/>
	</wsdl:message>
	<wsdl:message name="CancelCandidate">
		<wsdl:part name="Message" element="hrx:CancelCandidate"/>
	</wsdl:message>
	<wsdl:message name="AcknowledgeCandidate">
		<wsdl:part name="Message" element="hrx:AcknowledgeCandidate"/>
	</wsdl:message>
	<wsdl:message name="ChangeCandidate">
		<wsdl:part name="Message" element="hrx:ChangeCandidate"/>
	</wsdl:message>
	<wsdl:message name="NotifyCandidate">
		<wsdl:part name="Message" element="hrx:NotifyCandidate"/>
	</wsdl:message>
	<wsdl:message name="SyncCandidate">
		<wsdl:part name="Message" element="hrx:SyncCandidate"/>
	</wsdl:message>
	<wsdl:portType name="Candidate_PortType">
		<wsdl:operation name="ProcessCandidate">
			<wsdl:input message="tns:ProcessCandidate"/>
			<wsdl:output message="tns:AcknowledgeCandidate"/>
			<wsdl:fault name="ProcessCandidateFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="CancelCandidate">
			<wsdl:input message="tns:CancelCandidate"/>
			<wsdl:output message="tns:AcknowledgeCandidate"/>
			<wsdl:fault name="CancelCandidateFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="GetCandidate">
			<wsdl:input message="tns:GetCandidate"/>
			<wsdl:output message="tns:ShowCandidate"/>
			<wsdl:fault name="GetCandidateFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="ChangeCandidate">
			<wsdl:input message="tns:ChangeCandidate"/>
			<wsdl:output message="tns:AcknowledgeCandidate"/>
			<wsdl:fault name="ChangeCandidateFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="NotifyCandidate">
			<wsdl:input message="tns:NotifyCandidate"/>
			<wsdl:output message="tns:AcknowledgeCandidate"/>
			<wsdl:fault name="NotifyCandidateFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="SyncCandidate">
			<wsdl:input message="tns:SyncCandidate"/>
			<wsdl:output message="tns:ConfirmBOD"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="Candidate_Binding" type="tns:Candidate_PortType">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="ProcessCandidate">
			<soap:operation soapAction="ProcessCandidate" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="ProcessCandidateFault">
				<soap:fault name="ProcessCandidateFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="CancelCandidate">
			<soap:operation soapAction="CancelCandidate" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="CancelCandidateFault">
				<soap:fault name="CancelCandidateFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="GetCandidate">
			<soap:operation soapAction="GetCandidate" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="GetCandidateFault">
				<soap:fault name="GetCandidateFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="ChangeCandidate">
			<soap:operation soapAction="ChangeCandidate" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="ChangeCandidateFault">
				<soap:fault name="ChangeCandidateFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="NotifyCandidate">
			<soap:operation soapAction="NotifyCandidate" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="NotifyCandidateFault">
				<soap:fault name="NotifyCandidateFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="SyncCandidate">
			<soap:operation soapAction="SyncCandidate" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="Candidate_Service">
		<wsdl:port name="Candidate_Port" binding="tns:Candidate_Binding">
			<soap:address location="http://www.hr-xml.org/3/ws/Candidate"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>

