<?xml version="1.0" encoding="UTF-8"?>
<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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:plm="http://www.plcs.org/PLMServices" xmlns:h="http://www.plcs.org/Headers" xmlns:sys="http://www.plcs.org/System" xmlns:document="http://www.plcs.org/DocumentEvents" xmlns:systypes="http://www.plcs.org/System/Types" xmlns:ns="http://www.plcs.org/PLMServices/Types" targetNamespace="http://www.plcs.org/PLMServices">
	<types>
		<xs:schema elementFormDefault="qualified">
			<xs:import namespace="http://www.plcs.org/Headers" schemaLocation="..\..\ws\xsd\Headers.xsd"/>
			<xs:import namespace="http://www.plcs.org/DocumentEvents" schemaLocation="..\..\ws\xsd\Callback\DocumentEvents.xsd"/>
			<xs:import namespace="http://www.plcs.org/System/Types" schemaLocation="..\..\ws\xsd\System.xsd"/>
		</xs:schema>
	</types>
	<message name="AuthenticateAuthHeader">
		<part name="AuthHeader" element="h:AuthHeader"/>
	</message>
	<message name="PLM_objectFilterHeader">
		<part name="FilterHeader" element="h:BusinessObjectFilter"/>
	</message>
	<message name="SearchFilterHeader">
		<part name="FilterHeader" element="h:FilterHeader"/>
	</message>
	<message name="Fel">
		<part name="parameter" type="xs:string"/>
	</message>
	<message name="OnCreateDocumentSoapIn">
		<part name="parameters" element="document:OnCreateDocument"/>
	</message>
	<message name="OnCreateDocumentSoapOut">
		<part name="parameters" element="document:OnCreateDocumentResponse"/>
	</message>
	<message name="OnCreateDocumentVersionSoapIn">
		<part name="parameters" element="document:OnCreateDocumentVersion"/>
	</message>
	<message name="OnCreateDocumentVersionSoapOut">
		<part name="parameters" element="document:OnCreateDocumentVersionResponse"/>
	</message>
	<portType name="DocumentEventsSoap">
		<operation name="OnCreateDocument">
			<input message="plm:OnCreateDocumentSoapIn"/>
			<output message="plm:OnCreateDocumentSoapOut"/>
			<!--<fault name="FaultName" message="Fault"/>-->
			<fault name="FaultName" message="plm:Fel"/>
		</operation>
		<operation name="OnCreateDocumentVersion">
			<input message="plm:OnCreateDocumentVersionSoapIn"/>
			<output message="plm:OnCreateDocumentVersionSoapOut"/>
			<fault name="FaultName" message="plm:Fel"/>
		</operation>
	</portType>
	<binding name="DocumentEventsSoap" type="plm:DocumentEventsSoap">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="OnCreateDocument">
			<soap:operation soapAction="http://www.plcs.org/PLMServices/Callback/OnCreateDocument" style="document"/>
			<input>
				<soap:body use="literal"/>
				<soap:header message="plm:AuthenticateAuthHeader" part="AuthHeader" use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
			<fault name="FaultName"/>
		</operation>
		<operation name="OnCreateDocumentVersion">
			<soap:operation soapAction="http://www.plcs.org/PLMServices/Callback/OnCreateDocumentVersion" style="document"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
			<fault name="FaultName"/>
		</operation>
	</binding>
	<service name="DocumentEvents">
		<port name="DocumentEventsSoap" binding="plm:DocumentEventsSoap">
			<soap:address location="http://www.share-a-space.com/SASPLMServices/Service.asmx"/>
		</port>
	</service>
	<!--
	 The service tag can be omitted.
	-->
</definitions>
