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
BidunBidun 

HELLO WORLD application in AMAZON EC2 using salesforce REST API

I am Trying to get started with Amazon EC2 and Salesforce integration
to Build a website. I want to use REST API for this integration. Can
someone help me build a HELLO WORLD Application.


Say my user enters his name 'John' I will send  him a response 'HELLO
WORLD JOHN'


I am familiar with sales force functionality and customizations. I can
also build a WSDL pretty quickly. But I need guidance to understand
how i can provide REST service to the application in EC2.


I Downloaded the toolkit and looked into the classes as per the
information i obtained from developer force. But i still need a step a
step by step process after downloading it.


Any information will really be helpful.


Thank you,

Bidun

dkadordkador

What do you need?  We have many tutorials that explain how to use different features of our platform.

BidunBidun

I could not find any tutorial that explains how to make request and get responce from AWS EC2.

 

All I could find was regarding the tutorial of downloading the toolkit and authnticating using Key in the  Object record.

 

My Question was

 

Say i have an Html with Submit button.

When ever i click on submit button my salesforce should send me a responce Hello world

 

What are the steps to build this applications.

 

I am not very well versed with java progragmming but i know how to build apex classes.