cancel
Showing results for 
Search instead for 
Did you mean: 

SFDC Integration

Former Member
0 Kudos

Hi,

Developing SFDC Interface

Proxy (Abap) to SOAP Synchronous

iam not getting respone for this interface.

Need to write any coding to get Response?

Regards

Pradeep

Accepted Solutions (0)

Answers (1)

Answers (1)

JaySchwendemann
Active Contributor
0 Kudos

Salesforce uses a quite sophisticated logon mechanism, where you will need to get a session ID first in order to post any data.

There's an adapter who should take care of this .

There's also this project that uses vanilla PI technique but author seemed to get errors from time to time

As of your specific question (if you already know the above resources and are really in troubleshooting mode): You should have a look at the communication channel log, NWA log and message monitoring first (increase logging options in iFlow / ICO to log synchronous messages, if necessary). If that doesn't help you, get your hands on the invaluable XPI Inspector tool http://service.sap.com/sap/support/notes/1514898 and see if you can get to the root cause of the error.

HTH

Cheers

Jens