Using the XSLT Editor

Configuring the XSLT Service Engine


<filterRequestReply>				<--Names partnerlink defined in deployed WSDL
  			<input partnerLink="{foo}p11"				<--Matches partnerLink role name
					roleName="server"						<--Matches partnerLink portType name
					portType="portType"						<--Operation this transformatino implements
					operation="operation"					<--Identifies transformed message definition in deployed WSDL
					messageType="{ns}msg-name				<--The transformation applied to request
					file="map.xsl" />						<--See details below
					transformJBI="false" />					<--Names partnerLink of operation to invoke
				<output partnerLink="{bar}p12"			<--Matches named partnerLink
					roleName="client"						<--Matches portType of operation to invoke
					portType="outPortType"					<--Operation to invoke/send transformed request
					operation="outOp" />					<--Identifies reply message definition in deployed WSDL
					messageType="{ns}msg-name"				<--Transformation applied to response from invoked operation
					file="map2.xsl"							<--See details below
					transformJBI="fales" />
				</filterRequestReply>
			</xsltmap>