This method helps a user to retrieve an existing vendor record for a particular vendor number. The method takes vendor number as an input to request and retrieve a vendor record information. On validating a vendor number the method returns respective vendor information in XML format. This method works same as U0201 Vendor interactive works today to retrieve an existing vendor record.
public String retrieve (String vendorNumber)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
vendorNumber - - Vendor number to retrieve a vendor record.