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
_sfdc_sfdc 

sfdc to sap integration

Hi all,

I am newly to integration part, my question is that- whenever lead is converted into account,contact,opportunity automatically customer is created in sap system. what are the apporaches to solve this? and here,is it possible to solve without creating any wsdl generation? or if it possible only through wsdl, give some guidelines to solve.

Thanks in advance..
ShashForceShashForce
Hi,

You can use RESTful HTTP callouts (which do not need WSDL to be consumed by the SAP endpoint), if your SAP system provides a REST-based API. Else, you will have to go the SOAP web service way in which you have to consume the WSDL provided by your SAP system and create APEX classes or stubs.

You can find some help here: https://developer.salesforce.com/page/Apex_Callouts

If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.

Thanks,
Shashank
_sfdc_sfdc
Hi shashank,

In SAP side the customer is created with opportunity details in sfdc. They are using PI(process integration) to map the sfdc fields to get the records. Bt how possible to get the records without create any wsdl in sfdc side or any wsdl can't be parsed in sfdc ?