Re: cffeed and SharePoint

2013-05-20 Thread Scott Brady

Yes. I'm running it locally right now, so the cfserver is my own machine.


On Fri, May 17, 2013 at 1:56 AM, Russ Michaels r...@michaels.me.uk wrote:


 If you log onto the cfserver, can you actually view the sharepoint site
 from there




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355800
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cffeed and SharePoint

2013-05-17 Thread Russ Michaels

If you log onto the cfserver, can you actually view the sharepoint site
from there

Regards
Russ Michaels
www.michaels.me.uk
www.cfmldeveloper.com - Free CFML hosting for developers
www.cfsearch.com - CF search engine
On 17 May 2013 06:09, Scott Brady dsbr...@gmail.com wrote:


 We have an internal system in which we want to display content from an RSS
 feed to users.  The RSS feed is on another internal SharePoint server.
 However, I'm running into roadblocks trying to access the content, even if
 CF is running under an AD account (which I know has access to SharePoint,
 because it's my account). Even if I try using CFHTTP to read the content, I
 get an unauthorized error.

 There isn't much code to show, since it's really just one line, but here it
 is:
 cffeed action=read source=#arguments.url#
 query=local.qFeedData /

 (and I get the same error even if I hard-code arguments.URL to the correct
 URL)

 Does CF have the ability to access RSS feeds that are locked behind
 SharePoint?  Does it require some configuration we may not have set up
 (either in CF or on SharePoint)?

 This is on ColdFusion 8.

 Thanks!

 Scott


 --
 -
 Scott Brady
 http://www.scottbrady.net/


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355748
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cffeed and SharePoint

2013-05-16 Thread Scott Brady

We have an internal system in which we want to display content from an RSS
feed to users.  The RSS feed is on another internal SharePoint server.
However, I'm running into roadblocks trying to access the content, even if
CF is running under an AD account (which I know has access to SharePoint,
because it's my account). Even if I try using CFHTTP to read the content, I
get an unauthorized error.

There isn't much code to show, since it's really just one line, but here it
is:
cffeed action=read source=#arguments.url#
query=local.qFeedData /

(and I get the same error even if I hard-code arguments.URL to the correct
URL)

Does CF have the ability to access RSS feeds that are locked behind
SharePoint?  Does it require some configuration we may not have set up
(either in CF or on SharePoint)?

This is on ColdFusion 8.

Thanks!

Scott


-- 
-
Scott Brady
http://www.scottbrady.net/


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355731
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm