The add method allows a user to add a new customer record with the given information in XML format as an input. The method inserts the provided values in relevant database tables, process the information and returns response as success or failure message in XML format. The add function performs and support all the field's and relevant database tables similar to U0205 Customer interactive work today for add operation.
public String add (String input)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
input - - XML document to add a customer record with all required parameters.