<filterOneWay> <--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" />
</filterOneWay>
|