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
shanky1232shanky1232 

SAP CRM to SALESFORCE CONNECTION ERROR

Hi,

Can anyone suggest a way to connect SAP CRM directly to salesforce using web service.(we are trying to give the login credentials to SAP team and connect directly with saleforce using standard funcionlity partner.wsdl file) please advise. we are getting an error webservice ping failed(RC=405).service ping error:HEAD NOT SUPPORTED.

Thanks,
Nayini


KevinPKevinP
I've never had much luck with the wsdl's for direct connection. You can however also usually acomplish what you want by using a tool like jitterbit, or informattica where it can ETL from one to another and vice versa in "memorized" processes.
Aakaash NairAakaash Nair
Hi Nayini,

If yu are using the salesforce Partner WSDL then http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_partner_examples.htm should help you.

If you are trying to comsume the SAP WSDL in salesforce and then generated the Apex2WSDL and receiving this error.

Compare the two request generated in SOAP UI and with apex code that might help find the cause of the issue.

Also there has been instances that the generated class might have an error so recommend that you generate thee class again.

Let us know if that helps!

Thanks!
Aakaash
Andy BoettcherAndy Boettcher
You can try to use the Enterprise WSDL - or there is an SAP thread on this here - http://scn.sap.com/thread/3269127