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
Sudhakar ReddySudhakar Reddy 

Regarding Apex

As per my knowledge,we can develop new apex classes using Force.com IDE and in WebInterface.

And we will use Webservice API,Rest API to access salesforce org and to integrate it.

 

My question is here,can we write any apex class using WebService API or Rest API?

JitendraJitendra

Hi,

 

You can create "Apex class" using "Metadata API".

 

Please refer this thread :

http://boards.developerforce.com/t5/Java-Development/Create-Apex-Class-using-Metadata-API/td-p/119082

Sudhakar ReddySudhakar Reddy

Force.com IDE uses only MetaData API. so we can conculude that we cant create a apex class using webservice API and Rest services API