CF and Sharepoint without cfsharepoint tag

2010-08-20 Thread Fernanda Lima

Hi there,

 I was wondering if anyone had to integrate CF with Sharepoint before the 
cfsharepoint came along. I have CF8 and am currently having a hard time 
consuming the UpdateListItems method of the API. This method takes two 
parameters, first a string and second an XML snippet that contains the 
information about what to update. The problem is that passing in the correctly 
formatted XML as the second parameter results in ColdFusion being unable to 
find the method call...
 Thank you,

Fernanda
 

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


Re: CF and SharePoint

2008-10-30 Thread Victor Moore
Hi Mike,

OK, maybe you are right so let me rephrase it.
They have a bunch a documents that are index by Verity and then they perform
searches through the docs using a CF app.
By deploying SharePoint they want to have all the docs being index by
SharePoint and using the same CF app (with the necessary changes) to search
the SharePoint document collection.
So I guess what I'm looking for is something like cfsearch (an API that I
can invoke from a CF app) that can be used to search a SharePoint document
collection.

Thanks
Victor
On Wed, Oct 29, 2008 at 11:16 PM, Mike Chabot [EMAIL PROTECTED] wrote:

 Victor,
 By Verity do you mean the search engine technology that comes
 bundled with ColdFusion? If that is what you mean then I think your
 question is confusing because SharePoint has an entirely different
 purpose so it doesn't make sense to convert from one technology to the
 other. Are you looking for a way to search for documents located in a
 SharePoint system and link to the documents from a ColdFusion Web
 application?

 -Mike Chabot





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314600
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF and SharePoint

2008-10-30 Thread Mike Chabot
I don't know the extent to which you are using ColdFusion, although I
would question why use CF to provide a search interface to SharePoint
when you could just use the SharePoint search features. I would
recommend getting rid of CF and shifting this functionality entirely
over to SharePoint if that is an option. SharePoint is very good at
what it does. For a more direct answer to your question I think you
will have to write custom code and I don't think too many people would
have experience with doing what you are trying to do. Maybe do a form
post with CFHTTP and parse the results. If all the documents to search
are in SharePoint and your CF Web site does more than just search
these documents, then the quickest solution would be to display a URL
to the new SharePoint system on the CF search page.

-Mike Chabot

On Thu, Oct 30, 2008 at 9:28 AM, Victor Moore [EMAIL PROTECTED] wrote:
 Hi Mike,

 OK, maybe you are right so let me rephrase it.
 They have a bunch a documents that are index by Verity and then they perform
 searches through the docs using a CF app.
 By deploying SharePoint they want to have all the docs being index by
 SharePoint and using the same CF app (with the necessary changes) to search
 the SharePoint document collection.
 So I guess what I'm looking for is something like cfsearch (an API that I
 can invoke from a CF app) that can be used to search a SharePoint document
 collection.

 Thanks
 Victor
 On Wed, Oct 29, 2008 at 11:16 PM, Mike Chabot [EMAIL PROTECTED] wrote:

 Victor,
 By Verity do you mean the search engine technology that comes
 bundled with ColdFusion? If that is what you mean then I think your
 question is confusing because SharePoint has an entirely different
 purpose so it doesn't make sense to convert from one technology to the
 other. Are you looking for a way to search for documents located in a
 SharePoint system and link to the documents from a ColdFusion Web
 application?

 -Mike Chabot

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314602
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF and SharePoint

2008-10-30 Thread Aaron Rouse
I'd write a web service on the SharePoint side for CF to interact with
although I agree just move it to SharePoint.
Victor, are all the file types that they want to search supported by
SharePoint?  I saw a complaint here at work about SharePoint not searching
across some non-MS file formats not sure if there is any truth behind that
or not but might be something to look into.

On Thu, Oct 30, 2008 at 9:56 AM, Mike Chabot [EMAIL PROTECTED] wrote:

 I don't know the extent to which you are using ColdFusion, although I
 would question why use CF to provide a search interface to SharePoint
 when you could just use the SharePoint search features. I would
 recommend getting rid of CF and shifting this functionality entirely
 over to SharePoint if that is an option. SharePoint is very good at
 what it does. For a more direct answer to your question I think you
 will have to write custom code and I don't think too many people would
 have experience with doing what you are trying to do. Maybe do a form
 post with CFHTTP and parse the results. If all the documents to search
 are in SharePoint and your CF Web site does more than just search
 these documents, then the quickest solution would be to display a URL
 to the new SharePoint system on the CF search page.

 -Mike Chabot

 On Thu, Oct 30, 2008 at 9:28 AM, Victor Moore [EMAIL PROTECTED]
 wrote:
  Hi Mike,
 
  OK, maybe you are right so let me rephrase it.
  They have a bunch a documents that are index by Verity and then they
 perform
  searches through the docs using a CF app.
  By deploying SharePoint they want to have all the docs being index by
  SharePoint and using the same CF app (with the necessary changes) to
 search
  the SharePoint document collection.
  So I guess what I'm looking for is something like cfsearch (an API that I
  can invoke from a CF app) that can be used to search a SharePoint
 document
  collection.
 
  Thanks
  Victor
  On Wed, Oct 29, 2008 at 11:16 PM, Mike Chabot [EMAIL PROTECTED] wrote:
 
  Victor,
  By Verity do you mean the search engine technology that comes
  bundled with ColdFusion? If that is what you mean then I think your
  question is confusing because SharePoint has an entirely different
  purpose so it doesn't make sense to convert from one technology to the
  other. Are you looking for a way to search for documents located in a
  SharePoint system and link to the documents from a ColdFusion Web
  application?
 
  -Mike Chabot

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314603
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF and SharePoint

2008-10-30 Thread Victor Moore
Thank you Mike and Aaron,

all good points. The CF app provides more functionality than just searching
so it will stay for the time being.

Regards
Victor
On Thu, Oct 30, 2008 at 11:25 AM, Aaron Rouse [EMAIL PROTECTED] wrote:

 I'd write a web service on the SharePoint side for CF to interact with
 although I agree just move it to SharePoint.
 Victor, are all the file types that they want to search supported by
 SharePoint?  I saw a complaint here at work about SharePoint not searching
 across some non-MS file formats not sure if there is any truth behind that
 or not but might be something to look into.

 On Thu, Oct 30, 2008 at 9:56 AM, Mike Chabot [EMAIL PROTECTED] wrote:

  I don't know the extent to which you are using ColdFusion, although I
  would question why use CF to provide a search interface to SharePoint
  when you could just use the SharePoint search features. I would
  recommend getting rid of CF and shifting this functionality entirely
  over to SharePoint if that is an option. SharePoint is very good at
  what it does. For a more direct answer to your question I think you
  will have to write custom code and I don't think too many people would
  have experience with doing what you are trying to do. Maybe do a form
  post with CFHTTP and parse the results. If all the documents to search
  are in SharePoint and your CF Web site does more than just search
  these documents, then the quickest solution would be to display a URL
  to the new SharePoint system on the CF search page.
 
  -Mike Chabot
 
  On Thu, Oct 30, 2008 at 9:28 AM, Victor Moore [EMAIL PROTECTED]
  wrote:
   Hi Mike,
  
   OK, maybe you are right so let me rephrase it.
   They have a bunch a documents that are index by Verity and then they
  perform
   searches through the docs using a CF app.
   By deploying SharePoint they want to have all the docs being index by
   SharePoint and using the same CF app (with the necessary changes) to
  search
   the SharePoint document collection.
   So I guess what I'm looking for is something like cfsearch (an API that
 I
   can invoke from a CF app) that can be used to search a SharePoint
  document
   collection.
  
   Thanks
   Victor
   On Wed, Oct 29, 2008 at 11:16 PM, Mike Chabot [EMAIL PROTECTED]
 wrote:
  
   Victor,
   By Verity do you mean the search engine technology that comes
   bundled with ColdFusion? If that is what you mean then I think your
   question is confusing because SharePoint has an entirely different
   purpose so it doesn't make sense to convert from one technology to the
   other. Are you looking for a way to search for documents located in a
   SharePoint system and link to the documents from a ColdFusion Web
   application?
  
   -Mike Chabot
 
 

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314604
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF and SharePoint

2008-10-30 Thread Tom Chiverton
On Wednesday 29 Oct 2008, Victor Moore wrote:
 Can I access the documents index by SharePoint from CF?

SP has web interfaces to most of it's stuff, they are apparently a pain to use 
but should work.
Given 
http://www.codfusion.com/blog/post.cfm/cfobjective-bof-new-features-in-coldfusion-9
 
you might want to try getting on the CF9 beta, if such a program exists yet.

-- 
Tom Chiverton
Helping to assertively participate scalable IPOs





This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314613
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF and SharePoint

2008-10-29 Thread Victor Moore
Hi,

I have a customer who wants to move to SharePoint from Verity. The question
I have is this:
Can I access the documents index by SharePoint from CF?

Basically I'm looking for anything that will help me integrate the two. And
yes their decision to go with SharePoint is final.
Apparently one of their execs was at a Microsoft event and believes that
SharePoint is the future...

Thanks
Victor


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314582
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF and SharePoint

2008-10-29 Thread Mike Chabot
Victor,
By Verity do you mean the search engine technology that comes
bundled with ColdFusion? If that is what you mean then I think your
question is confusing because SharePoint has an entirely different
purpose so it doesn't make sense to convert from one technology to the
other. Are you looking for a way to search for documents located in a
SharePoint system and link to the documents from a ColdFusion Web
application?

-Mike Chabot

On Wed, Oct 29, 2008 at 6:30 PM, Victor Moore [EMAIL PROTECTED] wrote:
 Hi,

 I have a customer who wants to move to SharePoint from Verity. The question
 I have is this:
 Can I access the documents index by SharePoint from CF?

 Basically I'm looking for anything that will help me integrate the two. And
 yes their decision to go with SharePoint is final.
 Apparently one of their execs was at a Microsoft event and believes that
 SharePoint is the future...

 Thanks
 Victor

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314590
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4