Transform message in the integration gateway
I'm trying to transform an outgoing message in the integration gateway using XSLT. I set the following properties in the integrationGateway.properties file:
ig.isGatewayTransformationEnabled=TRUE
ig.DefaultServer.LocalNode=PSFT_EP
ig.transforms=1
ig.transform1.XSL=C:/PT8.49/webserv/peoplesoft/applications/peoplesoft/PSIGW/WEB-INF/myxsl.xsl
ig.transform1.MessageName=M1010214544
ig.transform1.SourceNode=ANY
ig.transform1.DestinationNode=WSDL_NODE
I confirmed that the XSLT was valid and worked as expected. It appears as though no transformation is occurring at all. Has anybody had experience doing the transformation at the gateway? Any advice would be appreciated.
ig.isGatewayTransformationEnabled=TRUE
ig.DefaultServer.LocalNode=PSFT_EP
ig.transforms=1
ig.transform1.XSL=C:/PT8.49/webserv/peoplesoft/applications/peoplesoft/PSIGW/WEB-INF/myxsl.xsl
ig.transform1.MessageName=M1010214544
ig.transform1.SourceNode=ANY
ig.transform1.DestinationNode=WSDL_NODE
I confirmed that the XSLT was valid and worked as expected. It appears as though no transformation is occurring at all. Has anybody had experience doing the transformation at the gateway? Any advice would be appreciated.
0