THURSDAY, AUGUST 07, 2008




MY ACCOUNT LOGIN

LOGIN NAME:

PASSWORD:

REGISTER TODAY!
FORGOT YOUR PASSWORD?

SOAP METHODS



LOADARTICLE

PROCESSARTICLE

GETNEWARTICLEID

LOADARTICLES

LOADARTICLESPAGED

LOADARTICLESBYDATERANGE

LOADARTICLESBYDATERANGE
PAGED


LOADARTICLESBYSOURCE

LOADARTICLESBYSOURCE
PAGED


LOADARTICLESBYSOURCE
ANDDATERANGE


LOADARTICLESBYSOURCE
ANDDATERANGEPAGED


PERSONALIZE

LOADPERSONALIZEDARTICLES



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


HOME

WEB SERVICES

SOA SOLUTIONS

SOA SERVICES

ABOUT US





XWEBNEWS


Documentation


FAQs


Implementation Guides


Forum


Pricing






SEARCH









HOME  ::  WEB SERVICES  ::  XWEBNEWS  ::  DOCUMENTATION

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

LoadArticle SOAP Method

DESCRIPTION:

Returns a specific News Article.

PARAMETER(S):

intArticleID - Positive Integer. The identifier for the News Article 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 News Article 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:

<Article Article_ID="1" Date_Created="2004-08-07T11:37:00">
 <Source_Identifier>jane</Source_Identifier>
 <Author>Jane Thomas</Author>
 <Title>Demo News Article</Title>
 <URL>http://www.demosite.com/news/1.aspx</URL>
 <Introduction>Our demo news article's Introduction
     would go here.</Introduction>
 <Body>The entire Body of our news article would go here.</Body>
</Article>

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

<Article Article_ID="23" />

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