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
SANDEEP PARIHARSANDEEP PARIHAR 

How to use WebService in Salesforce

Hi,
I am new in Sforce developer programming, How to use webservices in salesforce and what are the steps to follow .
plz help me out....
Thanks!
Best Answer chosen by SANDEEP PARIHAR
VinodKRVinodKR
Hi Sandeep,

Below links should help you kick start.

Apex Web Services and Callouts:

Link - https://developer.salesforce.com/page/Apex_Web_Services_and_Callouts

Force.com REST API Developer's Guide

Link - https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/

SOAP API Developer's Guide

Link - https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/

Thanks,

Have a great day ahead!
Let the Force be with you!
Please mark this as best answer if it helps you.

All Answers

VinodKRVinodKR
Hi Sandeep,

Below links should help you kick start.

Apex Web Services and Callouts:

Link - https://developer.salesforce.com/page/Apex_Web_Services_and_Callouts

Force.com REST API Developer's Guide

Link - https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/

SOAP API Developer's Guide

Link - https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/

Thanks,

Have a great day ahead!
Let the Force be with you!
Please mark this as best answer if it helps you.
This was selected as the best answer
Marek Kosar_Marek Kosar_
And also trialhead module about webservices is GREAT resource of information for you:
https://developer.salesforce.com/trailhead/module/apex_integration_services
 
SANDEEP PARIHARSANDEEP PARIHAR
Thanks guys that really help me to start.

And One More thing i want to ask ! I want to call DHL Express Functions, so how can i get authentication to use Services.
I am very thankful to you if you help me on this.

Thank You!
VinodKRVinodKR
Hi Sandeep,

I Suppose you need to contact DHL support for API access,check the integration link.if DHL support REST API then you could use the salesforce REST API link above for integration if not use Soap API link.

Link - http://www.dhl.co.in/content/dam/downloads/g0/express/solutions/ecom_tools/dhl_xml_services/xml_services_brochure_en.pdf

Thanks,

Have a great day ahead,Let the Force be with you!