<?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="StockSaleConfirmation">
<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.

StockSaleConfirmation.  Contains details regarding the outcome of a stock sale, including identification of the participant, the sale date, quantity of stock sold, stock price, an identifier to tie the shares sold to the original purchase. This noun typically would be used by a broker to accomplish certain required reporting back to the administrator of an employee stock purchase plan through which the sold shares were originally acquired.
</documentation>
	<wsdl:types>
		<xsd:schema elementFormDefault="qualified" targetNamespace="http://www.hr-xml.org/3">
			<xsd:include schemaLocation="../../../Developer/BODs/ProcessStockSaleConfirmation.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/AcknowledgeStockSaleConfirmation.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/CancelStockSaleConfirmation.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/GetStockSaleConfirmation.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/ShowStockSaleConfirmation.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/NotifyStockSaleConfirmation.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/ChangeStockSaleConfirmation.xsd"/>
			<xsd:include schemaLocation="../../../Developer/BODs/SyncStockSaleConfirmation.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="ProcessStockSaleConfirmation">
		<wsdl:part name="Message" element="hrx:ProcessStockSaleConfirmation"/>
	</wsdl:message>
	<wsdl:message name="GetStockSaleConfirmation">
		<wsdl:part name="Message" element="hrx:GetStockSaleConfirmation"/>
	</wsdl:message>
	<wsdl:message name="ShowStockSaleConfirmation">
		<wsdl:part name="Message" element="hrx:ShowStockSaleConfirmation"/>
	</wsdl:message>
	<wsdl:message name="ConfirmBOD">
		<wsdl:part name="Message" element="oa:ConfirmBOD"/>
	</wsdl:message>
	<wsdl:message name="CancelStockSaleConfirmation">
		<wsdl:part name="Message" element="hrx:CancelStockSaleConfirmation"/>
	</wsdl:message>
	<wsdl:message name="AcknowledgeStockSaleConfirmation">
		<wsdl:part name="Message" element="hrx:AcknowledgeStockSaleConfirmation"/>
	</wsdl:message>
	<wsdl:message name="ChangeStockSaleConfirmation">
		<wsdl:part name="Message" element="hrx:ChangeStockSaleConfirmation"/>
	</wsdl:message>
	<wsdl:message name="NotifyStockSaleConfirmation">
		<wsdl:part name="Message" element="hrx:NotifyStockSaleConfirmation"/>
	</wsdl:message>
	<wsdl:message name="SyncStockSaleConfirmation">
		<wsdl:part name="Message" element="hrx:SyncStockSaleConfirmation"/>
	</wsdl:message>
	<wsdl:portType name="StockSaleConfirmation_PortType">
		<wsdl:operation name="ProcessStockSaleConfirmation">
			<wsdl:input message="tns:ProcessStockSaleConfirmation"/>
			<wsdl:output message="tns:AcknowledgeStockSaleConfirmation"/>
			<wsdl:fault name="ProcessStockSaleConfirmationFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="CancelStockSaleConfirmation">
			<wsdl:input message="tns:CancelStockSaleConfirmation"/>
			<wsdl:output message="tns:AcknowledgeStockSaleConfirmation"/>
			<wsdl:fault name="CancelStockSaleConfirmationFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="GetStockSaleConfirmation">
			<wsdl:input message="tns:GetStockSaleConfirmation"/>
			<wsdl:output message="tns:ShowStockSaleConfirmation"/>
			<wsdl:fault name="GetStockSaleConfirmationFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="ChangeStockSaleConfirmation">
			<wsdl:input message="tns:ChangeStockSaleConfirmation"/>
			<wsdl:output message="tns:AcknowledgeStockSaleConfirmation"/>
			<wsdl:fault name="ChangeStockSaleConfirmationFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="NotifyStockSaleConfirmation">
			<wsdl:input message="tns:NotifyStockSaleConfirmation"/>
			<wsdl:output message="tns:AcknowledgeStockSaleConfirmation"/>
			<wsdl:fault name="NotifyStockSaleConfirmationFault" message="tns:ConfirmBOD"/>
		</wsdl:operation>
		<wsdl:operation name="SyncStockSaleConfirmation">
			<wsdl:input message="tns:SyncStockSaleConfirmation"/>
			<wsdl:output message="tns:ConfirmBOD"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="StockSaleConfirmation_Binding" type="tns:StockSaleConfirmation_PortType">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="ProcessStockSaleConfirmation">
			<soap:operation soapAction="ProcessStockSaleConfirmation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="ProcessStockSaleConfirmationFault">
				<soap:fault name="ProcessStockSaleConfirmationFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="CancelStockSaleConfirmation">
			<soap:operation soapAction="CancelStockSaleConfirmation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="CancelStockSaleConfirmationFault">
				<soap:fault name="CancelStockSaleConfirmationFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="GetStockSaleConfirmation">
			<soap:operation soapAction="GetStockSaleConfirmation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="GetStockSaleConfirmationFault">
				<soap:fault name="GetStockSaleConfirmationFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="ChangeStockSaleConfirmation">
			<soap:operation soapAction="ChangeStockSaleConfirmation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="ChangeStockSaleConfirmationFault">
				<soap:fault name="ChangeStockSaleConfirmationFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="NotifyStockSaleConfirmation">
			<soap:operation soapAction="NotifyStockSaleConfirmation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="NotifyStockSaleConfirmationFault">
				<soap:fault name="NotifyStockSaleConfirmationFault" use="literal"/>
			</wsdl:fault>
		</wsdl:operation>
		<wsdl:operation name="SyncStockSaleConfirmation">
			<soap:operation soapAction="SyncStockSaleConfirmation" 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="StockSaleConfirmation_Service">
		<wsdl:port name="StockSaleConfirmation_Port" binding="tns:StockSaleConfirmation_Binding">
			<soap:address location="http://www.hr-xml.org/3/ws/StockSaleConfirmation"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>

