I am using salesforce partner WSDL with soap API to upload data on salesforce and store it on SF object I have two dependent objects who have one lookup field for a child object
When I am storing the parent object I want to store the dependent child object data.
How can I achieve this using SOAP API?
Thanks in advance.