Using the XSLT Editor

Use Case 1


<xsltmap>											<--Names partnerlink defined in deployed WSDL
				<requestReplyService>						<-- Matches partnerLink role name
					<input partnerLink="{foo}p10"			<-- Matches partnerLink portType name
						roleName="server"					<-- Operation this transformation implements
						portType="portType"					<-- Identifies reply message definition in deployed WSDL
						operation="operation"				<-- The transformation applied to request
						messageType="{ns}msg-name"			<-- See details below
						file="map.xsl"
						transformJBI="false" />
				</requestReplyService>