Returned Type: 
XmlDocument
Returns an XML Document with the following structure:
<?xml version="1.0" encoding="utf-8" ?> 
<furesult> 
	<message><![CDATA[ OK ]]></message>
	<token>669a437b-4fde-44c3-8dd4-2ab2837dd944</token>
	<iframe><![CDATA[ <iframe id="track_gadget_direct" 
		src="https://www.mywakes.com/userspub/trackgadgetdirect.aspx
		?token=669a437b-4fde-44c3-8dd4-2ab2837dd944&la=en-US
		&ty=1&border=empty&width=950&height=700
		&title=Tracks%20viewer" frameborder="0"
		width="950" height="725"></iframe> ]]></iframe>
	<gadgeturl><![CDATA[ https://www.mywakes.com/userspub/user_gadgetshow.aspx
		?token=669a437b-4fde-44c3-8dd4-2ab2837dd944&la=en-US
		&ty=1 ]]></gadgeturl>
</furesult>
 
 
Where
    - <message> contains OK or Error description
- <token> a Unique Identifier that represent  the request. Only if <message> is OK
- <iframe> contains the full code that will render the MyWakes Gadget according to the setting put in input parameters. This string contains also the <iframe> and </iframe> tags. Only if <message> is OK
- <gadgeturl> contains the URL address used to show the track gadget in desktop applications. Only if <message> is OK