Need copy of cf mx 7.02 updater 4 windows. anyone?

2012-03-16 Thread Ken Willis

adobes link to updater is broken and i need the update now and do not feel like 
navagating adobe support system.  can anyone help or know of a link to the 
coldfusion-70-updater2-win.exe file.

thanks in advance 

~|
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:350453
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cffunction and webservice call question

2010-04-15 Thread Ken Willis

I am trying to hook up with an ATS vendor for one of my clients that is going 
to use the ATS (Applicant Tracking System).  Here is what the prerequisits say 
for the ATS vendor regarding the webservice functionality.  

"The vendor must support the post of HR-XML data via HTTPS both to and from 
their service. We are currently unable to provide other data transfer means, 
such as FTP or SOAP."

How does this change things regarding your SOAP comment?  Are they just sending 
a string of data through url parameters?  I think I need to get a better spec 
sheet from them.  Any Feedback?

Ken Willis


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332916
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cffunction and webservice call question

2010-04-14 Thread Ken Willis

I have created a cfc with a function that can sucessfully be called from a 
cfinvoke from within my intranet.  In the invoke i have to give it a method and 
input attributes.  method calls the function and input is the string sent 
through (xml in this case).  The question is how/what do i tell my potentional 
webservice users how to send to the cfc so that the function is called and the 
string is seen and read?  currently i invoke to a "xmltest.cfc?wdsl" with the 
method and input attributes.  Do they add to the url string?  I am a bit 
confused how this works from a diverse systems point of view.

Thanks for any help 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332891
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 8 Webservice Help!

2010-03-26 Thread Ken Willis

thanks, now i can get to the real meat of it.  hopefully some day i can return 
the favor.  thanks, again 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332346
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 8 Webservice Help!

2010-03-26 Thread Ken Willis

yeah, i am seeing that.  I am creating my first consumable webservice for my 
clients.  i use webservices with several of my vendors and i use cfhttp, so i 
was trying to get it to work that way to make sure that my clients can use my 
webservice.  Having a bit of trouble with the cfhttp, but the invoke works 
fine.  does this mean that my webservice is fine and is usable?  i would really 
like to move on to the deaper programming of the webservice. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332344
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 8 Webservice Help!

2010-03-26 Thread Ken Willis

mainly cuz i did not know what i was doing and i read some old cf6 advice.  I 
was able to get it to work fine with creating cfc and invoking from another 
page.  What is not working is if i use cfhttp with httpparam type=xml.  it 
returns a "must end a meta tag" error.  when i dump the raw data it looks like 
it is asking for some sort of authenication and i do not know where this comes 
from.  any thoughts?

thanks

>"i have installed soxml and msxml6"
>
>Why?
>
>Just create a CFC and use access="remote" - now you have a webservice.
>
>mxAjax / CFAjax docs and other useful articles:
>http://www.bifrost.com.au/blog/
>
>
>On 20 March 2010 03:52, Ken Willis wrote:
>
>>
>> I am trying to create a webservice that someone can post to me and then i
>> read it into cf, process and send response.  I am new to this and have been
>> trying to find a solution with specific examples with no luck.  i have
>> installed soxml and msxml6 and have not been able to get it to work.  if i
>> could get my hands on a good example i could probably figure it out (maybe)
>> :)  any help would be appreciated. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332342
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coldfusion 8 Webservice Help!

2010-03-19 Thread Ken Willis

I am trying to create a webservice that someone can post to me and then i read 
it into cf, process and send response.  I am new to this and have been trying 
to find a solution with specific examples with no luck.  i have installed soxml 
and msxml6 and have not been able to get it to work.  if i could get my hands 
on a good example i could probably figure it out (maybe) :)  any help would be 
appreciated. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331904
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFContent and PDF problems

2009-01-21 Thread Ken Willis
I have had this problem before.  My extremely low tech solve was to shutdown 
browser and then remove adobe from memory through the task manager.  hope this 
helps. 

~|
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:318296
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


view protected pdf

2009-01-21 Thread Ken Willis
I have used cfpdf to protect pdfs on my server.  now i need to be able to show 
those protected pdfs to the user upon request.  Does anyone have a solution to 
this?

thanks in advance


~|
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:318295
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Store Locator - Exporting Importing data - best methods ???

2008-04-23 Thread Ken Willis
I have built many of these for my backend.  I do not do the work so i have 
created templates that allow the modification of information.  this is your 
best avenue.  having said that, you have several other issues to deal with.  
who is going to modify the information (create security logins to the 
template)?  what is the q/c level and issues?  If q/c is high then create 
another table where they can create updates that will be posted after they are 
checked for quality and accuracy.  in any case there are policy issues in 
regards to the data that should be implimented.  i have outside vendors that i 
send them requests and they send them back.  before i release this information 
to my clients i have the information looked at prior to updating my client side 
tables.  a good policy for any core information. 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304109
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfdocument to pdf fillinallow. cannot generate fillin pdf form. help?

2008-04-23 Thread Ken Willis
I have a template that generates a detailed information for my clients that 
want the information emailed to them.  not a big problem until we got into them 
wanting to modify the document sent to them and return it for processing.  i am 
not locked into using cfdocument or even pdf format.  in fact i was looking at 
excel format first, but since i have more pdf format experience i thought it 
would be quicker - so far not the case.  any guidance? 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304105
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4