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
armenarmen 

how access apex code through external web service.

hi! I'm new in apex and I  don't know and I can't find  how access apex code through external web service. can anyone help me, please?
RickyGRickyG
Please refer to the section on Apex Web Service Integration in the Apex Language Reference Guide for details on this.

Hope this helps.

armenarmen
Hi Rick, thanks for your  reply.  I've read it .The examples show how can we refer to global class's method (declared with webservice) from within the s-control. Where from can i find an example, that shows how can I refer to an apex code  function from my server..

Thanks in advance...
arm
RickyGRickyG
Not sure I understand your question.  Please see the section in the same manual on invoking Apex methods from AJAX - this will show you how to call an Apex method from an external platform.

Hope this helps.

armenarmen
thanks Rick!