<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:eps="http://schemas.biztalk.org/btf-2-0/endpoints" exclude-result-prefixes="SOAP-ENV xsi" version="1.0" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:biz="http://schemas.biztalk.org/btf-2-0/address/types" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
	<xsl:output encoding="ISO-8859-1" method="xml"/>
	<xsl:template match="/">
		<SOAP-ENV:Envelope>
			<xsl:apply-templates select="SOAP-ENV:Envelope/SOAP-ENV:Header"/>
			<SOAP-ENV:Body>
				<ReplyInfo>
					<Doc ContractNumber="{SOAP-ENV:Envelope/SOAP-ENV:Body/RequestInfo/ContractCatalogPO/CatalogPOHeadingInfo/@ContractNumber}"/>
					<Msg MsgType="Success"/>
				</ReplyInfo>
			</SOAP-ENV:Body>
		</SOAP-ENV:Envelope>
	</xsl:template>
	<xsl:template match="SOAP-ENV:Envelope/SOAP-ENV:Header">
		<SOAP-ENV:Header>
			<eps:endpoints xmlns:eps="http://schemas.biztalk.org/btf-2-0/endpoints" xmlns:biz="http://schemas.biztalk.org/btf-2-0/address/types" SOAP-ENV:mustUnderstand="1">
				<eps:to>
					<eps:address xsi:type="biz:OrganizationName">
						<xsl:value-of select="SOAP-ENV:Envelope/SOAP-ENV:Header/eps:endpoints/eps:from/eps:address"/>
					</eps:address>
				</eps:to>
				<eps:from>
					<eps:address xsi:type="biz:OrganizationName">
						<xsl:value-of select="SOAP-ENV:Envelope/SOAP-ENV:Header/eps:endpoints/eps:to/eps:address"/>
					</eps:address>
				</eps:from>
			</eps:endpoints>
			<prop:properties xmlns:prop="http://schemas.biztalk.org/btf-2-0/properties" SOAP-ENV:mustUnderstand="1">
				<prop:identity>
					<xsl:value-of select="SOAP-ENV:Envelope/SOAP-ENV:Header/prop:properties/prop:identity"/>
				</prop:identity>
				<prop:sentAt>
					<xsl:value-of select="SOAP-ENV:Envelope/SOAP-ENV:Header/prop:properties/prop:sentAt"/>
				</prop:sentAt>
				<prop:expiresAt/>
				<prop:topic/>
			</prop:properties>
			<services>
				<deliveryReceiptRequest>
					<sendTo>
						<address xsi:type="biz:httpURL"/>
					</sendTo>
					<sendBy/>
				</deliveryReceiptRequest>
			</services>
		</SOAP-ENV:Header>
	</xsl:template>

</xsl:stylesheet><!-- Stylus Studio meta-information - (c)1998-2003 Copyright Sonic Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="JCPEnney" userelativepaths="yes" externalpreview="no" url="soap.xml" htmlbaseurl="" outputurl="response.xml" processortype="xalan" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo srcSchemaPath="soap.xml" srcSchemaRoot="SOAP&#x2D;ENV:Envelope" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="soap&#x2D;out.xml" destSchemaRoot="SOAP&#x2D;ENV:Envelope" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
</metaInformation>
-->