The ProcessApplication SOAP method of the XWeb1003 web service performs data manipulation on individual 1003 Loan Application records. The documentation for this method can be found here.
The SOAP method takes one parameter, strXML - an XML string that represents the 1003 Loan Application to be added, edited or deleted. The behavior of this method is similar to that of the other data manipulation methods exposed by our web services; based on the combination of elements and attributes within the XML string the record is added, edited or deleted. As we "map" individual sections and fields of the physical application to XML, we will post more details.