
|

|
:: Web Services :: XWebNews :: Documentation ::
|
|
News articles featured on popular news portals such as
CNN.com and
MSNBC.com consist of an author, a date,
an introduction and a body. Modeled after this format, an XWebNews News Article
record consists of:
- an identifier
- a created date, representing when the record was or will be posted live
- a source identifier
- author
- title
- url
- introduction
- body
By consuming the web service, client applications can display a specific News Article, all Articles,
News Articles posted within a specific date range, News Articles posted by a specific Source or Author,
as well as perform data manipulation on individual News Article records. SOAP methods are also
available for integrating Personalization into any client application.
The links below represent all the SOAP methods exposed by the XWebNews web service. Each provides
a description, documentation and links to additional support resources.
We strive to provide the most thorough documentation for all our web services. If, for any
reason, you believe the documentation for the XWebNews web service is insufficient, or you have
an enhancement/new functionality request, please feel free to
contact us and let us know how we can improve this web
service. If your suggestion/enhancement/new functionality request is taken into consideration by us,
you will receive a 1 year subscription to this web service absolutely free!
|
 |
:: XWebNews SOAP Methods ::
|
|
Version 2
|
|
LOADARTICLE:
|
returns a specific News Article.
|
|
PROCESSARTICLE:
|
performs data manipulation on individual Article records.
|
|
ADDARTICLE:
|
adds a new Article record.
|
|
UPDATEARTICLE:
|
updates an Article record.
|
|
DELETEARTICLE:
|
deletes an Article record.
|
|
GETNEWARTICLEID:
|
returns a new Article record identifier.
|
|
LOADARTICLES:
|
returns all News Articles, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESPAGED:
|
returns 'paginated' Article records, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYDATERANGE:
|
returns all News Articles created within a specific date range, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYDATERANGE PAGED:
|
returns 'paginated' Article records created within a specific date range, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYSOURCE:
|
returns all News Articles by a specific Source Identifier, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYSOURCE PAGED:
|
returns 'paginated' Article records by a specific Source Identifier, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYSOURCE ANDDATERANGE:
|
returns all News Articles by a specific Source Identifier, created within a specific date range, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYSOURCE ANDDATERANGEPAGED:
|
returns 'paginated' Article records by a specific Source Identifier, created within a specific date range, in the reverse chronological order the records were entered into the system.
|
|
PERSONALIZE:
|
either adds or removes a News Article to/from the Personalization system.
|
|
LOADPERSONALIZEDARTICLES:
|
returns the Personalized News Articles for a specific Source Identifier from the Personalization system, in the reverse chronological order the records were entered into the system.
|
|
|
Version 1
|
|
LOADARTICLE:
|
returns a specific News Article.
|
|
PROCESSARTICLE:
|
performs data manipulation on individual Article records.
|
|
GETNEWARTICLEID:
|
returns a new Article record identifier.
|
|
LOADARTICLES:
|
returns all News Articles, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESPAGED:
|
returns 'paginated' Article records, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYDATERANGE:
|
returns all News Articles created within a specific date range, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYDATERANGE PAGED:
|
returns 'paginated' Article records created within a specific date range, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYSOURCE:
|
returns all News Articles by a specific Source Identifier, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYSOURCE PAGED:
|
returns 'paginated' Article records by a specific Source Identifier, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYSOURCE ANDDATERANGE:
|
returns all News Articles by a specific Source Identifier, created within a specific date range, in the reverse chronological order the records were entered into the system.
|
|
LOADARTICLESBYSOURCE ANDDATERANGEPAGED:
|
returns 'paginated' Article records by a specific Source Identifier, created within a specific date range, in the reverse chronological order the records were entered into the system.
|
|
PERSONALIZE:
|
either adds or removes a News Article to/from the Personalization system.
|
|
LOADPERSONALIZEDARTICLES:
|
returns the Personalized News Articles for a specific Source Identifier from the Personalization system, in the reverse chronological order the records were entered into the system.
|
|
|

|

|
|