|
XML String, representing the FAQ 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:
<FAQ FAQ_ID="1" Date_Created="2004-01-12T14:25:00">
<Question>What color is the sky?</Question>
<Answer>Blue.</Answer>
</FAQ>
If the FAQ record requested was never entered or is no longer in the system, the SOAP method will return
the <FAQ>
root node with only the FAQ_ID identifier. An example is provided below:
<FAQ FAQ_ID="58" />
All non-XML strings returned by this SOAP method should be considered errors.
|