The update method performs the update operation on any of the existing record only. To update an existing vendor 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 message otherwise. The update operation of this web service works same as U0201 Vendor interactive works today to update an existing vendor 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 vendor record.