REST Web Services Integration
When building advanced applications, the need to talk to other systems often is a requirement. EfficiencySpring ships with a REST integration framework.
|
Service definition screens allow you to configure the nitty-gritty of how a REST web service works, including authentication, parameters, GET vs POST, etc... Then, if necessary, you can extend the WebServices.WebServiceCall class, and easily add custom post-execution processing for each call. |
EfficiencySpring also ships with a Web Service call testing tool that let's you manually fill out call parameters and then view the returned results. |
|