Oct 17 2017 05:41 AM
Environment:
Requirements:
My approach would be to create a custom Site or Application Page with code behind with WebMehtods that can be executed client side via JSOM.
Is this still the way to go or are there other more modern approach to implement such solutions?
I'm aware of the client-side solutions that can be build but we're not able to call the present web services from client-side and we don't want to build new web services that themselves calls the present one because doing thins we'll need to implement a whole new solutions which handels authentication too.
Thank you for your answers already in advance. I'm excited about your feedback 😉
Kind regards,
Fabrizio
Oct 17 2017 10:55 AM
Oct 18 2017 12:08 AM
Hi Juan Carlos,
Thank you for your reply.
I thought to follow the approach mentioned under the following two guides:
These approaches are using JavaScript client-side (therefore I thought about JSOM = JavaScript Client Object Model) to call the server-side "WebMethods".
Do you think this is the right approach?
Kind regards,
Fabrizio