WEDNESDAY, OCTOBER 15, 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) ::

LoadFAQ SOAP Method

DESCRIPTION:

Returns a specific Frequently Asked Question (FAQ).

PARAMETER(S):

intFAQID - Positive Integer. The identifier of the FAQ record requested.

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 FAQ record requested. 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:

<FAQ FAQ_ID="1" Date_Created="2004-01-12T14:25:00">
 <Question>What color is the sky?</Question>
 <Answer>Blue.</Answer>
</FAQ>

If the FAQ record requested was never entered or is no longer in the system, the SOAP method will return the <FAQ> root node with only the FAQ_ID identifier. An example is provided below:

<FAQ FAQ_ID="58" />

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