Hi,
I am doing integration between our IS-R system and Successfactor through PI. I have imported SFIHCM600 01,02 and 03. Successfactor team has confirmed that we need to use this preview url in our DEV system - https://api12preview.sapsf.eu/sfapi/v1/soap?wsdl
Team has confirmed that they want to do integration for variable pay and they are triggering this report - RH_SFI_SYNCH_METADATA.I am not aware which standard OMs are required for this so I have created separate ICOs for all available OMs to check which one will be called in the run time.
1. Now connection between PI and SF URL is successful. After triggering the report I can see first its calling login interface - SFSFSessionHandlingLoginQueryResult_Out and I can see that one session ID is sent from SF side successfully.No issue in login and session creation. Screen Shot below -
2. I can see next its calling following SI - SFSFAPIDictionaryListSFObjectsResult_Out - OM for this is - SFSFAPIDictionaryListSFObjectsResult_Out_to_SFSFAPIDictionaryListSFObjectsResult_In. This one is failing due to invalid session. I can see that request message sent from IS-R to SF is not sending the session ID received in the first step. It sending $Version=0; hence failing. Screen shot below -
Please help with exact answer who has already worked on SF integration .
Thanks,