You need to sign in to do that
Don't have an account?
NaveenReddy
SOAP Call webservice
Hi,
I have a custom object with fields name,phone number in salesforce accounts.
Whenever I enter details in one salesforce object , the other salesforce object also needs to be updated.
Can anyone please provide me the solution.
How to get WSDL and how to make SOAP call
Thanks in advance
Hi,
Are you trying to update records across different Salesforce Organizations or the same Organization.
If its the same ORG - you can use triggers to update data from one Object record to another Object :http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_triggers.htm
If it is a different ORG - please go through the following guide which explains step by step usage of WSDL:
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_quickstart_steps.htm
Hope this helps!