This class can be implemented as a plain Process method in Web Connection with very little code. This class handles all aspects of request parsing and output generation and acts as a proxy to call a method on an object which means it can route incoming requests to any method.
Custom
wwJsonService
| Member | Description | |
|---|---|---|
![]() |
CallMethod | Generic call that is passed through and executes the remote method based on the information contained in the wwRequest object passed as input. The method is processed and the result returned as a JSON string. An error produces a JSON error object. o.CallMethod(Request, TargetObject) |
![]() |
TargetObject | The object that contains the methods to be executed. |