You need to sign in to do that
Don't have an account?

cant create apex class
I recently started to research about Sales Force, I was trying to use Sales Force and Postman (REST Service) and I wondered about if is possible to create it using the trial version, because when go to create a class in the "develop" tab I cant see the Apex Class option, is there any other way to create a webservice? Apigee works exacly the same? just creating one service by my own?
In a developer edition org (signup at https://developer.salesforce.com/signup) you can create apex classes which can be annotated as REST webservices. If you have a look at video 11 onwards in the forcedotcomcast video series here (https://www.youtube.com/playlist?list=PLGg2bx7g215dBInKeqg7LrMN2uLCaY4fP), there are a series of videos explaining creating Apex REST web services and testing them.
All Answers
You can sign up at:
https://developer.salesforce.com/signup
In a developer edition org (signup at https://developer.salesforce.com/signup) you can create apex classes which can be annotated as REST webservices. If you have a look at video 11 onwards in the forcedotcomcast video series here (https://www.youtube.com/playlist?list=PLGg2bx7g215dBInKeqg7LrMN2uLCaY4fP), there are a series of videos explaining creating Apex REST web services and testing them.