Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does jpa replace the need to consume sf web services in a java app, or do i still need to do that to access operations like convertlead?

0
Posted

Does jpa replace the need to consume sf web services in a java app, or do i still need to do that to access operations like convertlead?

0

JPA will only replace the part of the web services API that represent CRUD and query operations on SFDC entities. Special operations like login and convertlead does not map well to JPA. However, you will not have to deal with the low-level SOAP web services. VMforce comes with a SFDC Java connector that exposes all Web Services calls in Java. This is based on the WSC library which is available today.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123