Hi,
I am looking for a bit of assistance with the Form and List module, I searched the forum but couldn't find a similar case.
We are using the Form and List module to display a music chart here http://www.theedge.co.nz/Music/Fat40.... and I would like to provide the contents of this table to a 3rd party as XML.
So I figured that the "Show All Data as XML" feature would allow us to do this as it clearly shows all the data we need to pass on to the 3rd party. However, I am finding that it only shows XML when logged in as an Administrator but not when as an Unathenticated user (I have provided more detail further down this post).
Is there any way around this? Do I need so set a particular permission or check box somewhere?
Your help is very much appreciated.
Kind Regards,
Tom Jackson
-------------------------------------------------------------
The Issue in More Detail
-------------------------------------------------------------
When visiting this XML URL http://www.theedge.co.nz/DesktopModul... when not logged in (ie as an Unathenticated user) there is no response from the server. These are the response headers to further demonstrate that.
Accept-Ranges: none
Cache-Control: private
Content-Length: 0
Content-Type: text/plain
Date: Mon, 27 Feb 2012 19:57:11 GMT
Server: Microsoft-IIS/7.5
Via: 1.1 sophos1.canwest.co.nz:8080
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
X-PvInfo: [S10201.C90252.A22957.RA22892.G1610A.U2D8630FA].[OT/other.OG/other]
However, when logged in as a Administrtator and I visit the XML URL it shows me the XML as expected this
<UserDefinedTable xmlns="DotNetNuke/UserDefinedTable">
<Data>
<UserDefinedRowId>2602</UserDefinedRowId>
<Created_x0020_by>M K</Created_x0020_by>
<Created_x0020_at>2012-02-20T11:31:07+13:00</Created_x0020_at>
<Changed_x0020_by>M K</Changed_x0020_by>
<Changed_x0020_at>2012-02-20T11:31:07+13:00</Changed_x0020_at>
<PLACE>1</PLACE>
<CHANGE>0</CHANGE>
<WEEKS_x0020_IN_x0020_CHART>5</WEEKS_x0020_IN_x0020_CHART>
<PEAK>1</PEAK>
<TITLE>Wild Ones</TITLE>
<ARTIST>Flo Rida/Sia</ARTIST>
<EditLink>http://www.theedge.co.nz/Music/Fat40/tabid/79/ctl/edit/mid/2087/Default.aspx?UserDefinedRowId=2602</EditLink>
<Created_x0020_by_UDT_Original>mk@mwl.co.nz</Created_x0020_by_UDT_Original>
<Created_x0020_by_UDT_Caption>M K</Created_x0020_by_UDT_Caption>
<Created_x0020_at_UDT_Value><!--063465334267-->2/20/2012 11:31 AM</Created_x0020_at_UDT_Value>
<Created_x0020_at_UDT_Ticks>634653342670000000</Created_x0020_at_UDT_Ticks>
<Changed_x0020_by_UDT_Original>mk@mwl.co.nz</Changed_x0020_by_UDT_Original>
<Changed_x0020_by_UDT_Caption>M K</Changed_x0020_by_UDT_Caption>
<Changed_x0020_at_UDT_Value><!--063465334267-->2/20/2012 11:31 AM</Changed_x0020_at_UDT_Value>
<Changed_x0020_at_UDT_Ticks>634653342670000000</Changed_x0020_at_UDT_Ticks>
</Data>
... Lots of <data> nodes...
... Lots of <Fields> nodes...
... A <Context> node...
</UserDefinedTable>
...and these are the Response Headers when logged in as Administrator....
Accept-Ranges: none
Cache-Control: private
Content-Encoding: gzip
Content-Length: 3588
Content-Type: Text/Xml
Date: Mon, 27 Feb 2012 20:03:23 GMT
Server: Microsoft-IIS/7.5
Vary: Accept-Encoding
Via: 1.1 sophos1.canwest.co.nz:8080
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
X-PvInfo: [S10201.C90252.A22957.RA22962.G1610A.U2D8630FA].[OT/xml.OG/pages]