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

How to call WebService in SF
Hi ALL,
I need help on WebService RESTful integration.
Source org: iOS application
Destination org : Salesforce
I have Source(iOS) endpoint URL.
Questions:
1) How to call source org(iOS application) websevice from salesforce.
2) How to write webservice client(RESTful API) in salesforce.
Regards
Tirumala
I need help on WebService RESTful integration.
Source org: iOS application
Destination org : Salesforce
I have Source(iOS) endpoint URL.
Questions:
1) How to call source org(iOS application) websevice from salesforce.
2) How to write webservice client(RESTful API) in salesforce.
Regards
Tirumala
What you need is a HTTP Callout Service.
There are articles and samples in the links below.
https://trailhead.salesforce.com/modules/apex_integration_services/units/apex_integration_rest_callouts
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_http.htm
http://blog.jeffdouglas.com/2009/03/16/restful-web-service-callout-using-post/
http://salesforce.stackexchange.com/questions/22262/http-callout-to-rest-api-from-apex
Hope this helps.