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

LoadMessage SOAP Method

DESCRIPTION:

Returns a specific Forum Message.

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 Message 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 Message</Subject>
 <Body>The entire Body of our forum message would
go here.
</Body> </Message>

If the Forum Message 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