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
DamitharkDamithark 

Calling a Web Service in a Apex class Using ZKS Classes

Hi Everyone,

 

I'm developing an iPad application using ZKS classes and I'm fairly new to Salesforce. I was managed to setup ZKS classes and send data back and forth. The problem is that when you send data to Salesforce, there are some complex business logics that needs to be run on the backend. It is situated in a seperate Apex class as a Web Service.
My questions are,

1. Is there a way to call a Web service that is written in a Apex class using ZKS classes?.

2. If not, How can I achieve it?.

Thanks alot,
Dam.