WEDNESDAY, FEBRUARY 08, 2012




MY ACCOUNT LOGIN

LOGIN NAME:

PASSWORD:

REGISTER TODAY!
FORGOT YOUR PASSWORD?

SOAP METHODS



LOADMESSAGE

LOADTOPIC

PROCESSMESSAGE

GETNEWMESSAGEID

LOADTOPICS

LOADTOPICSPAGED

LOADMESSAGES

LOADMESSAGESPAGED

LOADMESSAGESBYSOURCE

LOADMESSAGESBYSOURCE
PAGED


PERSONALIZE

LOADPERSONALIZEDMESSAGES



Web Services, SOA Solutions & Services, Cloud Computing - XWebServices Inc.


HOME

WEB SERVICES

SOA SOLUTIONS

SOA SERVICES

ABOUT US





XWEBFORUM


Documentation


FAQs


Implementation Guides


Forum


Pricing






SEARCH









HOME  ::  WEB SERVICES  ::  XWEBFORUM  ::  DOCUMENTATION

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

LoadMessagesPaged SOAP Method

DESCRIPTION:

Returns 'paginated' Message records (topics and replies) posted in the Forum in reverse chronological order they 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 the Forum Message records 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:

<Forum Total_Record_Count="15">
 <Message Message_ID="10" Date_Created="2004-08-10T07:11:00">
  <Topic_ID>10</Topic_ID>
  <Source_Identifier>suzan</Source_Identifier>
  <Author>Suzan Someone</Author>
  <Subject>Demo Forum Topic 10</Subject>
  <Body>Body would go here.</Body>
 </Message>
...
</Forum>

If the account does not contain any records, the <Forum> root node will not contain any child elements and the Total_Record_Count attribute will have a value of 0 (zero). An example is provided below:

<Forum Total_Record_Count="0" />

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