The update method performs the update operation on any of the existing customer record only. To update an existing customer 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. This update operation of this web service works same as U0205 Customer interactive work today to update existing customer 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 customer record.