FRIDAY, MAY 09, 2008




MY ACCOUNT LOGIN

LOGIN NAME:

PASSWORD:

REGISTER TODAY!
FORGOT YOUR PASSWORD?

SOAP METHODS



LOADENTRY

PROCESSENTRY

GETNEWENTRYID

LOADBLOG

LOADBLOGPAGED

LOADBLOGBYDATERANGE

LOADBLOGBYDATERANGEPAGED



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


HOME

WEB SERVICES

SOA SOLUTIONS

SOA SERVICES

ABOUT US





XWEBBLOG


Documentation


FAQs


Implementation Guides


Forum


Pricing






SEARCH









HOME  ::  WEB SERVICES  ::  XWEBBLOG  ::  DOCUMENTATION

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

LoadBlog SOAP Method

DESCRIPTION:

Returns all Blog Entries, 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 Blog Entry 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:

<Blog>
 <Entry Entry_ID="3" Date_Created="2004-04-30T11:15:00">
  <Title>The Title for Blog Entry #3</Title>
  <URL>http://www.xwebservices.com/announcement.aspx?
      aid=3</URL>
  <Author>Emily Smith</Author>
  <Body>The Body for Blog Entry #3.</Body>
 </Entry>
 <Entry Entry_ID="2" Date_Created="2004-03-30T08:03:00">
  <Title>The Title for Blog Entry #2</Title>
  <URL>http://www.xwebservices.com/announcement.aspx?
      aid=2</URL>
  <Author>John Smith</Author>
  <Body>The Body for Blog Entry #2.</Body>
 </Entry>
 ...
</Blog>

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

<Blog />

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