The update method helps users update the existing broker record. To update an existing broker record this method takes XML as 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 the same as U0219 Broker interactive works today to update existing broker record.
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 broker record.