11 RESTServer Call Flows
This chapter provides a sample REST request flow.
Request Flow
RestServer gets the token and the subscriber number from the request. Based on the configuration, it checks the validity of the token. If the token is valid, then it creates a SOAP request with body containing the subscriber number. SOAP request is then sent to the configured OSD endpoint. Based on the response from OSD, a JSON response is created and sent back to the client.
