The update method helps users to update an existing investor record. To update an existing investor record this method takes XML as an input with all required parameters and values to update those fields in database. On successfully updating a record the method returns success message and error messages otherwise. The update method of this web service works same as U0216 Investor interactive update works today.
public String update (String input)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
input - - XML with all required parameters and parameter values to update an existing investor record.