IVR application invokes IMS Webservice through secure channel and is required to pass in:
1) client identification token (ClientID) and
2) password (AuthenticationCode)
The authentication code update standalone application uses java classes to invoke the authentication code update Webservice.
• The stand-alone application can be java based application. The application would invoke the Webservice to perform the ‘Authentication Update’.
• The request and response parameters for the Webservice messages are :
Request Message Field Name
cid
authCode
sid
tranCode

Request Message Field Name
cid
authcode
sid
responsecode
trancode

process flow is :
Process Flow
1. IVR calls IMS Web Service via Secure channel and passes in client
identification and current authentication code.
2. IMS checks the client identification and current authentication code and generates a new
authentication code if the current code has expired, otherwise the current authentication
code will be returned to AuthenticationCodeExchangeXMLMsg.javaIVR.


• The java client details that are used to perform this integration are: