 |
A Simple RFM Services client application |
◂ Prev
Next ▸
In this topic, we go through the basic steps of building a simple web client application
that introduces the basic operation of the RFM Web Services API. The sample code and associated
instructions are currently based on the ASP.NET platform, but a PHP version is currently under construction and will be available shortly.
The example is based on a highly simplified commercial credit rating scenario where we wish to build a series of pages that allow
the user to:
- Log in to the system (including establishing a session with the RFM Web Services API)
- Select a model
- Automatically generate the input form that allows the user to enter the information required to perform a rating using the chosen model
- Calculate a rating by using the input data provided.
|

Coming soon...
|
Please note that this documentation, and related sample code, were developed using Visual Studio
2010. If you are using a different version of Visual Studio, or a different IDE, some features may operate slightly differently from those
described here.
The full source code for the example developed in this topic can be downloaded here.
You can run a live demo of the example here.
(Login with user:
webservices
and password:
sampler019
).