Hi Raghu,
When pulling data, it is Async : - SF -> PI -> Target.
<?xml version='1.0' encoding='utf-8'?><urn:query xmlns:urn='urn:sfobject.sfapi.successfactors.com'><urn:queryString>SELECT person, personal_information FROM CompoundEmployee</urn:queryString></urn:query>
Async Mode worked!!!!!
For anyone interested, I am doing the following:
SFSF Sender Config as follows.
SFSF Query (modeled in Operations modeler) as follows. I've also setup a 30 minute polling.
I am using asynchronous as per Raghu's suggestion.
In the ESR, I have the xsd imported which is my outbound interface message type. I have created a mapping to my inbound aysnc interface message type.
The SFSF adapter would generate the xml request mentioned here..
- <?xmlversion='1.0'encoding='utf-8'?>
- <urn:queryxmlns:urn='urn:sfobject.sfapi.successfactors.com'>
- <urn:queryString>SELECT person, personal_information FROM CompoundEmployee</urn:queryString>
- </urn:query>
Regards,
Amith


