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
AshiAshi 

How to consume salesforce web service in an external html page

Hi,

 

I want to create an apex class as web service and want to consume it in an external html page.

 

Few references say that prerequisite is to generate wsdl and include it in my project.

 

How shall I include wsdl and call webservice from my html page.

 

Thanks