Users can call this method when they want to update or add using the API username and password. This is a single synchronous, stateless API call. No session needs to be sent or stored. The method takes xml as an input and returns application message details.
public java.lang.String createAppRetMsg(java.lang.String input, boolean addOnly)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
addOnly - - Whether or not you only want to add this document or also allow updates .
input - - A super massive XML document.