cancel
Showing results for 
Search instead for 
Did you mean: 

Create a record in Salesforce by consuming WSDL file throgh SAP.

0 Kudos

Hello Experts,

While connecting SAP system with salesforce, I am successfully able to log in and getting server URL and Session ID which I need to pass in subsequent methods.

As per SOAP UI execution environment, we need to connect with the returned URL and pass session ID to create/ modify any record in salesforce.

So now question is how can we connect with the returned URL through SAP ABAP program.

For the same I have referred link 'https://archive.sap.com/discussions/thread/280256' and able to pass session id but not sure how to connect with the returned URL.

Secondarily I passed the target namespace as below.

CONCATENATE
'<soap:Header>'
'<n1:SessionHeader xmlns:n1="urn:cs89.salesforce.com">'
'<n1:sessionId>' data_id '</n1:sessionId>'
'</n1:SessionHeader>'
'</soap:Header>' INTO l_string.

Even I am getting system fault exception.

Can anyone please advise how to fix it.

Accepted Solutions (0)

Answers (0)