cancel
Showing results for 
Search instead for 
Did you mean: 

Premature EOF----Problem during invoking SuccessFactors Web service

0 Kudos

Hi Everyone,

Sometimes the SOAP connection to SuccessFactors Compound Employee (simple delta query) fails with below error.



Error Details
com.sap.it.rt.adapter.sfsf.wsclient.SfsfWsClientFaultException: Problem during invoking SuccessFactors Web service. SOAP faultCode SOAP-ENV:Client, faultString Problems creating SAAJ object model, errorCode null, errorMessage: null, cause: java.io.IOException: Premature EOF 

Below is the screenshot:

In the next runs the interface would work fine. Just curious to know the reason and any better way to handle these errors. Please let me know in case of any corrections to be made.

Thanks in advance.

Best Regards

Sravan

View Entire Topic
vitor_lemberck
Employee
Employee
0 Kudos

Hello Sravan,

This issue occurs when the stream gets closed while parsing of Cache update XML is in progress.

This can be occurs due connection instability in SF side.

0 Kudos

Thanks a lot Vitor.

Any way we can handle this from SCPI side ?? Any best Practice ??