Hello, Plamen.
Thank you very much for your reply.
In AppointmentsPopulating, I have been able to access the resources by referencing
sender.get_resources and looping through them:
As I mentioned previously, I need to retrieve the availability of the resources in order to block the time slots or not.
So, inside the loop, I call a web service method:
Although there is no compilation error, the value of local variable
ret is equal to
"undefined" after the web service method is executed.
In order to debug this issue, I have created a simple HelloWorld method in the web service class:
And I call it from the client side:
Just like when method AssociateAvailabilityDate is called, local variable
x is equal to
"undefined" after the web service method is executed.
As an FYI, inside the RadScriptManager component, a reference to the web service has been added:
Is there anything I am missing?
Thank you again for your assistance.
Paulo