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) ::

LoadApplications SOAP Method

DESCRIPTION:

Returns all 1003 Loan Applications, in the reverse chronological order the records were entered into the system.

PARAMETER(S):

None.

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 all Mortgage Loan Application records in an account. 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>
 <Application Application_ID="BBAC0581F8AF4c95B9C18C1448B50828" 
   Date_Created="2005-01-18T12:17:00">
  <Rep_Identifier>MSmith</Rep_Identifier>
  <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="FCD1316DBADB479889DC5720DFB08489" 
   Date_Created="2005-01-15T16:38:00">
  <Rep_Identifier>BRivera</Rep_Identifier>
  <Source_Identifier>Rusell02</Source_Identifier>
  <Amount>190000.0000</Amount>
  <Property>
   <Address_1>456 Somewhere Else 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>2</Type>
   <Type_Description>Refinance</Type_Description>
  </Purpose>
 </Application>
 ...
</Applications>

If the account does not contain any records, the <Applications> root node will not contain any child elements. An example is provided below:

<Applications />

All non-XML strings returned by this SOAP 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