<!-- Intent: parses the text content and returns an array of text sources
	POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Fax/Helpers/TextToFaxSourceObject
	-->
<TextContent>this is the body of my message</TextContent>


<!-- Example Return Value -->

<ArrayOfFAX_TEXT_SOURCE 
	xmlns:i="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.Messages.Voice">
<FAX_TEXT_SOURCE  i:type="FAX_TEXT_SOURCE_TEXT">
<Text>this is the body of my message</Text>
<TextType>fax_text_source_text</TextType>
</FAX_TEXT_SOURCE>
</ArrayOfFAX_TEXT_SOURCE>