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) ::

LoadEntry SOAP Method

DESCRIPTION:

Returns a specific Blog Entry.

PARAMETER(S):

intEntryID - Positive Integer. The identifier of the Blog Entry 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 Blog Entry 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:

<Entry Entry_ID="1" Date_Created="2004-04-28T06:25:00">
 <Title>The Title would go here.</Title>
 <URL>http://www.xwebservices.com/announcement.aspx?
     aid=1</URL>
 <Author>John Smith</Author>
 <Body>The body would go here.</Body>
</Entry>

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

<Entry Entry_ID="47" />

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