Re: cfhttp and Google Search Appliance

2008-09-09 Thread Steve Nelson
Oh my bad, your example was searching for the word "Google Mini" which isn't on the full appliance. Thanks Kevin you've cured my ulcer. Steve ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: cfhttp and Google Search Appliance

2008-09-09 Thread Steve Nelson
Kevin I was trying this exact same thing last week and got the exact same error. I just tried your code and am still unable to login. Can you explain what it is you did to make it work? Steve Nelson > Dave, thanks for your help but I finally got it to work. Just in case > you are interested:

Re: cfhttp and Google Search Appliance

2008-08-28 Thread Kevin Stone
Dave, thanks for your help but I finally got it to work. Just in case you are interested: http://#Variables.googleIP#:8000/EnterpriseController";> Login Failed Login Success

RE: cfhttp and Google Search Appliance

2008-08-26 Thread Dave Watts
> Thanks for your help Dave. > > Yes, the URL is http://IP:8000/EnterpriseController > > I don't expect you to do my job for me, but I have included > my initial script below. Does anything jump out as being > wrong? My code is probably not the best since I am still > learning coldfusion. I

Re: cfhttp and Google Search Appliance

2008-08-25 Thread Kevin Stone
Thanks for your help Dave. Yes, the URL is http://IP:8000/EnterpriseController I don't expect you to do my job for me, but I have included my initial script below. Does anything jump out as being wrong? My code is probably not the best since I am still learning coldfusion.

RE: cfhttp and Google Search Appliance

2008-08-24 Thread Dave Watts
> I have finished the first version of my CF script that will > talk with the Google mini Admin console but I am having trouble. > > Just briefly, I first cfhttp the google and I get a response > with a cookie. In the data it sends back I can see it is on > the page that requests that you make

Re: cfhttp and Google Search Appliance

2008-08-24 Thread Kevin Stone
Hey Dave, I have finished the first version of my CF script that will talk with the Google mini Admin console but I am having trouble. Just briefly, I first cfhttp the google and I get a response with a cookie. In the data it sends back I can see it is on the page that requests that you make

RE: cfhttp and Google Search Appliance

2008-08-21 Thread Dave Watts
> You have given me hope. At least I am on a path that is > possible. I have an example done with curl and make but they > wont allow curl on our server. Perhaps I can mimic it with > cfhttp. Would you suggest any other approach, java, ...? CF is just as good as any of these for this sort o

Re: cfhttp and Google Search Appliance

2008-08-21 Thread Kevin Stone
Thanks Dave, You have given me hope. At least I am on a path that is possible. I have an example done with curl and make but they wont allow curl on our server. Perhaps I can mimic it with cfhttp. Would you suggest any other approach, java, ...? -kevin > > Hey Dave Watts, > > > > Can yo

RE: cfhttp and Google Search Appliance

2008-08-20 Thread Dave Watts
> Hey Dave Watts, > > Can you use cfhttp to add/delete/update > collection configuration in a Google mini? > For example when we add a new > collection on one of our systems can we > use cfhttp to update the other or do we > need to do it manually thru the admin > console? Hey, Kevin! Yes, y

Re: cfhttp and Google Search Appliance

2008-08-20 Thread Kevin Stone
Hey Dave Watts, Can you use cfhttp to add/delete/update collection configuration in a Google mini? For example when we add a new collection on one of our systems can we use cfhttp to update the other or do we need to do it manually thru the admin console?

RE: cfhttp and Google Search Appliance

2008-08-13 Thread Dave Watts
> Are you searching secured or unsecured content? It's very > easy if you are only searching unsecured. In some cases you > need Here are the url params you'll end up using, though some may > not be needed for you. We return XML and deal with that prior > to presentation. > > > name="G_res

Re: cfhttp and Google Search Appliance

2008-08-13 Thread Brent Nicholas
Are you searching secured or unsecured content? It's very easy if you are only searching unsecured. In some cases you need >Does anybody know how to use CFHTTP to talk to the Google Search Appliance? > >I can't find anything on the Web that mentions this. > >I am not talking about CSE.

RE: cfhttp and Google Search Appliance

2008-08-12 Thread Dave Watts
> Does anybody know how to use CFHTTP to talk to the Google > Search Appliance? Yes. There isn't much to it, frankly. Do you have any specific questions? I'm a Google Enterprise certified instructor, so feel free to ask whatever GSA questions you like. Dave Watts, CTO, Fig Leaf Software http://w

Re: cfhttp and Google Search Appliance

2008-08-12 Thread Scott Stewart
Joanne, I've got a function that I wrote a couple of years ago that would talk to a google appliance. http://www.sstwebworks.com/apps/parseGoogle.zip It's old code but it might help you out. sas [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: > Does anybody know how to use CFHTTP to talk to the Go

cfhttp and Google Search Appliance

2008-08-12 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anybody know how to use CFHTTP to talk to the Google Search Appliance? I can't find anything on the Web that mentions this. I am not talking about CSE. Thanks, Jo-Anne ~| Adobe® ColdFusion® 8 software 8 is the most import