Skip to Content
0
Sep 13, 2016 at 10:38 PM

PI Synchronous Message Empty Payload

1256 Views

Dear All

I am trying successfactor Job Requisition scenario and trying to fetch MetaData.

I have tested Message Mapping , Operation Mapping in Integration repository with SOAP Message Sender System is returning and every thing working perfectly fine.

However there is no Payload, although successfactor log is showing correct SOAP Message , I am using SOAP AXIS Adapter.

This is a Synchronous Message , Request is reaching to SSF and SSF is also returning a response but PI is not showing any payload and also throwing XSLT Mapping error which is due to empty payload.

Error Message

SFSFAPIDictionaryDescribeSFObjectsExResult_Out_to_SFSFAPIDictionaryDescribeSFObjectsExResult_In</Trace>

<Trace level="3" type="T">Mapping Steps 1 XSLT SFSF_DescribeEx_Response_Transformation</Trace>

<Trace level="3" type="T">MTOM Attachments are Transferred to the Payload</Trace>

<Trace level="1" type="T">Message has no payload.</Trace>

<Trace level="3" type="T">Dynamic Configuration Is Empty</Trace>

<Trace level="2" type="T">Mode 0</Trace>

<Trace level="2" type="T">Call XSLT processor with stylsheet SFSF_DescribeEx_Response_Transformation.xsl.</Trace>

<Trace level="3" type="T">Method fatalError called, terminate transformation, because of Thrown: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: Premature end of file. at com.sap.engine.lib.jaxp.TransformerImpl.transform(TransformerImpl.java:250) at com.sap.aii.ib.server.mapping.execution.AbstractMappingTransformer.transform

------------------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">TRANSFORMER_EXCEPTION</SAP:Code>

<SAP:P1>SFSF_DescribeEx_Response_Transformation</SAP:P1>

<SAP:P2>http://sap.com/xi/SFIHCM01/IC</SAP:P2>

<SAP:P3>01666576-78e4-11e1-c35c-cf350a4290b1</SAP:P3>

<SAP:P4>-1</SAP:P4>

<SAP:AdditionalText />

<SAP:Stack>TransformerException occurred during XSLT mapping SFSF_DescribeEx_Response_Transformation (http://sap.com/xi/SFIHCM01/IC, 01666576-78e4-11e1-c35c-cf350a4290b1, -1)</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>