THURSDAY, AUGUST 07, 2008




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, SOA Services - XWebServices.com


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

LoadTopic SOAP Method

DESCRIPTION:

Returns a specific Forum Topic.

PARAMETER(S):

intMessageID - Positive Integer. The identifier for the Forum Message 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 Forum Topic 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:

<Message Message_ID="1" Date_Created="2004-08-07T11:37:00">
 <Topic_ID>2</Topic_ID>
 <Source_Identifier>steve</Source_Identifier>
 <Author>Steve Thomas</Author>
 <Subject>Demo Forum Topic</Subject>
 <Body>The entire Body of our forum topic would go here.</Body>
 <Replies>
  <Reply Reply_ID="5" Date_Created="2004-09-07T11:37:00">
   <Source_Identifier>jane</Source_Identifier>
   <Author>Jane Thomas</Author>
   <Subject>Demo Forum Reply</Subject>
   <Body>The entire Body of our forum reply would go here.</Body>
  </Reply>
  ...
 </Replies>
</Message>

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

<Message Message_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