THURSDAY, AUGUST 07, 2008




MY ACCOUNT LOGIN

LOGIN NAME:

PASSWORD:

REGISTER TODAY!
FORGOT YOUR PASSWORD?

SOAP METHODS



LOADAPPLICATION

PROCESSAPPLICATION

LOADAPPLICATIONS

LOADAPPLICATIONSPAGED

LOADAPPLICATIONSBY
DATERANGE


LOADAPPLICATIONSBY
DATERANGEPAGED


LOADAPPLICATIONSBY
REP


LOADAPPLICATIONSBY
REPPAGED


LOADAPPLICATIONSBY
REPANDDATERANGE


LOADAPPLICATIONSBY
REPANDDATERANGEPAGED




Web Services, SOA Solutions, SOA Services - XWebServices.com


HOME

WEB SERVICES

SOA SOLUTIONS

SOA SERVICES

ABOUT US





XWEB1003


Documentation


FAQs


Implementation Guides


Forum


Pricing






SEARCH









HOME  ::  WEB SERVICES  ::  XWEB1003  ::  DOCUMENTATION

:: Web Services :: XWeb1003 :: Documentation (Version 1) ::

LoadApplicationsByRepPaged SOAP Method

DESCRIPTION:

Returns 'paginated' 1003 Loan Application records by a specific Rep Identifier, in the reverse chronological order the records were entered into the system. Paginated is the ability to return a specific number of records at a time, similar to how search engines display results (i.e. Google's 10 search results on a page).

PARAMETER(S):

strRepIdentifier - String. Indicates the Rep Identifier for which the data is to be returned.
intPageNumber - Positive Integer. Indicates the page number for which the data is to be returned.
intPageSize - Positive Integer. The number of records you want displayed on a page.

SOAP HEADERS:

LoginName - String. The "Login Name" you chose during the registration process.
Password - String. Your account's "Password".

NOTE***: SOAP Headers are required for authentication.

RETURNS:

XML String, representing the Mortgage Loan Application records either entered by a specific representative or for a specific representative (the record's <Rep_Identifier> value matches the input parameter's value). To view the validating XSD Schema, please click here (opens in a new window). An example is provided here (opens in a new window) or below:

<Applications Total_Record_Count="14">
 <Application Application_ID="BBAC0581F8AF4c95B9C18C1448B50828" 
   Date_Created="2005-01-18T12:17:00">
  <Source_Identifier>Evans01</Source_Identifier>
  <Amount>350000.0000</Amount>
  <Property>
   <Address_1>123 Somewhere St.</Address_1>
   <Address_2></Address_2>
   <City>Los Angeles</City>
   <State>CA</State>
   <Postal_Code>90210</Postal_Code>
   <Country>USA</Country>
  </Property>
  <Purpose>
   <Type>1</Type>
   <Type_Description>Purchase</Type_Description>
  </Purpose>
 </Application>
 <Application Application_ID="747C1752DE3B42d086F7166F57A39162" 
   Date_Created="2005-01-10T11:15:00">
  <Source_Identifier>Johnson01</Source_Identifier>
  <Amount>315000.0000</Amount>
  <Property>
   <Address_1>111 Cool St.</Address_1>
   <Address_2>#B</Address_2>
   <City>Los Angeles</City>
   <State>CA</State>
   <Postal_Code>90210</Postal_Code>
   <Country>USA</Country>
  </Property>
  <Purpose>
   <Type>1</Type>
   <Type_Description>Purchase</Type_Description>
  </Purpose>
 </Application>
 ...
</Applications>

If the account does not contain any records for that specific representative, the <Applications> root node will not contain any child elements and the Total_Record_Count attribute will have a value of 0 (zero). An example is provided below:

<Applications Total_Record_Count="0" />

All non-XML strings returned by this method should be considered errors.

ERROR(S):

If the system encounters an error, the method will return one the following messages instead of the expected XML string:

Error: Unable to authenticate. Your username and/or password are invalid. - authentication errors.
Error: You have not yet registered for this service. - authorization errors.
Error: A database error has occurred. Please try again later. - catastrophic database errors.
Error: System error. Unable to process the request. - catastrophic system errors.

ADDITIONAL SUPPORT RESOURCES:



HOME
WEB SERVICES
SOA SOLUTIONS
SOA SERVICES
MY ACCOUNT
ABOUT US