function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anu123anu123 

Urgent:Integration of salesforce with Peoplesoft using APIs

Hi All,

     I am new to people soft.But i want integration of people soft with sfdc through apis or webservices.any one can u please help me.

 

Thanks in advace

anu

Yamini123Yamini123

hi Anu,

 

I am having the same requirement.Did you get any solution for the same?

 

Thanks,

Yamini

RajiSrinivasanRajiSrinivasan

We are currently working on a bidirectional real-time data transfer between SalesForce and Peoplesoft.  One of the requirements is to call/consume a PeopleSoft web service from SalesForce.

The first thing I did was to auto generate the client code based on the WSDL- but this did not work out as I wanted it to be.

finally.. I ended up writing custom Apex code to manually  (String manipulation)create the SOAP request and sending it as a Http request. The response from Peoplesoft needs to be parsed node by node to retrieve data.

 

Also, there are several ETL tools available to integrate with peoplesoft (like informatica cloud).