THURSDAY, AUGUST 07, 2008




MY ACCOUNT LOGIN

LOGIN NAME:

PASSWORD:

REGISTER TODAY!
FORGOT YOUR PASSWORD?

SOAP METHODS



LOADFAQ

PROCESSFAQ

GETNEWFAQID

LOADFAQs

LOADFAQsPAGED



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


HOME

WEB SERVICES

SOA SOLUTIONS

SOA SERVICES

ABOUT US





XWEBFAQs


Documentation


FAQs


Implementation Guides


Forum


Pricing






SEARCH









HOME  ::  WEB SERVICES  ::  XWEBFAQs  ::  DOCUMENTATION

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

LoadFAQs SOAP Method

DESCRIPTION:

Returns all Frequently Asked Questions (FAQs), 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 FAQ 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:

<FAQs>
 <FAQ FAQ_ID="5" Date_Created="2004-03-01T15:46:00">
  <Question>What was the last battleship completed by the United 
      States?</Question>
  <Answer>The USS Missouri.</Answer>
 </FAQ>
 <FAQ FAQ_ID="4" Date_Created="2004-02-16T09:23:00">
  <Question>What is the name of the first commissioned
      nuclear-powered ship in the U.S. Navy?</Question>
  <Answer>The USS Nautilus.</Answer>
 </FAQ>
 ...
</FAQs>

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

<FAQs />

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